Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp55 inline void VSyncPredictor::traceInt64If(const char* name, int64_t value) const { in traceInt64If() function in android::scheduler::VSyncPredictor
158 traceInt64If("VSP-ts", mTimestamps[i]); in addVsyncTimestamp()
194 traceInt64If("VSP-period", anticipatedPeriod); in addVsyncTimestamp()
195 traceInt64If("VSP-intercept", intercept); in addVsyncTimestamp()
208 traceInt64If("VSP-mode", 1); in nextAnticipatedVSyncTimeFromLocked()
221 traceInt64If("VSP-mode", 0); in nextAnticipatedVSyncTimeFromLocked()
222 traceInt64If("VSP-timePoint", timePoint); in nextAnticipatedVSyncTimeFromLocked()
223 traceInt64If("VSP-prediction", prediction); in nextAnticipatedVSyncTimeFromLocked()
DVSyncPredictor.h76 inline void traceInt64If(const char* name, int64_t value) const;