HomeSort by relevance Sort by last modified time
    Searched refs:mVSyncThread (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 346 sp<VSyncThread> mVSyncThread;
HWComposer.cpp 195 mVSyncThread = new VSyncThread(*this);
203 if (mVSyncThread != NULL) {
204 mVSyncThread->requestExitAndWait();
508 if (err == NO_ERROR && mVSyncThread != NULL) {
509 mVSyncThread->setEnabled(enabled);
    [all...]

Completed in 1148 milliseconds