Home
last modified time | relevance | path

Searched defs:BluetoothMedia (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs104 pub struct BluetoothMedia { struct
107 callbacks: Arc<Mutex<Vec<(u32, Box<dyn IBluetoothMediaCallback + Send>)>>>, argument
122 impl BluetoothMedia { argument
123 pub fn new(tx: Sender<Message>, intf: Arc<Mutex<BluetoothInterface>>) -> BluetoothMedia { in new()
450 impl IBluetoothMedia for BluetoothMedia { implementation
Dlib.rs78 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in dispatch()
Dbluetooth.rs323 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in new()