/aosp12/system/core/trusty/gatekeeper/ |
H A 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
|
H A D | trusty_gatekeeper.cpp | 181 gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const GateKeeperMessage& request, in Send() function in gatekeeper::TrustyGateKeeperDevice
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
H A D | phy_layer_factory.cc | 61 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
|
/aosp12/system/core/fastboot/ |
H A D | socket.cpp | 137 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
|
H A 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
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/ |
H A D | client.h | 213 Status<T> Send(int opcode) { in Send() function 218 Status<T> Send(int opcode, const void* send_buffer, size_t send_length, in Send() function
|
/aosp12/hardware/interfaces/bluetooth/1.0/default/ |
H A D | h4_protocol.cc | 32 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
|
H A D | mct_protocol.cc | 42 size_t MctProtocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::MctProtocol
|
H A D | vendor_interface.cc | 312 size_t VendorInterface::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::V1_0::implementation::VendorInterface
|
/aosp12/system/bt/vendor_libs/linux/interface/ |
H A D | h4_protocol.cc | 31 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
|
/aosp12/system/bt/gd/rust/linux/stack/src/ |
H A D | bluetooth_gatt.rs | 9 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()
|
H A D | bluetooth.rs | 24 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()
|
H A D | lib.rs | 109 fn register_disconnect(&mut self, f: Box<dyn Fn() + Send>); in register_disconnect()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | h4_packetizer.cc | 39 size_t H4Packetizer::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in test_vendor_lib::H4Packetizer
|
/aosp12/system/bt/gd/rust/linux/dbus_projection/src/ |
H A D | lib.rs | 27 pub fn add(&mut self, address: BusName<'static>, callback: Box<dyn Fn() + Send>) { in add()
|
/aosp12/system/bt/gd/rust/linux/service/src/ |
H A D | iface_bluetooth.rs | 36 fn register_callback(&mut self, callback: Box<dyn IBluetoothCallback + Send>) {} in register_callback()
|
H A D | iface_bluetooth_gatt.rs | 63 fn register_scanner(&self, callback: Box<dyn IScannerCallback + Send>) {} in register_scanner()
|
/aosp12/system/memory/libmemunreachable/ |
H A D | LeakPipe.h | 101 bool Send(const T& value) { in Send() function
|
/aosp12/frameworks/native/libs/vr/libpdx_uds/ |
H A D | ipc_helper.cpp | 30 ssize_t Send(int socket_fd, const void* data, size_t size, in Send() function in android::pdx::uds::__anon8e2c4b6a0110::SocketSender 176 Status<void> SendPayload::Send(const BorrowedHandle& socket_fd) { in Send() function in android::pdx::uds::SendPayload 180 Status<void> SendPayload::Send(const BorrowedHandle& socket_fd, in Send() function in android::pdx::uds::SendPayload
|
/aosp12/system/bt/gd/common/ |
H A D | bidi_queue_unittest.cc | 68 std::promise<void>* Send(TA* value) { in Send() function in bluetooth::common::__anon1d490ee50110::TestBidiQueueEnd
|
/aosp12/bionic/libc/bionic/ |
H A D | system_property_set.cpp | 145 bool Send() { in Send() function in SocketWriter
|
/aosp12/bionic/libc/async_safe/ |
H A D | async_safe_log.cpp | 87 void Send(const char* data, int len) { in Send() function 118 void Send(const char* data, int len) { in Send() function
|
/aosp12/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/ |
H A D | state_machine.rs | 33 fn new(state_machine: ManagerStateMachine<PM>) -> StateMachineContext<PM> in new() 96 pub async fn mainloop<PM>(mut context: StateMachineContext<PM>) in mainloop()
|
/aosp12/frameworks/native/services/vr/virtual_touchpad/ |
H A D | EvdevInjector.cpp | 230 int EvdevInjector::Send(uint16_t type, uint16_t code, int32_t value) { in Send() function in android::dvr::EvdevInjector
|
/aosp12/system/security/keystore2/src/ |
H A 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()
|