Home
last modified time | relevance | path

Searched defs:client_socket (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/
Dresource_manager.cpp240 auto client_socket = SharedFD::Accept(*server); in JsonServer() local
370 uid_t GetUserIDFromSock(SharedFD client_socket) { in GetUserIDFromSock()
382 bool ResourceManager::CheckCredentials(SharedFD client_socket, uid_t uid) { in CheckCredentials()
407 Json::Value ResourceManager::JsonHandleShutdownRequest(SharedFD client_socket) { in JsonHandleShutdownRequest()
420 SharedFD client_socket, const Json::Value& request) { in JsonHandleCreateInterfaceRequest()
Dutils.cpp81 bool SendJsonMsg(SharedFD client_socket, const Json::Value& resp) { in SendJsonMsg()
98 std::optional<Json::Value> RecvJsonMsg(SharedFD client_socket) { in RecvJsonMsg()
/device/google/cuttlefish/host/commands/cvd_send_sms/
Dmain.cc51 auto client_socket = cuttlefish::SharedFD::SocketLocalClient( in SendSmsMain() local
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp110 SharedFD client_socket, uint32_t num_streams, uint32_t num_jacks, in Create()