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 342 sp<VSyncThread> mVSyncThread;
HWComposer.cpp 199 mVSyncThread = new VSyncThread(*this);
207 if (mVSyncThread != NULL) {
208 mVSyncThread->requestExitAndWait();
493 if (err == NO_ERROR && mVSyncThread != NULL) {
494 mVSyncThread->setEnabled(enabled);
    [all...]

Completed in 37 milliseconds