Home
last modified time | relevance | path

Searched defs:command_result (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/crosvm/e2e_tests/guest_under_test/rootfs/delegate/src/
H A Dmain.rs51 let command_result = GuestToHostMessage::ProgramExit(ProgramExit { in listen() localVariable
/aosp_15_r20/external/autotest/client/common_lib/hosts/
H A Dbase_classes_unittest.py26 def _setup_test_check_diskspace(self, command, command_result, argument
/aosp_15_r20/external/openscreen/osp/demo/
H A Dosp_demo.cc389 CommandWaitResult command_result = WaitForCommand(&stdin_pollfd); in RunControllerPollLoop() local
491 CommandWaitResult command_result = WaitForCommand(&stdin_pollfd); in RunReceiverPollLoop() local
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp141 Result<void> command_result = {}; in ControlLoop() local
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dcommand_ring_controller.rs397 let command_result = match atrb.trb.get_trb_type() { in handle_transfer_descriptor() localVariable