Home
last modified time | relevance | path

Searched refs:HDF_ERR_BAD_FD (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_thread.cpp101 return HDF_ERR_BAD_FD; in InitUevent()
109 return HDF_ERR_BAD_FD; in InitUevent()
125 return HDF_ERR_BAD_FD;
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_thread.cpp124 return HDF_ERR_BAD_FD; in InitUevent()
132 return HDF_ERR_BAD_FD; in InitUevent()
148 return HDF_ERR_BAD_FD;
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c447 return HDF_ERR_BAD_FD; in IfGetRequestPipeType()
456 return HDF_ERR_BAD_FD; in IfGetRequestPipeType()
465 return HDF_ERR_BAD_FD; in IfGetRequestPipeType()
635 return HDF_ERR_BAD_FD; in IfSubmitRequestToQueue()
1175 return HDF_ERR_BAD_FD; in UsbReleaseInterface()
1215 return HDF_ERR_BAD_FD; in UsbAddOrRemoveInterface()
1223 return HDF_ERR_BAD_FD; in UsbAddOrRemoveInterface()
1328 return HDF_ERR_BAD_FD; in GetInterfaceByHandle()
1360 return HDF_ERR_BAD_FD; in UsbCloseCtlProcess()
1406 return HDF_ERR_BAD_FD; in UsbCloseInterface()
[all …]
H A Dddk_sysfs_device.c155 return HDF_ERR_BAD_FD; in DdkSysfsGetActiveInterfaces()
H A Dlinux_adapter.c204 ret = HDF_ERR_BAD_FD; in OsGetUsbFd()
794 return HDF_ERR_BAD_FD; in OsIsoCompletion()
1035 return HDF_ERR_BAD_FD; in AdapterGetConfigDescriptor()
1434 return HDF_ERR_BAD_FD; in AdapterCancelRequest()
H A Dddk_device_manager.c181 return HDF_ERR_BAD_FD; in DdkDevMgrScanSysfs()
H A Dliteos_adapter.c935 return HDF_ERR_BAD_FD; in OsIsoCompletion()
H A Dusb_raw_api_library.c1424 ret = HDF_ERR_BAD_FD; in RawReleaseInterface()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_base.h54 HDF_ERR_BAD_FD = -18, /**< Incorrect file descriptor. */ enumerator
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_gralloc_gbm.cpp201 return HDF_ERR_BAD_FD; in InitGbmDevice()
299 DISPLAY_CHK_RETURN((fd < 0), HDF_ERR_BAD_FD, DISPLAY_LOGE("gbm can not get fd"); \ in GbmAllocMem()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.cpp42 {HDF_STATUS::HDF_ERR_BAD_FD, "HDF_ERR_BAD_FD"},
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp334 return HDF_ERR_BAD_FD; in UsbdWriteUdc()
358 return HDF_ERR_BAD_FD; in UsbdReadUdc()
H A Dusbd_dispatcher.cpp1207 ret = HDF_ERR_BAD_FD; in UsbdBulkASyncPutAsmData()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_service_stub.c173 return HDF_ERR_BAD_FD; in InstallModule()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp89 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_ERR_BAD_FD) != "null");
H A DTestPluginSetting.cpp100 ASSERT_TRUE(HdfStatus2String(HDF_STATUS::HDF_ERR_BAD_FD) != "null");
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp300 return HDF_ERR_BAD_FD; in FuncAdapterGetConfigDescriptor()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if.c142 return HDF_ERR_BAD_FD; in UsbFnWriteFile()
261 return HDF_ERR_BAD_FD; in UsbFnReadFile()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c284 return HDF_ERR_BAD_FD; in EcmRead()
445 return HDF_ERR_BAD_FD; in EcmWrite()
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h536 case HDF_ERR_BAD_FD: in ToDispErrCode()
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_endpoints.c294 return HDF_ERR_BAD_FD; in AudioUsbEndpointStart()