/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | server.h | 28 virtual Result<SharedFD> Start() = 0; 37 Result<SharedFD> Start() override; 49 Result<SharedFD> Start() override; 60 Result<SharedFD> Start() override;
|
D | client.h | 27 virtual SharedFD Start() = 0; 35 SharedFD Start() override; 48 SharedFD Start() override;
|
D | socket_vsock_proxy.cpp | 151 return ProxyAsync(CF_EXPECT(server.Start()), [&client] { return client.Start(); }); in StartProxyAsync() 229 Proxy(CF_EXPECT(server->Start()), [&client] { return client->Start(); }); in Main()
|
D | server.cpp | 45 Result<SharedFD> TcpServer::Start() { in Start() function in cuttlefish::socket_proxy::TcpServer 74 Result<SharedFD> VsockServer::Start() { in Start() function in cuttlefish::socket_proxy::VsockServer 98 Result<SharedFD> DupServer::Start() { in Start() function in cuttlefish::socket_proxy::DupServer
|
D | client.cpp | 59 SharedFD TcpClient::Start() { in Start() function in cuttlefish::socket_proxy::TcpClient 90 SharedFD VsockClient::Start() { in Start() function in cuttlefish::socket_proxy::VsockClient
|
/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/frontend/webrtc/ |
D | main.cpp | 205 lights_observer->Start(); in main() 351 recording_manager.Start(); in main() 364 audio_handler->Start(); in main() 370 recording_manager.Start(); in main()
|
/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/build/ |
D | Android.bp | 48 // Start of generated qemu_aarch64_linux_gnu_binary 66 // Start of generated qemu_aarch64_linux_gnu_resource 75 // Start of generated qemu_x86_64_linux_gnu_binary 91 // Start of generated qemu_x86_64_linux_gnu_resource
|
/device/google/lynx/conf/ |
D | init.lynx.rc | 33 # Start the twoshay touch service 66 # Start loc_launcher to launch lowi-server 73 # Start cnss-daemon for CHRE
|
/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/common/libs/utils/ |
D | subprocess.cpp | 408 Subprocess Command::Start(SubprocessOptions options) const { in Start() function in cuttlefish::Command 611 auto subprocess = cmd.Start(std::move(options)); in RunWithManagedStdio() 653 (!extra_param ? cmd.Start() in ExecuteImpl() 654 : cmd.Start(std::move(extra_param->subprocess_options))); in ExecuteImpl()
|
D | socket2socket_proxy.cpp | 69 void Start(SharedFD from, SharedFD to) { in Start() function in cuttlefish::__anon0a269dfb0111::ProxyPair 160 watched.back().Start(client, target); in ProxyServer()
|
/device/google/cuttlefish/host/libs/process_monitor/ |
D | process_monitor.cc | 117 it->proc.reset(new Subprocess(it->cmd->Start(std::move(options)))); in MonitorLoop() 125 stop_cmd.Start(); in MonitorLoop() 255 new Subprocess(monitored.cmd->Start(std::move(options)))); in StartSubprocesses()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | server_connection.cpp | 138 void Start(); 338 Start(); in WsConnectionContext() 348 void WsConnectionContext::Start() { in Start() function in cuttlefish::webrtc_streaming::WsConnectionContext
|
/device/google/trout/hal/vehicle/2.0/ |
D | GrpcVehicleServer.cpp | 51 GrpcVehicleServer& Start() override; 136 GrpcVehicleServer& GrpcVehicleServerImpl::Start() { in Start() function in android::hardware::automotive::vehicle::V2_0::impl::GrpcVehicleServerImpl
|
D | VirtualizationGrpcServer.cpp | 30 server->Start().Wait(); in main()
|
D | GrpcVehicleServer.h | 47 virtual GrpcVehicleServer& Start() = 0;
|
/device/google/trout/hal/audiocontrol/aidl/1.0/ |
D | AudioControlServer.cpp | 72 void Start() override; 150 void AudioControlServerImpl::Start() { in Start() function in aidl::android::hardware::automotive::audiocontrol::AudioControlServerImpl
|
D | AudioControlServer.h | 36 virtual void Start() = 0;
|
/device/google/cuttlefish/host/commands/start/ |
D | main.cc | 133 return assemble_cmd.Start(); in StartAssembler() 143 return run_cmd.Start(); in StartRunner()
|
/device/google/cuttlefish/shared/config/ |
D | init.product.rc | 2 # Start tombstone_transmit after /data is mounted.
|
/device/google/trout/tools/tracing/server/ |
D | TracingServerMain.cpp | 50 server.Start(); in main()
|
/device/google/trout/hal/vehicle/aidl/ |
D | VirtualizedVehicleServer.cpp | 52 proxyServer->Start().Wait(); in main()
|