Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dmedia_service.rs5 A2dp, A2dpCallbacksDispatcher, A2dpSink, A2dpSinkCallbacksDispatcher,
22 fn get_a2dp_sink_dispatcher() -> A2dpSinkCallbacksDispatcher { in get_a2dp_sink_dispatcher()
23 A2dpSinkCallbacksDispatcher { dispatch: Box::new(move |_cb| {}) } in get_a2dp_sink_dispatcher()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs446 pub struct A2dpSinkCallbacksDispatcher { struct
450 type A2dpSinkCb = Arc<Mutex<A2dpSinkCallbacksDispatcher>>; argument
503 pub fn initialize(&mut self, callbacks: A2dpSinkCallbacksDispatcher) -> bool { in initialize()