Searched refs:boot_events_pipe (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish_common/host/commands/launch/ |
D | main.cc | 86 bool OnBootEvtReceived(cvd::SharedFD boot_events_pipe) { in OnBootEvtReceived() argument 88 auto bytes_read = boot_events_pipe->Read(&evt, sizeof(evt)); in OnBootEvtReceived() 170 cvd::ProcessMonitor* process_monitor, cvd::SharedFD boot_events_pipe, in SetUpHandlingOfBootEvents() argument 176 cvd::Subprocess(-1, boot_events_pipe), in SetUpHandlingOfBootEvents() 177 [boot_events_pipe, state_machine](cvd::MonitorEntry*) { in SetUpHandlingOfBootEvents() 178 auto sent_code = state_machine->OnBootEvtReceived(boot_events_pipe); in SetUpHandlingOfBootEvents() 415 cvd::SharedFD boot_events_pipe; in main() local 419 GetKernelLogMonitorCommand(*config, &boot_events_pipe, &adbd_events_pipe), in main() 422 SetUpHandlingOfBootEvents(&process_monitor, boot_events_pipe, in main()
|
D | launch.h | 15 cvd::SharedFD* boot_events_pipe,
|
D | launch.cc | 138 cvd::SharedFD* boot_events_pipe, in GetKernelLogMonitorCommand() argument 147 if (!cvd::SharedFD::Pipe(boot_events_pipe, &boot_pipe_write_end)) { in GetKernelLogMonitorCommand()
|