Home
last modified time | relevance | path

Searched refs:setExposureMode (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/common/default/include/
DExif.h102 virtual bool setExposureMode(uint16_t exposure_mode) = 0;
/hardware/interfaces/camera/common/default/
DExif.cpp108 virtual bool setExposureMode(uint16_t exposure_mode);
430 bool ExifUtilsImpl::setExposureMode(uint16_t exposure_mode) { in setExposureMode() function in android::hardware::camera::common::helper::ExifUtilsImpl