/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.h | 76 gatekeeper_error_t Send(const EnrollRequest& request, EnrollResponse *response) { in Send() function 80 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse *response) { in Send() function 84 gatekeeper_error_t Send(const DeleteUserRequest& request, DeleteUserResponse* response) { in Send() function 88 gatekeeper_error_t Send(const DeleteAllUsersRequest& request, in Send() function
|
D | trusty_gatekeeper.cpp | 181 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() function in gatekeeper::TrustyGateKeeperDevice
|
/system/chre/util/pigweed/ |
D | chre_channel_output.cc | 50 pw::Status ChreNanoappChannelOutput::Send(std::span<const std::byte> buffer) { in Send() function in chre::ChreNanoappChannelOutput 76 pw::Status ChreHostChannelOutput::Send(std::span<const std::byte> buffer) { in Send() function in chre::ChreHostChannelOutput
|
/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/security/diced/src/ |
D | lib.rs | 118 node_impl: Arc<dyn DiceNodeImpl + Sync + Send>, in new_as_binder() 181 node_impl: Arc<dyn DiceNodeImpl + Sync + Send>, in new_as_binder()
|
D | hal_node.rs | 306 hal_impl: Arc<dyn DiceHalImpl + Sync + Send>, in new_as_binder()
|
/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.rs | 121 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()
|