Lines Matching full:enabled
71 WTRACE("vsync is still enabled");
87 bool VsyncEventObserver::control(bool enabled)
89 ATRACE("enabled = %d on device %d", enabled, mDevice);
90 if (enabled == mEnabled) {
91 WTRACE("vsync state %d is not changed", enabled);
96 bool ret = mVsyncControl->control(mDevice, enabled);
98 ETRACE("failed to control (%d) vsync on display %d", enabled, mDevice);
102 mEnabled = enabled;
125 WTRACE("failed to wait for vsync on display %d, vsync enabled %d", mDevice, mEnabled);