Searched refs:kSupportedExposureTimeRange (Results 1 – 4 of 4) sorted by relevance
265 static const nsecs_t kSupportedExposureTimeRange[2]; variable
58 const nsecs_t EmulatedSensor::kSupportedExposureTimeRange[2] = {1000LL, member in android::EmulatedSensor182 ((characteristics.exposure_time_range[0] < kSupportedExposureTimeRange[0]) || in AreCharacteristicsSupported()184 kSupportedExposureTimeRange[1]))) { in AreCharacteristicsSupported()714 auto exposure_time = EmulatedSensor::kSupportedExposureTimeRange[0]; in threadLoop()
1023 std::make_pair(EmulatedSensor::kSupportedExposureTimeRange[0], in InitializeSensorDefaults()1024 EmulatedSensor::kSupportedExposureTimeRange[1]); in InitializeSensorDefaults()
136 EmulatedSensor::kSupportedExposureTimeRange, in GetSensorCharacteristics()