Home
last modified time | relevance | path

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

/drivers/peripheral/format/interfaces/include/
Dformat_interface.h139 int32_t FormatDemuxerSetCallBack(const FormatHandle handle, const FormatCallback *callBack);
383 int32_t FormatMuxerSetCallBack(const FormatHandle handle, const FormatCallback *callBack);
/drivers/peripheral/usb/ddk/host/src/
Dddk_pnp_listener_mgr.c91 if (listener->callBack(listener->priv, handlePriv->cmd, dataTmp) != HDF_SUCCESS) { in DdkListenerMgrNotifyOne()
105 if (listener->callBack(listener->priv, handlePriv->cmd, NULL) != HDF_SUCCESS) { in DdkListenerMgrNotifyGadgetOne()
Dusb_pnp_manager.c117 .callBack = UsbDdkPnpLoaderEventReceived, in UsbPnpManagerInit()
Dddk_uevent_handle.c296 static struct HdfDevEventlistener usbPnpListener = {.callBack = DdkUeventCallBack}; in DdkUeventInit()
/drivers/peripheral/usb/sample/host/src/
Dusbhost_loader_test.c53 .callBack = UsbPnpTestEventReceived, in main()
/drivers/hdf_core/framework/core/manager/src/
Ddevsvc_manager.c165 …scribeService(struct IDevSvcManager *inst, const char *svcName, struct SubscriberCallback callBack) in DevSvcManagerSubscribeService() argument
175 if (callBack.OnServiceConnected != NULL) { in DevSvcManagerSubscribeService()
176 callBack.OnServiceConnected(callBack.deviceObject, deviceService); in DevSvcManagerSubscribeService()
/drivers/hdf_core/interfaces/inner_api/core/
Dhdf_io_service_if.h82 OnEventReceived callBack; member
/drivers/hdf_core/framework/core/adapter/syscall/src/
Dhdf_syscall_adapter.c113 } else if (listener->callBack != NULL) { in HdfDevEventDispatchLocked()
114 (void)listener->callBack(listener->priv, bwr->cmdCode, sbuf); in HdfDevEventDispatchLocked()
125 } else if (listener->callBack != NULL) { in HdfDevEventDispatchLocked()
126 (void)listener->callBack(listener->priv, bwr->cmdCode, sbuf); in HdfDevEventDispatchLocked()
849 if (listener->callBack == NULL && listener->onReceive == NULL) { in HdfDeviceRegisterEventListenerWithSchedPolicy()
962 if (listener->callBack == NULL && listener->onReceive == NULL) { in HdfIoServiceGroupRegisterListenerWithSchedPolicy()
/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.cpp64 for (auto callBack : g_groupIdCallBackMap[sensorType]) { in ReportSensorEventsData() local
65 callBack->OnDataEventVdi(hdfSensorEvents); in ReportSensorEventsData()
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_listener_u.c175 listener->callBack = callback; in PlatformUserListenerInit()
/drivers/peripheral/usb/ddk_service/src/
Dusb_ddk_service.cpp106 g_pnpListener->callBack = UsbdPnpEventHandler; in Init()
/drivers/peripheral/format/
DREADME_zh.md100 …/a>int32_t FormatDemuxerSetCallBack(const FormatHandle handle, const FormatCallback *callBack);</p>
185 …></a>int32_t FormatMuxerSetCallBack(const FormatHandle handle, const FormatCallback *callBack);</p>
DREADME.md100 …/a>int32_t FormatDemuxerSetCallBack(const FormatHandle handle, const FormatCallback *callBack);</p>
185 …></a>int32_t FormatMuxerSetCallBack(const FormatHandle handle, const FormatCallback *callBack);</p>
/drivers/peripheral/usb/hdi_service/src/
Dusb_impl.cpp951 listenerForLoadService_.callBack = UsbdLoadServiceCallback; in UsbdEventHandle()
965 listenerForLoadService_.callBack = nullptr; in UsbdEventHandleRelease()
1706 subscribers_[i].usbPnpListener.callBack = UsbdPnpLoaderEventReceived; in BindUsbdSubscriber()