Searched refs:VSyncThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h284 class VSyncThread : public Thread { class in class:android::HWComposer
294 VSyncThread(HWComposer& hwc);
298 friend class VSyncThread;
361 sp<VSyncThread> mVSyncThread;
H A DHWComposer.cpp191 mVSyncThread = new VSyncThread(*this);
1214 HWComposer::VSyncThread::VSyncThread(HWComposer& hwc)
1221 void HWComposer::VSyncThread::setEnabled(bool enabled) {
1229 void HWComposer::VSyncThread::onFirstRef() {
1230 run("VSyncThread", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE);
1233 bool HWComposer::VSyncThread::threadLoop() {

Completed in 63 milliseconds