Home
last modified time | relevance | path

Searched refs:traceInt64If (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp58 inline void VSyncPredictor::traceInt64If(const char* name, int64_t value) const { in traceInt64If() function in android::scheduler::VSyncPredictor
164 traceInt64If("VSP-ts", mTimestamps[i]); in addVsyncTimestamp()
206 traceInt64If("VSP-period", anticipatedPeriod); in addVsyncTimestamp()
207 traceInt64If("VSP-intercept", intercept); in addVsyncTimestamp()
220 traceInt64If("VSP-mode", 1); in nextAnticipatedVSyncTimeFromLocked()
233 traceInt64If("VSP-mode", 0); in nextAnticipatedVSyncTimeFromLocked()
234 traceInt64If("VSP-timePoint", timePoint); in nextAnticipatedVSyncTimeFromLocked()
235 traceInt64If("VSP-prediction", prediction); in nextAnticipatedVSyncTimeFromLocked()
DVSyncPredictor.h77 inline void traceInt64If(const char* name, int64_t value) const;