Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs448 pub struct BluetoothMedia { struct
453 callbacks: Arc<Mutex<Callbacks<dyn IBluetoothMediaCallback + Send>>>, argument
454 telephony_callbacks: Arc<Mutex<Callbacks<dyn IBluetoothTelephonyCallback + Send>>>,
455 tx: Sender<Message>,
456 adapter: Option<Arc<Mutex<Box<Bluetooth>>>>,
457 a2dp: Option<A2dp>,
458 avrcp: Option<Avrcp>,
459 avrcp_direction: BtConnectionDirection,
460 a2dp_states: HashMap<RawAddress, BtavConnectionState>,
461 a2dp_audio_state: HashMap<RawAddress, BtavAudioState>,
[all …]
Dlib.rs219 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in dispatch()
Dsuspend.rs153 media: Arc<Mutex<Box<BluetoothMedia>>>, in new()
Dbluetooth.rs644 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in new()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs65 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in dispatch()