/device/google/cuttlefish/common/libs/security/ |
D | gatekeeper_channel_sharedfd.cpp | 30 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
|
D | keymaster_channel_sharedfd.cpp | 39 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
|
D | keymaster_channel_windows.cpp | 110 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
|
D | gatekeeper_channel_windows.cpp | 108 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
|
D | keymaster_channel_sharedfd.h | 44 bool SendMessage(keymaster::AndroidKeymasterCommand command, bool response,
|
D | gatekeeper_channel_sharedfd.h | 42 bool SendMessage(uint32_t command, bool response,
|
D | keymaster_channel_windows.h | 53 bool SendMessage(AndroidKeymasterCommand command, bool response,
|
D | gatekeeper_channel_windows.h | 49 bool SendMessage(uint32_t command, bool response,
|
/device/google/cuttlefish/common/libs/transport/ |
D | channel_sharedfd.cpp | 31 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
|
D | channel_sharedfd.h | 37 Result<void> SendMessage(RawMessage& message, bool response);
|
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | connection_controller.cpp | 111 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()
|
D | peer_signaling_handler.h | 33 virtual Result<void> SendMessage(const Json::Value& msg) = 0;
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | camera_controller.h | 31 virtual void SendMessage(const Json::Value& msg) { in SendMessage() function
|
D | client_handler.h | 87 Result<void> SendMessage(const Json::Value& msg) override;
|
D | camera_streamer.cpp | 162 SendMessage(json_value); in StartReadLoop()
|
D | client_handler.cpp | 159 Result<void> ClientHandler::SendMessage(const Json::Value &msg) { in SendMessage() function in cuttlefish::webrtc_streaming::ClientHandler
|