Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dservice_watcher.rs103 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()
Dbluetooth_manager_dbus.rs46 fn register_callback(&mut self, callback: Box<dyn IBluetoothManagerCallback + Send>) { in register_callback()
Diface_bluetooth_manager.rs32 fn register_callback(&mut self, callback: Box<dyn IBluetoothManagerCallback + Send>); in register_callback()
Dbluetooth_manager.rs109 fn register_callback(&mut self, mut callback: Box<dyn IBluetoothManagerCallback + Send>) { in register_callback()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_provider_manager.rs18 battery_provider_callback: Box<dyn IBatteryProviderCallback + Send>, in register_battery_provider()
68 battery_provider_callback: Box<dyn IBatteryProviderCallback + Send>, in register_battery_provider()
Dbattery_manager.rs48 battery_manager_callback: Box<dyn IBatteryManagerCallback + Send>, in register_battery_callback()
90 battery_manager_callback: Box<dyn IBatteryManagerCallback + Send>, in register_battery_callback()
Dbluetooth_admin.rs31 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
269 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
Dbluetooth_adv.rs577 callback: Box<dyn IAdvertisingSetCallback + Send>, in add_callback()
586 ) -> Option<&mut Box<dyn IAdvertisingSetCallback + Send>> { in get_callback()
Dsocket_manager.rs295 callback: Box<dyn IBluetoothSocketManagerCallbacks + Send>, in register_callback()
1226 callback: Box<dyn IBluetoothSocketManagerCallbacks + Send>, in register_callback()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_battery_provider_manager.rs30 battery_provider_callback: Box<dyn IBatteryProviderCallback + Send>, in register_battery_provider()
Diface_battery_manager.rs41 battery_manager_callback: Box<dyn IBatteryManagerCallback + Send>, in register_battery_callback()
Diface_bluetooth_admin.rs68 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
Diface_bluetooth.rs405 fn register_callback(&mut self, callback: Box<dyn IBluetoothCallback + Send>) { in register_callback()
412 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback()
727 callback: Box<dyn IBluetoothSocketManagerCallbacks + Send>, in register_callback()
Diface_bluetooth_gatt.rs652 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback()
753 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client()
913 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server()
/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dh4_data_channel_packetizer.cc45 size_t H4DataChannelPacketizer::Send(uint8_t type, const uint8_t* data, in Send() function in rootcanal::H4DataChannelPacketizer
Dh4_packetizer.cc39 size_t H4Packetizer::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in rootcanal::H4Packetizer
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc57 void PhyDevice::Send(std::vector<uint8_t> const& packet, Phy::Type type, in Send() function in rootcanal::PhyDevice
Dphy_layer.cc58 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send() function in rootcanal::PhyLayer
/packages/modules/Bluetooth/system/vendor_libs/linux/interface/
Dh4_protocol.cc42 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send() function in android::hardware::bluetooth::hci::H4Protocol
/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket.cc85 ssize_t PosixAsyncSocket::Send(const uint8_t* buffer, uint64_t bufferSize) { in Send() function in android::net::PosixAsyncSocket
/packages/modules/Bluetooth/system/gd/common/
Dbidi_queue_unittest.cc68 std::promise<void>* Send(TA* value) { in Send() function in bluetooth::common::__anon4837ff540111::TestBidiQueueEnd
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Drfcomm.proto14 rpc Send(TxRequest) returns (TxResponse); rpc
/packages/modules/Bluetooth/system/gd/hal/
Dsyscall_wrapper_impl.cc45 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/
Ddbus_iface.rs642 fn register_callback(&mut self, callback: Box<dyn IBluetoothCallback + Send>) { in register_callback()
649 callback: Box<dyn IBluetoothConnectionCallback + Send>, in register_connection_callback()
1006 fn register_callback(&mut self, callback: Box<dyn IBluetoothManagerCallback + Send>) { in register_callback()
1214 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
1337 callback: Box<dyn IAdvertisingSetCallback + Send>, in register_advertiser_callback()
1438 callback: Box<dyn IBluetoothGattCallback + Send>, in register_client()
1598 callback: Box<dyn IBluetoothGattServerCallback + Send>, in register_server()
1943 callback: Box<dyn IBluetoothSocketManagerCallbacks + Send>, in register_callback()
Dmain.rs259 fn run_callback(&mut self, callback: Box<dyn Fn(Arc<Mutex<ClientContext>>) + Send>) { in run_callback()

12