Home
last modified time | relevance | path

Searched defs:Send (Results 1 – 12 of 12) sorted by relevance

/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.h86 gatekeeper_error_t Send(const EnrollRequest& request, in Send() function
91 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse* response) { in Send() function
Dremote_gatekeeper.cpp170 gatekeeper_error_t RemoteGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() function in aidl::android::hardware::gatekeeper::RemoteGateKeeperDevice
/device/google/cuttlefish/common/libs/security/
Dconfui_sign.cpp24 bool ConfUiSignerImpl::Send(SharedFD output, in Send() function in cuttlefish::ConfUiSignerImpl
91 bool ConfUiSignSender::Send(const SignMessageError error, in Send() function in cuttlefish::ConfUiSignSender
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp179 bool UnixServerConnection::Send(const Json::Value& msg) { in Send() function in cuttlefish::webrtc_streaming::UnixServerConnection
366 bool Send(const Json::Value& msg) override { return conn_->Send(msg); } in Send() function in cuttlefish::webrtc_streaming::WsConnectionWrapper
479 bool WsConnection::Send(const Json::Value& msg) { in Send() function in cuttlefish::webrtc_streaming::WsConnection
485 bool WsConnection::Send(const uint8_t* data, size_t len, bool binary) { in Send() function in cuttlefish::webrtc_streaming::WsConnection
Ddata_channels.cpp351 bool DataChannelHandler::Send(const uint8_t *msg, size_t size, bool binary) { in Send() function in cuttlefish::webrtc_streaming::DataChannelHandler
360 bool DataChannelHandler::Send(const Json::Value &message) { in Send() function in cuttlefish::webrtc_streaming::DataChannelHandler
/device/google/cuttlefish/host/commands/cvd_send_sms/
Dsms_sender.cc35 bool SmsSender::Send(const std::string& content, in Send() function in cuttlefish::SmsSender
/device/generic/goldfish/sensors/
Dentry.cpp31 int Send(const void* msg, int size) override { in Send() function in __anon956480ad0111::QemudSensorsTransport
Dmultihal_sensors.cpp35 int Send(const void*, int) override { return -1; } in Send() function
/device/google/cuttlefish/host/libs/msg_queue/
Dmsg_queue.cc71 int SysVMessageQueue::Send(void* data, size_t size, bool block) { in Send() function in cuttlefish::SysVMessageQueue
/device/google/cuttlefish/common/libs/net/
Dnetlink_client.cpp118 bool NetlinkClientImpl::Send(const NetlinkRequest& message) { in Send() function in cuttlefish::__anon804422a40111::NetlinkClientImpl
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp823 ssize_t FileInstance::Send(const void* buf, size_t len, int flags) { in Send() function in cuttlefish::FileInstance
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp61580 inline bool Send(const void* msg, size_t len, int send_fd = -1) { in Send() function in perfetto::base::UnixSocket
61586 inline bool Send(const std::string& msg) { in Send() function in perfetto::base::UnixSocket
62089 ssize_t UnixSocketRaw::Send(const void* msg, in Send() function in perfetto::base::UnixSocketRaw
62135 ssize_t UnixSocketRaw::Send(const void* msg, in Send() function in perfetto::base::UnixSocketRaw
62585 bool UnixSocket::Send(const void* msg, in Send() function in perfetto::base::UnixSocket