Home
last modified time | relevance | path

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

/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h76 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
Dtrusty_gatekeeper.cpp181 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() function in gatekeeper::TrustyGateKeeperDevice
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dphy_layer_factory.cc61 void PhyLayerFactory::Send( in Send() function in test_vendor_lib::PhyLayerFactory
78 void PhyLayerFactory::Send(model::packets::LinkLayerPacketView packet, in Send() function in test_vendor_lib::PhyLayerFactory
123 void PhyLayerImpl::Send( in Send() function in test_vendor_lib::PhyLayerImpl
128 void PhyLayerImpl::Send(model::packets::LinkLayerPacketView packet) { in Send() function in test_vendor_lib::PhyLayerImpl
/system/core/fastboot/
Dsocket.cpp137 bool UdpSocket::Send(const void* data, size_t length) { in Send() function in UdpSocket
143 bool UdpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in UdpSocket
184 bool TcpSocket::Send(const void* data, size_t length) { in Send() function in TcpSocket
198 bool TcpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send() function in TcpSocket
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
/system/bt/vendor_libs/linux/interface/
Dh4_protocol.cc31 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
/system/bt/gd/rust/linux/dbus_projection/src/
Dlib.rs27 pub fn add(&mut self, address: BusName<'static>, callback: Box<dyn Fn() + Send>) { in add()
/system/bt/gd/rust/linux/service/src/
Diface_bluetooth.rs36 fn register_callback(&mut self, callback: Box<dyn IBluetoothCallback + Send>) {} in register_callback()
Diface_bluetooth_gatt.rs63 fn register_scanner(&self, callback: Box<dyn IScannerCallback + Send>) {} in register_scanner()
/system/bt/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs9 fn register_scanner(&self, callback: Box<dyn IScannerCallback + Send>); in register_scanner()
71 fn register_scanner(&self, _callback: Box<dyn IScannerCallback + Send>) { in register_scanner()
Dlib.rs109 fn register_disconnect(&mut self, f: Box<dyn Fn() + Send>); in register_disconnect()
Dbluetooth.rs24 fn register_callback(&mut self, callback: Box<dyn IBluetoothCallback + Send>); in register_callback()
161 fn register_callback(&mut self, mut callback: Box<dyn IBluetoothCallback + Send>) { in register_callback()
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dh4_packetizer.cc65 size_t H4Packetizer::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in test_vendor_lib::H4Packetizer
/system/memory/libmemunreachable/
DLeakPipe.h101 bool Send(const T& value) { in Send() function
/system/bt/gd/common/
Dbidi_queue_unittest.cc68 std::promise<void>* Send(TA* value) { in Send() function in bluetooth::common::__anon5cfa03a00111::TestBidiQueueEnd
/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
Dstate_machine.rs33 fn new(state_machine: ManagerStateMachine<PM>) -> StateMachineContext<PM> in new()
96 pub async fn mainloop<PM>(mut context: StateMachineContext<PM>) in mainloop()
/system/security/keystore2/src/
Dasync_task.rs77 pub fn get_or_put_with<T: Any + Send, F>(&mut self, init: F) -> &mut T in get_or_put_with()
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc60 void Send(const std::shared_ptr<LinkLayerPacketBuilder> packet) override { in Send() function in test_vendor_lib::LinkLayerSocketDeviceTest::MockPhyLayer
/system/iorap/src/binder/
Diiorap_impl.cc483 Status Send(const char* function_name, Args&&... args) { in Send() function