Searched refs:HdfDeviceObjectCheckInterfaceDesc (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A 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 …]
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/ |
H A D | hdf_device_object.h | 26 bool HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct HdfSBuf *data);
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_driver.c | 52 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in CodecComponentTypeDriverDispatch()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | device_service_stub.c | 160 bool HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct HdfSBuf *data) in HdfDeviceObjectCheckInterfaceDesc() function
|
/ohos5.0/drivers/peripheral/usb/gadget/function/usbfn/ |
H A D | dev_usbfn.c | 107 if (HdfDeviceObjectCheckInterfaceDesc(client->device, data) == false) { in UsbFnDispatch()
|
/ohos5.0/drivers/hdf_core/framework/core/host/src/ |
H A D | hdf_device_object.c | 348 bool __attribute__((weak)) HdfDeviceObjectCheckInterfaceDesc(struct HdfDeviceObject *dev, struct Hd… in HdfDeviceObjectCheckInterfaceDesc() function
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server.cpp | 417 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in HdiServiceDispatch()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/ |
H A D | devhost_test.cpp | 148 HdfDeviceObjectCheckInterfaceDesc(nullptr, nullptr);
|
/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/ |
H A D | cdcecm.c | 560 if (HdfDeviceObjectCheckInterfaceDesc(client->device, data) == false) { in EcmDeviceDispatch()
|
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_common.c | 1740 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in HdiServiceDispatch()
|
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/ |
H A D | cdcacm.c | 903 if (!HdfDeviceObjectCheckInterfaceDesc(client->device, data)) { in AcmDeviceDispatch()
|