Searched refs:A2dpSinkCallbacksDispatcher (Results 1 – 2 of 2) sorted by relevance
5 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()
446 pub struct A2dpSinkCallbacksDispatcher { struct450 type A2dpSinkCb = Arc<Mutex<A2dpSinkCallbacksDispatcher>>; argument503 pub fn initialize(&mut self, callbacks: A2dpSinkCallbacksDispatcher) -> bool { in initialize()