Home | History | Annotate | Download | only in display

Lines Matching defs:PLOG

31 import com.android.server.display.utils.Plog;
50 private static final Plog PLOG = Plog.createSystemPlog(TAG);
292 PLOG.logCurve("unsmoothed curve", lux, brightness);
327 PLOG.logCurve("smoothed curve", lux, brightness);
372 PLOG.logCurve("unadjusted curve", newLux, newBrightness);
386 PLOG.logCurve("gamma adjusted curve", newLux, newBrightness);
394 PLOG.logCurve("gamma and user adjusted curve", newLux, newBrightness);
397 PLOG.logCurve("user adjusted curve", curve.first ,curve.second);
444 PLOG.start("simple mapping strategy");
473 PLOG.start("auto-brightness adjustment");
490 PLOG.start("add user data point")
512 PLOG.start("clear user data points")
618 PLOG.start("physical mapping strategy");
633 PLOG.start("brightness configuration");
661 PLOG.start("auto-brightness adjustment");
678 PLOG.start("add user data point")
700 PLOG.start("clear user data points")