/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | service_watcher.rs | 103 on_available: Box<dyn Fn() + Send>, in monitor_name_owner_changed() 104 on_unavailable: Box<dyn Fn() + Send>, in monitor_name_owner_changed() 148 on_available: Box<dyn Fn() + Send>, in start_watch() 149 on_unavailable: Box<dyn Fn() + Send>, in start_watch() 175 on_available: Box<dyn Fn(dbus::Path<'static>) + Send>, in start_watch_interface() 176 on_unavailable: Box<dyn Fn() + Send>, in start_watch_interface()
|
D | bluetooth_manager_dbus.rs | 46 fn register_callback(&mut self, callback: Box<dyn IBluetoothManagerCallback + Send>) { in register_callback()
|
D | iface_bluetooth_manager.rs | 32 fn register_callback(&mut self, callback: Box<dyn IBluetoothManagerCallback + Send>); in register_callback()
|
D | bluetooth_manager.rs | 141 fn register_callback(&mut self, mut callback: Box<dyn IBluetoothManagerCallback + Send>) { in register_callback()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_provider_manager.rs | 20 battery_provider_callback: Box<dyn IBatteryProviderCallback + Send>, in register_battery_provider() 73 battery_provider_callback: Box<dyn IBatteryProviderCallback + Send>, in register_battery_provider()
|
D | battery_manager.rs | 50 battery_manager_callback: Box<dyn IBatteryManagerCallback + Send>, in register_battery_callback() 92 battery_manager_callback: Box<dyn IBatteryManagerCallback + Send>, in register_battery_callback()
|
D | bluetooth_admin.rs | 31 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback() 263 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
|
/packages/modules/Bluetooth/tools/rootcanal/model/hci/ |
D | h4_data_channel_packetizer.cc | 44 size_t H4DataChannelPacketizer::Send(uint8_t type, const uint8_t* data, in Send() function in rootcanal::H4DataChannelPacketizer
|
D | hci_socket_transport.cc | 59 void HciSocketTransport::Send(PacketType packet_type, in Send() function in rootcanal::HciSocketTransport
|
D | hci_sniffer.cc | 97 void HciSniffer::Send(PacketType packet_type, in Send() function in rootcanal::HciSniffer
|
/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | rfcomm.py | 111 async def Send(self, request: TxRequest, context: grpc.ServicerContext) -> TxResponse: member in RFCOMMService
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_battery_provider_manager.rs | 31 battery_provider_callback: Box<dyn IBatteryProviderCallback + Send>, in register_battery_provider()
|
D | iface_battery_manager.rs | 42 battery_manager_callback: Box<dyn IBatteryManagerCallback + Send>, in register_battery_callback()
|
D | iface_bluetooth_admin.rs | 68 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
|
D | iface_bluetooth_telephony.rs | 35 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback()
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | phy_device.cc | 65 void PhyDevice::Send(std::vector<uint8_t> const& packet, Phy::Type type, in Send() function in rootcanal::PhyDevice
|
D | phy_layer.cc | 58 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send() function in rootcanal::PhyLayer
|
/packages/modules/Bluetooth/tools/rootcanal/net/posix/ |
D | posix_async_socket.cc | 85 ssize_t PosixAsyncSocket::Send(const uint8_t* buffer, uint64_t bufferSize) { in Send() function in android::net::PosixAsyncSocket
|
/packages/modules/Connectivity/remoteauth/service/jni/src/ |
D | remoteauth_jni_android_platform.rs | 92 callback: Box<dyn ResponseCallback + Send>, in send_request() 150 callback: Box<dyn ResponseCallback + Send>, in send_request()
|
/packages/modules/Bluetooth/system/gd/common/ |
D | bidi_queue_unittest.cc | 68 std::promise<void>* Send(TA* value) { in Send() function in bluetooth::common::__anon5ce44f8f0111::TestBidiQueueEnd
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | rfcomm.proto | 14 rpc Send(TxRequest) returns (TxResponse); rpc
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | rfcomm.py | 307 …async def Send(self, request: rfcomm_pb2.TxRequest, context: grpc.ServicerContext) -> rfcomm_pb2.T… member in RFCOMMService
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | syscall_wrapper_impl.cc | 46 ssize_t SyscallWrapperImpl::Send(int fd, const void* buf, size_t n, int flags) { in Send() function in bluetooth::hal::SyscallWrapperImpl
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 760 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback() 1166 fn register_callback(&mut self, callback: Box<dyn IBluetoothManagerCallback + Send>) { in register_callback() 1385 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback() 1508 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback() 1609 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client() 1775 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server() 2134 callback: Box<dyn IBluetoothSocketManagerCallbacks + Send>, in register_callback() 2397 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback() 3008 battery_manager_callback: Box<dyn IBatteryManagerCallback + Send>, in register_battery_callback()
|
D | main.rs | 307 fn run_callback(&mut self, callback: Box<dyn Fn(Arc<Mutex<ClientContext>>) + Send>) { in run_callback()
|