Home
last modified time | relevance | path

Searched refs:adbd_events_pipe (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.h16 cvd::SharedFD* adbd_events_pipe);
29 cvd::SharedFD adbd_events_pipe);
Dlaunch.cc139 cvd::SharedFD* adbd_events_pipe) { in GetKernelLogMonitorCommand() argument
152 if (!cvd::SharedFD::Pipe(adbd_events_pipe, &adbd_pipe_write_end)) { in GetKernelLogMonitorCommand()
261 cvd::SharedFD adbd_events_pipe) { in LaunchAdbConnectorIfEnabled() argument
264 adb_connector.AddParameter("-adbd_events_fd=", adbd_events_pipe); in LaunchAdbConnectorIfEnabled()
Dmain.cc416 cvd::SharedFD adbd_events_pipe; in main() local
419 GetKernelLogMonitorCommand(*config, &boot_events_pipe, &adbd_events_pipe), in main()
444 LaunchAdbConnectorIfEnabled(&process_monitor, *config, adbd_events_pipe); in main()