Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs464 pub struct A2dpSinkCallbacksDispatcher { struct
468 impl Debug for A2dpSinkCallbacksDispatcher { argument
474 type A2dpSinkCb = Arc<Mutex<A2dpSinkCallbacksDispatcher>>;
530 pub fn initialize(&mut self, callbacks: A2dpSinkCallbacksDispatcher) -> bool { in initialize()