Searched defs:executor (Results 1 – 11 of 11) sorted by relevance
157 bool AudioClientConnection::ReceiveCommands(AudioServerExecutor& executor) { in ReceiveCommands()290 bool AudioClientConnection::ReceivePlayback(AudioServerExecutor& executor) { in ReceivePlayback()312 bool AudioClientConnection::ReceiveCapture(AudioServerExecutor& executor) { in ReceiveCapture()
34 INJECT(CvdCmdlistHandler(CommandSequenceExecutor& executor)) in INJECT()
35 INJECT(SerialPreset(CommandSequenceExecutor& executor)) in INJECT()
77 INJECT(CvdHelpHandler(CommandSequenceExecutor& executor)) in INJECT()
35 INJECT(CvdServerHandlerProxy(CommandSequenceExecutor& executor)) in INJECT()
40 INJECT(AcloudCommand(CommandSequenceExecutor& executor, in INJECT()
49 INJECT(LoadConfigsCommand(CommandSequenceExecutor& executor)) in INJECT()
113 INJECT(SerialLaunchCommand(CommandSequenceExecutor& executor, in INJECT()
49 public GceWifiManager(Context context, EventReporter eventReporter, JobExecutor executor) { in GceWifiManager()
75 public CFSatelliteService(@NonNull Executor executor) { in CFSatelliteService()
400 ReadEvalPrintLoop executor(gce, build, STDIN_FILENO, STDOUT_FILENO, in TestGceDriverMain() local