Home
last modified time | relevance | path

Searched refs:SendMessage (Results 1 – 16 of 16) sorted by relevance

/device/google/cuttlefish/common/libs/security/
Dgatekeeper_channel_sharedfd.cpp30 return SendMessage(command, false, message); in SendRequest()
35 return SendMessage(command, true, message); in SendResponse()
38 bool SharedFdGatekeeperChannel::SendMessage(uint32_t command, bool is_response, in SendMessage() function in cuttlefish::SharedFdGatekeeperChannel
Dkeymaster_channel_sharedfd.cpp39 return SendMessage(command, false, message); in SendRequest()
44 return SendMessage(command, true, message); in SendResponse()
47 bool SharedFdKeymasterChannel::SendMessage( in SendMessage() function in cuttlefish::SharedFdKeymasterChannel
Dkeymaster_channel_windows.cpp110 return SendMessage(command, false, message); in SendRequest()
115 return SendMessage(command, true, message); in SendResponse()
118 bool KeymasterWindowsChannel::SendMessage( in SendMessage() function in cuttlefish::KeymasterWindowsChannel
Dgatekeeper_channel_windows.cpp108 return SendMessage(command, false, message); in SendRequest()
113 return SendMessage(command, true, message); in SendResponse()
117 bool GatekeeperWindowsChannel::SendMessage( in SendMessage() function in cuttlefish::GatekeeperWindowsChannel
Dkeymaster_channel_sharedfd.h44 bool SendMessage(keymaster::AndroidKeymasterCommand command, bool response,
Dgatekeeper_channel_sharedfd.h42 bool SendMessage(uint32_t command, bool response,
Dkeymaster_channel_windows.h53 bool SendMessage(AndroidKeymasterCommand command, bool response,
Dgatekeeper_channel_windows.h49 bool SendMessage(uint32_t command, bool response,
/device/google/cuttlefish/common/libs/transport/
Dchannel_sharedfd.cpp31 return SendMessage(message, false); in SendRequest()
35 return SendMessage(message, true); in SendResponse()
69 Result<void> SharedFdChannel::SendMessage(RawMessage& message, bool response) { in SendMessage() function in cuttlefish::transport::SharedFdChannel
Dchannel_sharedfd.h37 Result<void> SendMessage(RawMessage& message, bool response);
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp111 CF_EXPECT(sig_handler_.SendMessage(msg), in RequestOffer()
120 auto res = sig_handler_.SendMessage(reply); in FailConnection()
204 CF_EXPECT(sig_handler_.SendMessage(reply)); in OnCreateSDPSuccess()
405 auto res = sig_handler_.SendMessage(reply); in OnIceCandidate()
Dpeer_signaling_handler.h33 virtual Result<void> SendMessage(const Json::Value& msg) = 0;
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_controller.h31 virtual void SendMessage(const Json::Value& msg) { in SendMessage() function
Dclient_handler.h87 Result<void> SendMessage(const Json::Value& msg) override;
Dcamera_streamer.cpp162 SendMessage(json_value); in StartReadLoop()
Dclient_handler.cpp159 Result<void> ClientHandler::SendMessage(const Json::Value &msg) { in SendMessage() function in cuttlefish::webrtc_streaming::ClientHandler