Searched refs:kSupportedExposureTimeRange (Results 1 – 4 of 4) sorted by relevance
305 static const nsecs_t kSupportedExposureTimeRange[2]; variable
78 const nsecs_t EmulatedSensor::kSupportedExposureTimeRange[2] = {1000LL, member in android::EmulatedSensor238 ((characteristics.exposure_time_range[0] < kSupportedExposureTimeRange[0]) || in AreCharacteristicsSupported()240 kSupportedExposureTimeRange[1]))) { in AreCharacteristicsSupported()801 auto exposure_time = EmulatedSensor::kSupportedExposureTimeRange[0]; in threadLoop()
107 std::make_pair(EmulatedSensor::kSupportedExposureTimeRange[0], in InitializeSensorDefaults()108 EmulatedSensor::kSupportedExposureTimeRange[1]); in InitializeSensorDefaults()
249 EmulatedSensor::kSupportedExposureTimeRange, in GetSensorCharacteristics()