Home
last modified time | relevance | path

Searched defs:VolumeControlCallbacksDispatcher (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dvc.rs121 pub struct VolumeControlCallbacksDispatcher { struct
125 type VolumeControlCb = Arc<Mutex<VolumeControlCallbacksDispatcher>>; argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs3075 fn get_vc_dispatcher(tx: Sender<Message>) -> VolumeControlCallbacksDispatcher { in get_vc_dispatcher()