Home
last modified time | relevance | path

Searched refs:setLastPresentTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.cpp35 void LayerInfo::setLastPresentTime(nsecs_t lastPresentTime) { in setLastPresentTime() function in android::scheduler::LayerInfo
DLayerInfo.h147 void setLastPresentTime(nsecs_t lastPresentTime);
DLayerHistory.cpp93 layerInfo->setLastPresentTime(presentTime); in insert()