Searched refs:traceInt64If (Results 1 – 2 of 2) sorted by relevance
55 inline void VSyncPredictor::traceInt64If(const char* name, int64_t value) const { in traceInt64If() function in android::scheduler::VSyncPredictor158 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()
76 inline void traceInt64If(const char* name, int64_t value) const;