Searched refs:DISPLAY_ATRACE_INT64 (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWCDebug.h | 181 #define DISPLAY_ATRACE_INT64(name, value) \ macro
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.cpp | 1117 DISPLAY_ATRACE_INT64("LastRefreshRateAppliedMs", ns2ms(mLastRefreshRateAppliedNanos)); in setLHBMRefreshRateThrottle() 1451 DISPLAY_ATRACE_INT64("RefreshRateDelay", ns2ms(maxDelayNanos)); in setRefreshRateThrottleNanos() 1574 DISPLAY_ATRACE_INT64("TimeToApplyConfig", in calculateTimelineLocked() 1609 DISPLAY_ATRACE_INT64("TimeToApplyConfig", in recalculateTimelineLocked() 1624 DISPLAY_ATRACE_INT64("LastRefreshRateAppliedMs", ns2ms(mLastRefreshRateAppliedNanos)); in updateAppliedActiveConfig()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.cpp | 475 DISPLAY_ATRACE_INT64("Measured duration", actualDurationNanos); in signalActualWorkDuration() 476 DISPLAY_ATRACE_INT64("Target error term", mTargetWorkDuration - actualDurationNanos); in signalActualWorkDuration() 478 DISPLAY_ATRACE_INT64("Reported duration", reportedDurationNs); in signalActualWorkDuration() 479 DISPLAY_ATRACE_INT64("Reported target", mLastTargetDurationReported); in signalActualWorkDuration() 480 DISPLAY_ATRACE_INT64("Reported target error term", in signalActualWorkDuration() 505 if (sTraceHintSessionData) DISPLAY_ATRACE_INT64("Time target", mTargetWorkDuration); in signalTargetWorkDuration() 510 DISPLAY_ATRACE_INT64("Target error term", *mActualWorkDuration - mTargetWorkDuration); in signalTargetWorkDuration() 4750 DISPLAY_ATRACE_INT64("TimeToApplyConfig", 0); in doDisplayConfigPostProcess() 4755 DISPLAY_ATRACE_INT64("TimeToApplyConfig", in doDisplayConfigPostProcess()
|