Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h176 void setPresentState(PresentState presentState, nsecs_t lastLatchTime = 0);
DFrameTimeline.cpp345 void SurfaceFrame::setPresentState(PresentState presentState, nsecs_t lastLatchTime) { in setPresentState() argument
352 mLastLatchTime = lastLatchTime; in setPresentState()