Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 68) sorted by relevance

123

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc194 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()
Dvendor_dlkm_utils.cc288 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/
Davb.cpp81 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/
Dsubprocess.cpp193 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()
Dsubprocess.h83 int Wait();
85 int Wait(siginfo_t* infop, int options);
/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp53 void Wait() override;
154 void GrpcVehicleServerImpl::Wait() { in Wait() function in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl
156 mServer->Wait(); in Wait()
DVirtualizationGrpcServer.cpp30 server->Start().Wait(); in main()
DGrpcVehicleServer.h50 virtual void Wait() = 0;
/device/google/cuttlefish/host/libs/image_aggregator/
Dsparse_image_utils.cc92 int success = simg2img_cmd.Start().Wait(); in ConvertToRawImage()
110 success = mv_cmd.Start().Wait(); in ConvertToRawImage()
/device/google/cuttlefish/host/commands/start/
Dmain.cc459 auto assemble_ret = assemble_proc.Wait(); in main()
487 auto run_ret = run_proc.Wait(); in main()
/device/google/gs201/keymaster/
Dwait_for_strongbox.rc1 # Wait for both Trusty and Strongbox HALs to be up
/device/google/trout/hal/vehicle/aidl/
DVirtualizedVehicleServer.cpp52 proxyServer->Start().Wait(); in main()
/device/google/cuttlefish/host/commands/vhal_proxy_server/
DVhalProxyServer.cpp48 proxyServer->Start().Wait(); in main()
/device/google/cuttlefish/common/libs/fs/
Depoll.h47 Result<std::optional<EpollEvent>> Wait();
/device/google/cuttlefish/host/commands/echo_server/
Dmain.cpp67 server->Wait(); in RunServer()
/device/google/raviole/
Dinit.insmod.slider.cfg17 # Wait for any asynchronous work to complete
/device/google/barbet/
Dinit.recovery.device.rc14 # Wait to make sure we do not try to talk too early to the display
/device/google/redfin/
Dinit.recovery.device.rc14 # Wait to make sure we do not try to talk too early to the display
/device/google/raviole/conf/
Dinit.whitefin.rc13 # Wait for insmod_sh to finish all common modules
Dinit.slider.rc14 # Wait for insmod_sh to finish all common modules
/device/google/trout/tools/tracing/server/
DTracingServerImpl.cpp52 mGrpcServer->Wait(); in Start()
/device/google/bluejay/conf/
Dinit.blueport.rc16 # Wait for insmod_sh to finish all common modules
/device/google/trout/hal/dumpstate/1.1/
DDumpstateGrpcServer.cpp99 server->Wait(); in Start()
/device/google/cuttlefish/host/commands/screen_recording_server/
Dmain.cpp122 server->Wait(); in RunScreenRecordingServer()
/device/google/cuttlefish/host/commands/casimir_control_server/
Dmain.cpp123 server->Wait(); in RunServer()

123