Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dvc.rs121 pub struct VolumeControlCallbacksDispatcher { struct
125 type VolumeControlCb = Arc<Mutex<VolumeControlCallbacksDispatcher>>; argument
208 pub fn initialize(&mut self, callbacks: VolumeControlCallbacksDispatcher) -> bool { in initialize()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs32 BtVcConnectionState, VolumeControl, VolumeControlCallbacks, VolumeControlCallbacksDispatcher,
3084 fn get_vc_dispatcher(tx: Sender<Message>) -> VolumeControlCallbacksDispatcher { in get_vc_dispatcher() argument
3085 VolumeControlCallbacksDispatcher { in get_vc_dispatcher()