Searched refs:displayTime (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DFrameTracker.h68 void setActualPresentTime(nsecs_t displayTime);
110 // the fence is not signaled the record's displayTime is set to INT64_MAX.
H A DSurfaceFlinger.cpp1479 nsecs_t displayTime = cpt.display->getCachedSignalTime(); local
1480 if (displayTime == Fence::SIGNAL_TIME_PENDING) {
1483 compositeToPresentLatency = displayTime - cpt.composite;
H A DSurfaceFlinger_hwc1.cpp1206 nsecs_t displayTime = cpt.display->getCachedSignalTime(); local
1207 if (displayTime == Fence::SIGNAL_TIME_PENDING) {
1210 compositeToPresentLatency = displayTime - cpt.composite;

Completed in 645 milliseconds