Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs233 pub struct BluetoothMedia { struct
238 callbacks: Arc<Mutex<Callbacks<dyn IBluetoothMediaCallback + Send>>>, argument
239 tx: Sender<Message>,
240 adapter: Option<Arc<Mutex<Box<Bluetooth>>>>,
241 a2dp: Option<A2dp>,
242 avrcp: Option<Avrcp>,
243 avrcp_direction: BtConnectionDirection,
267 impl BluetoothMedia { argument
272 ) -> BluetoothMedia { in new()
1663 impl IBluetoothMedia for BluetoothMedia { implementation
[all …]
Dlib.rs165 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in dispatch()
Dsuspend.rs122 media: Arc<Mutex<Box<BluetoothMedia>>>, in new()
Dbluetooth.rs495 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in new()