Searched defs:Send (Results 1 - 7 of 7) sorted by relevance

/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.h68 gatekeeper_error_t Send(uint32_t command, const GateKeeperMessage& request,
71 gatekeeper_error_t Send(const EnrollRequest& request, EnrollResponse *response) { function in class:gatekeeper::TrustyGateKeeperDevice
72 return Send(GK_ENROLL, request, response);
75 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse *response) { function in class:gatekeeper::TrustyGateKeeperDevice
76 return Send(GK_VERIFY, request, response);
H A Dtrusty_gatekeeper.cpp110 gatekeeper_error_t error = Send(request, &response);
142 gatekeeper_error_t error = Send(request, &response);
162 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, function in class:gatekeeper::TrustyGateKeeperDevice
170 // Send it
/system/bt/vendor_libs/linux/interface/
H A Dh4_protocol.cc31 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { function in class:android::hardware::bluetooth::hci::H4Protocol
/system/core/fastboot/
H A Dsocket_mock.cpp41 bool SocketMock::Send(const void* data, size_t length) { function in class:SocketMock
43 ADD_FAILURE() << "Send() was called when no message was expected";
48 ADD_FAILURE() << "Send() was called out-of-order";
54 ADD_FAILURE() << "Send() expected " << events_.front().message << ", but got " << message;
65 bool SocketMock::Send(std::vector<cutils_socket_buffer_t> buffers) { function in class:SocketMock
70 return Send(data.data(), data.size());
H A Dsocket.cpp114 bool Send(const void* data, size_t length) override;
115 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
135 bool UdpSocket::Send(const void* data, size_t length) { function in class:UdpSocket
141 bool UdpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { function in class:UdpSocket
172 bool Send(const void* data, size_t length) override;
173 bool Send(std::vector<cutils_socket_buffer_t> buffers) override;
182 bool TcpSocket::Send(const void* data, size_t length) { function in class:TcpSocket
196 bool TcpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { function in class:TcpSocket
/system/core/libmemunreachable/
H A DLeakPipe.h101 bool Send(const T& value) { function in class:android::LeakPipe::LeakPipeSender
117 if (!Send(size)) {
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_device.cpp122 error_ = Send(KM_GET_VERSION, version_request, &version_response);
187 keymaster_error_t err = Send(KM_CONFIGURE, request, &response);
205 return Send(KM_ADD_RNG_ENTROPY, request, &response);
228 keymaster_error_t err = Send(KM_GENERATE_KEY, request, &response);
268 keymaster_error_t err = Send(KM_GET_KEY_CHARACTERISTICS, request, &response);
303 keymaster_error_t err = Send(KM_IMPORT_KEY, request, &response);
349 keymaster_error_t err = Send(KM_EXPORT_KEY, request, &response);
394 keymaster_error_t err = Send(KM_ATTEST_KEY, request, &response);
446 keymaster_error_t err = Send(KM_UPGRADE_KEY, request, &response);
488 keymaster_error_t err = Send(KM_BEGIN_OPERATIO
754 keymaster_error_t TrustyKeymasterDevice::Send(uint32_t command, const Serializable& req, function in class:keymaster::TrustyKeymasterDevice
[all...]

Completed in 123 milliseconds