Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 12 of 12) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
Dbluetooth_a2dp_src_observer.h24 …BluetoothA2dpSrcObserver(OHOS::Bluetooth::BtA2dpAudioCallback *callbacks) : callbacks_(callbacks) … in BluetoothA2dpSrcObserver()
/drivers/peripheral/codec/hal/src/
Dcodec_component_manager_service.c42 static void AddDeathRecipientForService(struct CodecCallbackType *callbacks, uint32_t componentId, in AddDeathRecipientForService()
139 int64_t appData, struct CodecCallbackType *callbacks) in OmxManagerCreateComponent()
Dcodec_death_recipient.cpp33 bool RegisterService(struct CodecCallbackType *callbacks, uint32_t componentId, in RegisterService()
Dcodec_adapter.cpp37 struct CodecCallbackType *callbacks) in OMXAdapterCreateComponent()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcodec_omx_core.cpp66 const OMX_CALLBACKTYPE &callbacks) in GetHandle()
Dcomponent_mgr.cpp34 …ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbacks, in CreateComponentInstance()
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_omx_core.cpp66 const OMX_CALLBACKTYPE &callbacks) in GetHandle()
Dcodec_death_recipient.cpp52 void RegisterDeathRecipientService(const sptr<ICodecCallback> callbacks, uint32_t componentId, in RegisterDeathRecipientService()
Dcodec_component_manager_service.cpp73 const sptr<ICodecCallback> &callbacks) in CreateComponent()
Dcomponent_mgr.cpp33 …ComponentMgr::CreateComponentInstance(const char *componentName, const OMX_CALLBACKTYPE *callbacks, in CreateComponentInstance()
Dcodec_component_service.cpp221 int32_t CodecComponentService::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks()
Dcomponent_node.cpp84 ComponentNode::ComponentNode(const sptr<ICodecCallback> &callbacks, int64_t appData, std::shared_pt… in ComponentNode()
306 int32_t ComponentNode::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks()