Home
last modified time | relevance | path

Searched defs:BluetoothSocketManager (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs495 pub struct BluetoothSocketManager { struct
497 callbacks: Callbacks<dyn IBluetoothSocketManagerCallbacks + Send>, argument
500 listening: HashMap<CallbackId, Vec<InternalListeningSocket>>,
526 impl BluetoothSocketManager { argument
1249 impl IBluetoothSocketManager for BluetoothSocketManager { implementation
Dlib.rs278 bluetooth_socketmgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch()
Dbluetooth_admin.rs121 socket_manager: Arc<Mutex<Box<BluetoothSocketManager>>>, in new()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs65 bt_sock_mgr: Arc<Mutex<Box<BluetoothSocketManager>>>, in dispatch()