Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs464 pub struct BluetoothMedia { struct
468 callbacks: Arc<Mutex<Callbacks<dyn IBluetoothMediaCallback + Send>>>, argument
469 telephony_callbacks: Arc<Mutex<Callbacks<dyn IBluetoothTelephonyCallback + Send>>>,
470 tx: Sender<Message>,
471 api_tx: Sender<APIMessage>,
472 adapter: Arc<Mutex<Box<Bluetooth>>>,
473 a2dp: A2dp,
474 avrcp: Avrcp,
475 avrcp_states: HashMap<RawAddress, BtavConnectionState>,
476 a2dp_states: HashMap<RawAddress, BtavConnectionState>,
[all …]
Dsuspend.rs153 media: Arc<Mutex<Box<BluetoothMedia>>>, in new()
Dlib.rs276 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in dispatch()
Dbluetooth_admin.rs120 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in new()
Dbluetooth.rs691 pub(crate) fn set_media(&mut self, bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>) { in set_media()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs63 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in dispatch()