Searched refs:executor (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/host/libs/audio_connector/ |
D | server.cpp | 164 bool AudioClientConnection::ReceiveCommands(AudioServerExecutor& executor) { in ReceiveCommands() argument 191 executor.StreamsInfo(cmd); in ReceiveCommands() 208 executor.SetStreamParameters(cmd); in ReceiveCommands() 219 executor.PrepareStream(cmd); in ReceiveCommands() 230 executor.ReleaseStream(cmd); in ReceiveCommands() 241 executor.StartStream(cmd); in ReceiveCommands() 252 executor.StopStream(cmd); in ReceiveCommands() 267 executor.ChmapsInfo(cmd); in ReceiveCommands() 283 executor.JacksInfo(cmd); in ReceiveCommands() 297 bool AudioClientConnection::ReceivePlayback(AudioServerExecutor& executor) { in ReceivePlayback() argument [all …]
|
D | server.h | 66 bool ReceiveCommands(AudioServerExecutor& executor); 68 bool ReceivePlayback(AudioServerExecutor& executor); 69 bool ReceiveCapture(AudioServerExecutor& executor); 87 AudioServerExecutor& executor);
|
/device/google/cuttlefish/host/commands/process_sandboxer/ |
D | main.cpp | 62 auto executor = std::make_unique<sandbox2::Executor>(exe, exe_argv); in ProcessSandboxerMain() local 67 executor->ipc()->MapFd(fd, fd); // Will close `fd` in this process in ProcessSandboxerMain() 70 sandbox2::Sandbox2 sb(std::move(executor), PolicyForExecutable(host, exe)); in ProcessSandboxerMain()
|
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | GceWifiManager.java | 49 public GceWifiManager(Context context, EventReporter eventReporter, JobExecutor executor) { in GceWifiManager() argument 56 mJobExecutor = executor; in GceWifiManager()
|
/device/google/cuttlefish/guest/services/cf_satellite_service/src/com/google/android/telephony/satellite/ |
D | CFSatelliteService.java | 75 public CFSatelliteService(@NonNull Executor executor) { in CFSatelliteService() argument 76 super(executor); in CFSatelliteService()
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | Cargo.lock | 617 "futures-executor", 1200 "futures-executor", 1224 name = "futures-executor"
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | Cargo.lock | 617 "futures-executor", 1200 "futures-executor", 1224 name = "futures-executor"
|