Searched defs:Send (Results 1 – 9 of 9) sorted by relevance
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.h | 86 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
|
D | trusty_gatekeeper.cpp | 187 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() function in aidl::android::hardware::gatekeeper::TrustyGateKeeperDevice
|
/system/chre/util/pigweed/ |
D | chre_channel_output.cc | 81 pw::Status ChreServerNanoappChannelOutput::Send( in Send() function in chre::ChreServerNanoappChannelOutput 100 pw::Status ChreClientNanoappChannelOutput::Send( in Send() function in chre::ChreClientNanoappChannelOutput 110 pw::Status ChreServerHostChannelOutput::Send(pw::span<const std::byte> buffer) { in Send() function in chre::ChreServerHostChannelOutput
|
/system/core/fastboot/ |
D | socket.cpp | 141 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
|
D | socket_mock.cpp | 41 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
|
/system/core/fastboot/fuzzer/ |
D | socket_mock_fuzz.cpp | 24 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
|
/system/memory/libmemunreachable/ |
D | LeakPipe.h | 101 bool Send(const T& value) { in Send() function
|
/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.rs | 128 pub fn register_provider_ready_callback(&self, cb: Box<dyn FnOnce() + Send>) { in register_provider_ready_callback()
|
/system/security/keystore2/src/ |
D | async_task.rs | 77 pub fn get_or_put_with<T: Any + Send, F>(&mut self, init: F) -> &mut T in get_or_put_with()
|