Searched refs:getAeCompensationRange (Results 1 – 3 of 3) sorted by relevance
105 virtual std::tuple<int32_t, int32_t, int32_t, int32_t> getAeCompensationRange() const;
226 std::tuple<int32_t, int32_t, int32_t, int32_t> HwCamera::getAeCompensationRange() const { in getAeCompensationRange() function in android::hardware::camera::provider::implementation::hw::HwCamera
113 const auto aeCompensationRange = mHwCamera->getAeCompensationRange(); in getCameraCharacteristics()