HomeSort by relevance Sort by last modified time
    Searched full:tracecounter (Results 1 - 18 of 18) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
ScreenLifecycle.java 70 Trace.traceCounter(Trace.TRACE_TAG_APP, "screenState", screenState);
WakefulnessLifecycle.java 83 Trace.traceCounter(Trace.TRACE_TAG_APP, "wakefulness", wakefulness);
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
AppTrace.java 71 android.os.Trace.traceCounter(TRACE_TAG_APP, name, count);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimState.java 228 Trace.traceCounter(Trace.TRACE_TAG_APP,
232 Trace.traceCounter(Trace.TRACE_TAG_APP,
ScrimController.java 228 Trace.traceCounter(Trace.TRACE_TAG_APP, "scrim_state", mState.getIndex());
581 Trace.traceCounter(Trace.TRACE_TAG_APP,
585 Trace.traceCounter(Trace.TRACE_TAG_APP,
    [all...]
StatusBar.java     [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 48 public static void traceCounter(String counterName, int counterValue) {
50 Log.v(TAG, "traceCounter " + counterName + " " + counterValue);
  /frameworks/base/core/java/android/os/
Trace.java 132 traceCounter(TRACE_TAG_ALWAYS, "java_debuggable", 1);
185 public static void traceCounter(long traceTag, String counterName, int counterValue) {
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerState.java 195 Trace.traceCounter(Trace.TRACE_TAG_POWER, COUNTER_COLOR_FADE, 100);
334 Trace.traceCounter(Trace.TRACE_TAG_POWER,
LocalDisplayAdapter.java 551 Trace.traceCounter(Trace.TRACE_TAG_POWER, "DisplayPowerMode", mode);
579 Trace.traceCounter(Trace.TRACE_TAG_POWER,
    [all...]
DisplayPowerController.java     [all...]
AutomaticBrightnessController.java 413 Trace.traceCounter(Trace.TRACE_TAG_POWER, "ALS", (int) lux);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeMachine.java 233 Trace.traceCounter(Trace.TRACE_TAG_APP, "doze_machine_state", newState.ordinal());
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
Choreographer.java 736 Trace.traceCounter(Trace.TRACE_TAG_VIEW, "jitterNanos", (int) jitterNanos);
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java     [all...]
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 
  /frameworks/base/config/
hiddenapi-light-greylist.txt     [all...]

Completed in 1473 milliseconds