Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs3113 let a2dp_dispatcher = get_a2dp_dispatcher(self.tx.clone()); in initialize() localVariable
3115 self.a2dp.as_mut().unwrap().initialize(a2dp_dispatcher); in initialize()