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

  /frameworks/native/services/surfaceflinger/
EventControlThread.cpp 53 mVsyncEnabled = enabled;
67 return currentVsyncEnabled != mVsyncEnabled || keepRunning != mKeepRunning;
69 currentVsyncEnabled = mVsyncEnabled;
EventControlThread.h 55 bool mVsyncEnabled GUARDED_BY(mMutex) = false;
EventThread.cpp 345 if (!mVsyncEnabled) {
346 mVsyncEnabled = true;
355 if (mVsyncEnabled) {
356 mVsyncEnabled = false;
EventThread.h 161 bool mVsyncEnabled GUARDED_BY(mMutex) = false;
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
FakeComposerClient.cpp 150 mVsyncEnabled(false),
333 mVsyncEnabled = (enabled == IComposerClient::Vsync::ENABLE);
334 ALOGV("setVsyncEnabled(%s)", mVsyncEnabled ? "ENABLE" : "DISABLE");
FakeComposerClient.h 154 bool mVsyncEnabled;
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp 523 mVsyncEnabled(Vsync::Invalid),
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 567 mVsyncEnabled(Vsync::Invalid),
    [all...]
HWC2On1Adapter.h 388 HWC2::Vsync mVsyncEnabled;
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 435 HWC2::Vsync mVsyncEnabled;

Completed in 358 milliseconds