Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc86 bool OnBootEvtReceived(cuttlefish::SharedFD boot_events_pipe) { in OnBootEvtReceived() argument
88 auto bytes_read = boot_events_pipe->Read(&evt, sizeof(evt)); in OnBootEvtReceived()
144 cuttlefish::ProcessMonitor* process_monitor, cuttlefish::SharedFD boot_events_pipe, in SetUpHandlingOfBootEvents() argument
150 cuttlefish::Subprocess(-1, boot_events_pipe), in SetUpHandlingOfBootEvents()
151 [boot_events_pipe, state_machine](cuttlefish::MonitorEntry*) { in SetUpHandlingOfBootEvents()
152 auto sent_code = state_machine->OnBootEvtReceived(boot_events_pipe); in SetUpHandlingOfBootEvents()
529 cuttlefish::SharedFD boot_events_pipe = event_pipes[0]; in main() local
533 SetUpHandlingOfBootEvents(&process_monitor, boot_events_pipe, in main()