Searched defs:BluetoothMedia (Results 1 – 3 of 3) sorted by relevance
104 pub struct BluetoothMedia { struct107 callbacks: Arc<Mutex<Vec<(u32, Box<dyn IBluetoothMediaCallback + Send>)>>>, argument122 impl BluetoothMedia { argument123 pub fn new(tx: Sender<Message>, intf: Arc<Mutex<BluetoothInterface>>) -> BluetoothMedia { in new()450 impl IBluetoothMedia for BluetoothMedia { implementation
78 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in dispatch()
323 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in new()