Searched refs:boot_events_pipe (Results 1 – 1 of 1) sorted by relevance
86 bool OnBootEvtReceived(cuttlefish::SharedFD boot_events_pipe) { in OnBootEvtReceived() argument88 auto bytes_read = boot_events_pipe->Read(&evt, sizeof(evt)); in OnBootEvtReceived()144 cuttlefish::ProcessMonitor* process_monitor, cuttlefish::SharedFD boot_events_pipe, in SetUpHandlingOfBootEvents() argument150 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() local533 SetUpHandlingOfBootEvents(&process_monitor, boot_events_pipe, in main()