Searched refs:HdfDeviceObjectCheckInterfaceDesc (Results 1 – 11 of 11) sorted by relevance
| /drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
| D | sample_hdi_service_stub.cpp | 29 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/ |
| D | hdf_device_object.h | 26 bool HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct HdfSBuf *data);
|
| /drivers/peripheral/codec/hal/src/ |
| D | codec_component_type_driver.c | 40 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in CodecComponentTypeDriverDispatch()
|
| /drivers/hdf_core/adapter/uhdf2/host/src/ |
| D | device_service_stub.c | 146 bool HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct HdfSBuf *data) in HdfDeviceObjectCheckInterfaceDesc() function
|
| /drivers/peripheral/usb/gadget/function/usbfn/ |
| D | dev_usbfn.c | 107 if (HdfDeviceObjectCheckInterfaceDesc(client->device, data) == false) { in UsbFnDispatch()
|
| /drivers/hdf_core/framework/core/host/src/ |
| D | hdf_device_object.c | 342 bool __attribute__((weak)) HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct Hd… in HdfDeviceObjectCheckInterfaceDesc() function
|
| /drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/ |
| D | hdf_audio_server.cpp | 418 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in HdiServiceDispatch()
|
| /drivers/peripheral/codec/hdi_service/codec_service_stub/ |
| D | codec_stub.c | 727 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in CodecServiceOnRemoteRequest()
|
| /drivers/peripheral/usb/gadget/function/ecm/ |
| D | cdcecm.c | 550 if (HdfDeviceObjectCheckInterfaceDesc(client->device, data) == false) { in EcmDeviceDispatch()
|
| /drivers/peripheral/audio/hal/hdi_binder/server/src/ |
| D | hdf_audio_server_common.c | 1742 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in HdiServiceDispatch()
|
| /drivers/peripheral/usb/gadget/function/acm/ |
| D | cdcacm.c | 897 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in AcmDeviceDispatch()
|