Home
last modified time | relevance | path

Searched defs:server (Results 1 – 25 of 33) sorted by relevance

12

/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dsocket_vsock_proxy.cpp103 std::unique_ptr<Server> server = nullptr; in BuildServer() local
148 static Result<std::unique_ptr<ProxyServer>> StartProxyAsync(Server& server, Client& client) { in StartProxyAsync()
156 Server& server, Client& client) { in ListenEventsAndProxy()
225 auto server = BuildServer(); in Main() local
Dserver.cpp46 SharedFD server; in Start() local
75 SharedFD server; in Start() local
/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp114 ProxyServer::ProxyServer(SharedFD server, std::function<SharedFD()> clients_factory) in ProxyServer()
190 void Proxy(SharedFD server, std::function<SharedFD()> conn_factory) { in Proxy()
195 std::unique_ptr<ProxyServer> ProxyAsync(SharedFD server, std::function<SharedFD()> conn_factory) { in ProxyAsync()
/device/google/trout/hal/vehicle/2.0/
DVirtualizationGrpcServer.cpp29 auto server = vhal_impl::makeGrpcVehicleServer(*serverInfo); in main() local
/device/google/cuttlefish/host/frontend/operator_proxy/
Dmain.cpp42 auto server = in main() local
/device/google/trout/tools/tracing/server/
DTracingServerMain.cpp49 TracingServerImpl server(server_addr); in main() local
/device/google/cuttlefish/shared/minidroid/sample/servicediscovery/
Dminidroid_sd.cpp29 ARpcServer* server = in setupRpcServer() local
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dserver_config.cpp34 Json::Value server; in ToJson() local
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dutils.cpp83 for (const auto& server : servers) { in ParseIceServersMessage() local
112 Json::Value server; in GenerateIceServersMessage() local
/device/google/cuttlefish/host/commands/echo_server/
Dmain.cpp62 std::unique_ptr<Server> server(builder.BuildAndStart()); in RunServer() local
/device/google/cuttlefish/host/commands/metrics/
Dutils.cc142 std::string ClearcutServerUrl(metrics::ClearcutServer server) { in ClearcutServerUrl()
160 metrics::ClearcutServer server) { in PostRequest()
/device/linaro/dragonboard/shared/utils/qrtr/src/
Dns.c67 struct server { struct
86 static void server_mi_free(struct map_item *mi); argument
/device/google/cuttlefish/host/example_custom_actions/
Dcustom_action_config.json11 "server":"cuttlefish_example_action_server", string
/device/google/trout/hal/dumpstate/1.1/
Dserver_main.cpp98 std::unique_ptr<DumpstateGrpcServer> server; in main() local
DDumpstateGrpcServer.cpp91 std::unique_ptr<::grpc::Server> server(builder.BuildAndStart()); in Start() local
/device/generic/car/emulator/usbpt/protocan/protocanbus/
DVehicleBus.cpp86 VehicleBus* server = reinterpret_cast<VehicleBus*>(cookie); in onBinderDied() local
/device/google/cuttlefish/host/cvd_test_configs/mvp_features/vm/custom_actions/
DTC1.json22 "server": "cuttlefish_example_action_server", string
/device/google/trout/hal/common/android/watchdog/
DBaseWatchdogClient.cpp58 std::shared_ptr<ICarWatchdog> server = ICarWatchdog::fromBinder(binder); in initialize() local
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.h50 std::string server; member
/device/google/cuttlefish/host/commands/screen_recording_server/
Dmain.cpp122 std::unique_ptr<Server> server(builder.BuildAndStart()); in RunScreenRecordingServer() local
/device/google/cuttlefish/guest/hals/light/lights/
Dlights_vsock_server.rs57 let server = VsockListener::bind_with_cid_port(vsock::VMADDR_CID_ANY, port)?; in new() localVariable
/device/google/cuttlefish/host/commands/control_env_proxy_server/
Dmain.cpp194 std::unique_ptr<Server> server(builder.BuildAndStart()); in RunServer() local
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_provider_2_7.cpp36 VsockCameraProvider::VsockCameraProvider(VsockCameraServer* server) { in VsockCameraProvider()
/device/google/cuttlefish/host/commands/process_sandboxer/
Dsandbox_manager.cpp326 SignalFd signals, CredentialedUnixServer server) in SandboxManager()
346 absl::StatusOr<CredentialedUnixServer> server = in Create() local
/device/google/cuttlefish/host/commands/casimir_control_server/
Dmain.cpp305 std::unique_ptr<Server> server(builder.BuildAndStart()); in RunServer() local

12