Home
last modified time | relevance | path

Searched refs:DeviceOps (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h108 struct DeviceOps { struct
118 struct DeviceOps *devOps; argument
123 struct DeviceOps *devOps;
128 struct DeviceOps *devOps;
133 struct DeviceOps *devOps;
138 struct DeviceOps *devOps;
149 struct DeviceOps *devOps;
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/include/
H A Dcamera_utils.h42 int type, int32_t camId, const char *driverName, struct DeviceOps **devOps);
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_common_device.c28 struct DeviceOps *devOps = NULL; in CommonDevicePowerOperation()
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/
H A Dcamera_utils.c513 int type, int32_t camId, const char *driverName, struct DeviceOps **devOps) in GetDeviceOps()