Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs4 use crate::bluetooth_media::BluetoothMedia;
133 media: Arc<Mutex<Box<BluetoothMedia>>>,
153 media: Arc<Mutex<Box<BluetoothMedia>>>, in new() argument
Dbluetooth_media.rs448 pub struct BluetoothMedia { struct
497 impl BluetoothMedia { argument
502 ) -> BluetoothMedia { in new() argument
507 BluetoothMedia { in new()
601 BluetoothMedia::disconnect_device(self.tx.clone(), addr); in rm_connected_profile()
2269 BluetoothMedia::async_disconnect(&tasks, &states, &txl, &addr).await; in notify_media_capability_updated()
2356 BluetoothMedia::wait_force_enter_connected(&txl, &addr, ts).await; in notify_media_capability_updated()
2359 BluetoothMedia::wait_retry(&tasks, &device_states, &txl, &addr, ts).await; in notify_media_capability_updated()
2360 BluetoothMedia::wait_disconnect(&tasks, &device_states, &txl, &addr, ts).await; in notify_media_capability_updated()
2367 BluetoothMedia::wait_force_enter_connected(&txl, &addr, ts).await; in notify_media_capability_updated()
[all …]
Dlib.rs44 use crate::bluetooth_media::{BluetoothMedia, MediaActions};
219 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in dispatch() argument
Dbluetooth.rs52 use crate::bluetooth_media::{BluetoothMedia, IBluetoothMedia, MediaActions, LEA_UNKNOWN_GROUP_ID};
595 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>,
644 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in new() argument
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs12 bluetooth_logging::BluetoothLogging, bluetooth_media::BluetoothMedia,
65 bluetooth_media: Arc<Mutex<Box<BluetoothMedia>>>, in dispatch() argument
Dmain.rs25 bluetooth_media::BluetoothMedia,
149 let bluetooth_media = Arc::new(Mutex::new(Box::new(BluetoothMedia::new( in main()