Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Davrcp.rs224 cb_variant!(AvrcpCtCb, avrcp_connection_state_cb -> AvrcpCtrlCallbacks::ConnectionState,
229 cb_variant!(AvrcpCtCb, avrcp_getrcfeatures_cb -> AvrcpCtrlCallbacks::GetRCFeatures,
234 cb_variant!(AvrcpCtCb, avrcp_get_cover_art_psm_cb -> AvrcpCtrlCallbacks::GetCoverArtPsm,
239 cb_variant!(AvrcpCtCb, avrcp_passthrough_rsp_cb -> AvrcpCtrlCallbacks::PassthroughRsp,
256 type AvrcpCtCb = Arc<Mutex<AvrcpCtrlCallbacksDispatcher>>; typedef
269 if get_dispatchers().lock().unwrap().set::<AvrcpCtCb>(Arc::new(Mutex::new(callbacks))) { in initialize()