Home
last modified time | relevance | path

Searched refs:DoNotMonitorCb (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dprocess_monitor.h53 static bool DoNotMonitorCb(MonitorEntry* entry);
Dprocess_monitor.cc163 bool ProcessMonitor::DoNotMonitorCb(MonitorEntry*) { return false; } in DoNotMonitorCb() function in cuttlefish::ProcessMonitor
Dmain.cc73 return cuttlefish::ProcessMonitor::DoNotMonitorCb; in GetOnSubprocessExitCallback()
Dlaunch.cc65 return cuttlefish::ProcessMonitor::DoNotMonitorCb; in GetOnSubprocessExitCallback()