Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
Dsample_hdi_service_stub.cpp29 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubPing()
47 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubSum()
75 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubCallback()
95 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubStructTrans()
119 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceStubBufferTrans()
142 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceRegisterDevice()
158 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceUnregisterDevice()
171 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceUpdateDevice()
184 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceSmqTrans()
205 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in SampleServiceEndHost()
[all …]
/drivers/hdf_core/interfaces/inner_api/host/shared/
Dhdf_device_object.h26 bool HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct HdfSBuf *data);
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_driver.c40 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in CodecComponentTypeDriverDispatch()
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevice_service_stub.c146 bool HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct HdfSBuf *data) in HdfDeviceObjectCheckInterfaceDesc() function
/drivers/peripheral/usb/gadget/function/usbfn/
Ddev_usbfn.c107 if (HdfDeviceObjectCheckInterfaceDesc(client->device, data) == false) { in UsbFnDispatch()
/drivers/hdf_core/framework/core/host/src/
Dhdf_device_object.c342 bool __attribute__((weak)) HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct Hd… in HdfDeviceObjectCheckInterfaceDesc() function
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
Dhdf_audio_server.cpp418 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in HdiServiceDispatch()
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_stub.c727 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in CodecServiceOnRemoteRequest()
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c550 if (HdfDeviceObjectCheckInterfaceDesc(client->device, data) == false) { in EcmDeviceDispatch()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
Dhdf_audio_server_common.c1742 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in HdiServiceDispatch()
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c897 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in AcmDeviceDispatch()