HomeSort by relevance Sort by last modified time
    Searched refs:ATRACE_INT64 (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
DispSync.cpp 110 ATRACE_INT64("DispSync:Frame", mFrameNumber);
164 ATRACE_INT64("DispSync:WakeupLat", now - targetTime);
165 ATRACE_INT64("DispSync:AvgWakeupLat", mWakeupLatency);
581 ATRACE_INT64("DispSync:Period", mPeriod);
582 ATRACE_INT64("DispSync:Phase", mPhase + mPeriod / 2);
624 ATRACE_INT64("DispSync:Error", mError);
  /system/core/include/cutils/
trace.h 245 #define ATRACE_INT64(name, value) atrace_int64(ATRACE_TAG, name, value)
246 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) function

Completed in 920 milliseconds