Home
last modified time | relevance | path

Searched refs:Vsync (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp321 case Callback::Vsync: return true; in isValid()
405 mVsyncEnabled(Vsync::Invalid), in Display()
929 static bool isValid(Vsync enable) { in isValid()
931 case Vsync::Enable: // Fall-through in isValid()
932 case Vsync::Disable: return true; in isValid()
933 case Vsync::Invalid: return false; in isValid()
939 Vsync enable = static_cast<Vsync>(intEnable); in setVsyncEnabled()
1178 vsyncEnabled = (mDisplay.mVsyncEnabled == Vsync::Enable); in threadLoop()
1193 const auto& callbackInfo = mDisplay.mDevice.mCallbacks[Callback::Vsync]; in threadLoop()
DEmuHWC2.h321 HWC2::Vsync mVsyncEnabled;
/device/google/contexthub/util/nanotool/
Dcontexthub.h70 Vsync, enumerator
Dsensorevent.cpp80 case SensorType::Vsync: in FromBytes()
Dcontexthub.cpp73 { SensorType::Vsync, "vsync" },