Searched refs:kSupportedExposureTimeRange (Results 1 – 4 of 4) sorted by relevance
95 EmulatedSensor::kSupportedExposureTimeRange, in GetSensorCharacteristics()
240 static const nsecs_t kSupportedExposureTimeRange[2]; variable
53 const nsecs_t EmulatedSensor::kSupportedExposureTimeRange[2] = {1000LL, member in android::EmulatedSensor166 ((characteristics.exposure_time_range[0] < kSupportedExposureTimeRange[0]) || in AreCharacteristicsSupported()168 kSupportedExposureTimeRange[1]))) { in AreCharacteristicsSupported()
1013 std::make_pair(EmulatedSensor::kSupportedExposureTimeRange[0], in InitializeSensorDefaults()1014 EmulatedSensor::kSupportedExposureTimeRange[1]); in InitializeSensorDefaults()