Home
last modified time | relevance | path

Searched refs:setVsyncEnabled (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DVsyncThread.h49 HWC3::Error setVsyncEnabled(bool enabled);
DVsyncThread.cpp94 HWC3::Error VsyncThread::setVsyncEnabled(bool enabled) { in setVsyncEnabled() function in aidl::android::hardware::graphics::composer3::impl::VsyncThread
DDisplay.h119 HWC3::Error setVsyncEnabled(bool enabled);
DDisplay.cpp707 HWC3::Error Display::setVsyncEnabled(bool enabled) { in setVsyncEnabled() function in aidl::android::hardware::graphics::composer3::impl::Display
713 return mVsyncThread.setVsyncEnabled(enabled); in setVsyncEnabled()
DComposerClient.h117 ndk::ScopedAStatus setVsyncEnabled(int64_t displayId, bool enabled) override;
DComposerClient.cpp631 ndk::ScopedAStatus ComposerClient::setVsyncEnabled(int64_t displayId, bool enabled) { in setVsyncEnabled() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
636 return ToBinderStatus(display->setVsyncEnabled(enabled)); in setVsyncEnabled()