/frameworks/base/services/core/java/com/android/server/display/ |
AutomaticBrightnessController.java | 54 // The recent lux must have changed by at least this fraction relative to the 55 // current ambient lux before a change will be considered. 315 private void handleLightSensorEvent(long time, float lux) { 318 applyLightSensorMeasurement(time, lux); 322 private void applyLightSensorMeasurement(long time, float lux) { 327 mInitialHorizonAmbientLightRingBuffer.push(time, lux); 330 mAmbientLightRingBuffer.push(time, lux); 333 mLastObservedLux = lux; 345 private void setAmbientLux(float lux) { 346 mAmbientLux = lux; 363 float lux = mAmbientLightRingBuffer.getLux(i); local [all...] |
DisplayPowerController.java | 326 int[] lux = resources.getIntArray( local 336 Spline screenAutoBrightnessSpline = createAutoBrightnessSpline(lux, screenBrightness); 341 + "config_autoBrightnessLevels (size " + lux.length + ") " [all...] |
/hardware/bsp/intel/peripheral/libupm/src/tsl2561/ |
tsl2561.cxx | 6 * Inspiration and lux calculation formulas from data sheet 92 int lux; local 180 // do not allow negative lux value 187 lux = tempLux >> LUX_SCALE; 189 return lux;
|
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
ams_tmd4903.c | 104 #define AMS_TMD4903_ALS_MAX_REPORT_VALUE 150000.0f // in lux 386 float lux; local 393 lux = (ALS_GA_FACTOR * 397 return MIN2(MAX2(0.0f, lux), AMS_TMD4903_ALS_MAX_REPORT_VALUE); 749 DEBUG_PRINT("als sample ready: c=%u r=%u g=%u b=%u, gain=%dx, lux=%d\n", c, r, g, b, [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
asm7.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
asm7.go | [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
asm7.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
asm7.go | [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
asm5.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/ |
asm5.go | [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
asm5.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm/ |
asm5.go | [all...] |
/external/v8/src/js/ |
i18n.js | 857 'i-klingon|i-lux|i-mingo|i-navajo|i-pwn|i-tao|i-tay|' + [all...] |