Home
last modified time | relevance | path

Searched defs:setVsyncEnabled (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
DEventControlThread.cpp51 void EventControlThread::setVsyncEnabled(bool enabled) { in setVsyncEnabled() function in android::impl::EventControlThread
DSurfaceFlinger.cpp1387 void SurfaceFlinger::setVsyncEnabled(int disp, int enabled) { in setVsyncEnabled() function in android::SurfaceFlinger
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp367 void HWComposer::setVsyncEnabled(int32_t displayId, HWC2::Vsync enabled) { in setVsyncEnabled() function in android::HWComposer
DHWC2.cpp637 Error Display::setVsyncEnabled(Vsync enabled) in setVsyncEnabled() function in HWC2::Display
DComposerHal.cpp586 Error Composer::setVsyncEnabled(Display display, IComposerClient::Vsync enabled) in setVsyncEnabled() function in android::Hwc2::impl::Composer
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp332 Error FakeComposerClient::setVsyncEnabled(Display /*display*/, IComposerClient::Vsync enabled) { in setVsyncEnabled() function in FakeComposerClient
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp472 Error VrHwc::setVsyncEnabled(Display display, IComposerClient::Vsync enabled) { in setVsyncEnabled() function in android::dvr::VrHwc
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp306 void setVsyncEnabled(hwc2_display_t display, hwc2_vsync_t enabled, in setVsyncEnabled() function in Hwc2Test