Searched defs:vsync (Results 1 – 6 of 6) sorted by relevance
27 bool TimeLord::vsyncReceived(nsecs_t vsync) { in vsyncReceived()
114 int64_t vsync = mFrameInfo[static_cast<int>(FrameInfoIndex::Vsync)]; in syncFrameState() local
65 VSync vsync; member
115 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in run() local
499 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in draw() local
281 void HWComposer::vsync(int disp, int64_t timestamp) { in vsync() function in android::HWComposer