Home
last modified time | relevance | path

Searched defs:driverName (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/
H A Dcamera_utils.c288 static int32_t GetSensorNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetSensorNum()
301 static int32_t GetIspNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetIspNum()
314 static int32_t GetVcmNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetVcmNum()
327 static int32_t GetLensNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetLensNum()
340 static int32_t GetFlashNum(const char *driverName, int camId, struct CameraConfigRoot *rootConfig) in GetFlashNum()
353 int32_t GetStreamNum(const char *driverName, struct CameraDeviceDriver *deviceDriver) in GetStreamNum()
367 int32_t GetUvcNum(const char *driverName, struct CameraDeviceDriver *deviceDriver) in GetUvcNum()
381 int32_t GetDeviceNum(const char *driverName, int camId, int type) in GetDeviceNum()
417 int32_t CheckFrameRate(int camId, const char *driverName, int type, struct CameraCtrlConfig *ctrlCo… in CheckFrameRate()
458 const char **driverName, int32_t *camId, struct CameraDevice **camDev) in CameraGetDeviceInfo()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_stream.c132 static int32_t CameraReceiveFmtData(int camId, const char *driverName, in CameraReceiveFmtData()
238 static int32_t CameraSetFPSData(int camId, const char *driverName, in CameraSetFPSData()
364 const char *driverName = comDev->driverName; in CameraEnumFmt() local
452 const char *driverName = comDev->driverName; in CameraStreamEnumDevice() local
492 const char *driverName = comDev->driverName; in CameraQueueInit() local
524 const char *driverName, int camId, struct UserCameraReq *requestData) in CameraDeviceReqMemory()
564 const char *driverName, int camId, struct UserCameraBuffer *userBuffer, uint32_t flag) in CameraDeviceQueryMemory()
632 const char *driverName, int camId, struct UserCameraBuffer *userBuffer) in CameraDeviceStreamQueue()
683 const char *driverName, int camId, struct UserCameraBuffer *userBuffer) in CameraDeviceStreamDequeue()
734 const char *driverName = comDev->driverName; in CameraStreamOn() local
[all …]
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddriver_manager.c98 static struct HdfDriver *HdfDriverManagerFoundDriver(const char *driverName) in HdfDriverManagerFoundDriver()
113 struct HdfDriver *HdfDriverManagerGetDriver(const char *driverName) in HdfDriverManagerGetDriver()
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Deth_chip_driver.c16 static struct HdfEthChipDriverFactory *HdfEthGetChipDriverByName(const char *driverName) in HdfEthGetChipDriverByName()
H A Dhdf_eth_core.c16 static struct HdfEthChipDriverFactory *HdfEthGetDriverFactory(const char *driverName) in HdfEthGetDriverFactory()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_chipdriver_manager.c21 static struct HdfChipDriverFactory *HdfWlanGetChipDriverByName(const char *driverName) in HdfWlanGetChipDriverByName()
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Dpkg_tables.h28 std::string driverName; member
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dcamera_common.h68 char driverName[DRIVER_NAME_NUM]; member
77 char driverName[DRIVER_NAME_NUM]; member
91 char driverName[DRIVER_NAME_NUM]; member
101 char driverName[DRIVER_NAME_NUM]; member
108 char driverName[DRIVER_NAME_NUM]; member
116 char driverName[DRIVER_NAME_NUM]; member
139 char driverName[DRIVER_NAME_NUM]; member
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_product.h72 const char *driverName; /**< Driver name */ member
H A Dhdf_wlan_chipdriver_manager.h75 const char *driverName; /**< Driver name */ member
H A Dhdf_ibus_intf.h43 const char *driverName; member
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_pnp_server.c243 int32_t AudioUhdfUnloadDriver(const char *driverName) in AudioUhdfUnloadDriver()
286 int32_t AudioUhdfLoadDriver(const char *driverName) in AudioUhdfLoadDriver()
/ohos5.0/drivers/external_device_manager/interfaces/innerkits/
H A Ddriver_ext_mgr_types.h116 std::string driverName; variable
/ohos5.0/drivers/hdf_core/framework/include/ethernet/
H A Deth_chip_driver.h38 const char *driverName; member
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_node.h45 char *driverName; member
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/include/
H A Deth_device.h56 const char *driverName; member
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_object.c187 struct HdfDeviceObject *HdfDeviceObjectAlloc(struct HdfDeviceObject *parent, const char *driverName) in HdfDeviceObjectAlloc()
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_control_dispatch.c150 const char *driverName = NULL; in ControlHostElemUnloadCard() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c166 static struct HdfChipDriverFactory *HdfWlanGetDriverFactory(const char *driverName) in HdfWlanGetDriverFactory()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wlan_config.h106 const char *driverName; member
/ohos5.0/drivers/hdf_core/framework/model/camera/dispatch/src/
H A Dcamera_dispatch.c84 const char *driverName = NULL; in CameraOpenCamera() local
/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h189 const char *driverName; member