Home
last modified time | relevance | path

Searched defs:vsync (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DTimeLord.cpp27 bool TimeLord::vsyncReceived(nsecs_t vsync) { in vsyncReceived()
DDrawFrameTask.cpp114 int64_t vsync = mFrameInfo[static_cast<int>(FrameInfoIndex::Vsync)]; in syncFrameState() local
/frameworks/native/include/gui/
DDisplayEventReceiver.h65 VSync vsync; member
/frameworks/base/libs/hwui/tests/
Dmain.cpp115 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in run() local
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp499 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in draw() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp281 void HWComposer::vsync(int disp, int64_t timestamp) { in vsync() function in android::HWComposer