Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1597 nsecs_t mLastActualReportTimestamp = 0; variable
DExynosDisplay.cpp405 mLastActualReportTimestamp = systemTime(SYSTEM_TIME_MONOTONIC); in sendActualWorkDuration()
726 (systemTime(SYSTEM_TIME_MONOTONIC) - mLastActualReportTimestamp) > kStaleTimeout.count()) { in needSendActualWorkDurationLocked()