Home
last modified time | relevance | path

Searched refs:CAMERA_DEVICE_POWER_DOWN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_common_device.c49 case CAMERA_DEVICE_POWER_DOWN: in CommonDevicePowerOperation()
/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h32 CAMERA_DEVICE_POWER_DOWN = 0, enumerator
/ohos5.0/drivers/hdf_core/framework/model/camera/dispatch/src/
H A Dcamera_dispatch.c201 ret = CommonDevicePowerOperation(&comDev, CAMERA_DEVICE_POWER_DOWN); in CameraCmdPowerDown()