/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | boot_image_utils.cc | 194 int success = unpack_cmd.Start().Wait(); in UnpackBootImage() 225 int success = unpack_cmd.Start().Wait(); in UnpackVendorBootImageIfNotUnpacked() 243 success = concat_cmd.Start().Wait(); in UnpackVendorBootImageIfNotUnpacked() 275 int result = repack_cmd.Start().Wait(); in RepackBootImage() 343 int success = repack_cmd.Start().Wait(); in RepackVendorBootImage()
|
D | vendor_dlkm_utils.cc | 288 const auto exit_code = cmd.Start().Wait(); in GenerateFileContexts() 314 auto exit_code = avb_cmd.Start().Wait(); in AddVbmetaFooter() 387 int exit_code = mkfs_cmd.Start().Wait(); in BuildDlkmImage() 404 const auto exit_code = lpadd.Start().Wait(); in RepackSuperWithPartition()
|
/device/google/cuttlefish/host/libs/avb/ |
D | avb.cpp | 81 int exit_code = command.Start().Wait(); in AddHashFooter() 103 int exit_code = command.Start().Wait(); in WriteInfoImage() 147 int exit_code = command.Start().Wait(); in MakeVbMetaImage()
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 193 int Subprocess::Wait() { in Wait() function in cuttlefish::Subprocess 225 int Subprocess::Wait(siginfo_t* infop, int options) { in Wait() function in cuttlefish::Subprocess 622 int code = subprocess.Wait(); in RunWithManagedStdio() 661 return subprocess.Wait(extra_param->infop, extra_param->wait_options); in ExecuteImpl() 663 return subprocess.Wait(); in ExecuteImpl()
|
D | subprocess.h | 83 int Wait(); 85 int Wait(siginfo_t* infop, int options);
|
/device/google/trout/hal/vehicle/2.0/ |
D | GrpcVehicleServer.cpp | 53 void Wait() override; 154 void GrpcVehicleServerImpl::Wait() { in Wait() function in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl 156 mServer->Wait(); in Wait()
|
D | VirtualizationGrpcServer.cpp | 30 server->Start().Wait(); in main()
|
D | GrpcVehicleServer.h | 50 virtual void Wait() = 0;
|
/device/google/cuttlefish/host/libs/image_aggregator/ |
D | sparse_image_utils.cc | 92 int success = simg2img_cmd.Start().Wait(); in ConvertToRawImage() 110 success = mv_cmd.Start().Wait(); in ConvertToRawImage()
|
/device/google/cuttlefish/host/commands/start/ |
D | main.cc | 459 auto assemble_ret = assemble_proc.Wait(); in main() 487 auto run_ret = run_proc.Wait(); in main()
|
/device/google/gs201/keymaster/ |
D | wait_for_strongbox.rc | 1 # Wait for both Trusty and Strongbox HALs to be up
|
/device/google/trout/hal/vehicle/aidl/ |
D | VirtualizedVehicleServer.cpp | 52 proxyServer->Start().Wait(); in main()
|
/device/google/cuttlefish/host/commands/vhal_proxy_server/ |
D | VhalProxyServer.cpp | 48 proxyServer->Start().Wait(); in main()
|
/device/google/cuttlefish/common/libs/fs/ |
D | epoll.h | 47 Result<std::optional<EpollEvent>> Wait();
|
/device/google/cuttlefish/host/commands/echo_server/ |
D | main.cpp | 67 server->Wait(); in RunServer()
|
/device/google/raviole/ |
D | init.insmod.slider.cfg | 17 # Wait for any asynchronous work to complete
|
/device/google/barbet/ |
D | init.recovery.device.rc | 14 # Wait to make sure we do not try to talk too early to the display
|
/device/google/redfin/ |
D | init.recovery.device.rc | 14 # Wait to make sure we do not try to talk too early to the display
|
/device/google/raviole/conf/ |
D | init.whitefin.rc | 13 # Wait for insmod_sh to finish all common modules
|
D | init.slider.rc | 14 # Wait for insmod_sh to finish all common modules
|
/device/google/trout/tools/tracing/server/ |
D | TracingServerImpl.cpp | 52 mGrpcServer->Wait(); in Start()
|
/device/google/bluejay/conf/ |
D | init.blueport.rc | 16 # Wait for insmod_sh to finish all common modules
|
/device/google/trout/hal/dumpstate/1.1/ |
D | DumpstateGrpcServer.cpp | 99 server->Wait(); in Start()
|
/device/google/cuttlefish/host/commands/screen_recording_server/ |
D | main.cpp | 122 server->Wait(); in RunScreenRecordingServer()
|
/device/google/cuttlefish/host/commands/casimir_control_server/ |
D | main.cpp | 123 server->Wait(); in RunServer()
|