Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.h86 gatekeeper_error_t Send(const EnrollRequest& request, EnrollResponse* response) { in Send() function
90 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse* response) { in Send() function
94 gatekeeper_error_t Send(const DeleteUserRequest& request, DeleteUserResponse* response) { in Send() function
98 gatekeeper_error_t Send(const DeleteAllUsersRequest& request, in Send() function
H A Dtrusty_gatekeeper.cpp187 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() function in aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice
/aosp14/system/core/fastboot/
H A Dsocket.cpp141 bool UdpSocket::Send(const void* data, size_t length) { in Send() function in UdpSocket
147 bool UdpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in UdpSocket
188 bool TcpSocket::Send(const void* data, size_t length) { in Send() function in TcpSocket
202 bool TcpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in TcpSocket
H A Dsocket_mock.cpp41 bool SocketMock::Send(const void* data, size_t length) { in Send() function in SocketMock
65 bool SocketMock::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in SocketMock
/aosp14/system/core/fastboot/fuzzer/
H A Dsocket_mock_fuzz.cpp24 bool SocketMockFuzz::Send(const void* data, size_t length) { in Send() function in SocketMockFuzz
45 bool SocketMockFuzz::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in SocketMockFuzz