Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h238 HWC2::Error setVsyncEnabled(HWC2::Vsync enabled);
525 return callDisplayFunction(device, display, &Display::setVsyncEnabled, in setVsyncEnabledHook()
DHWC2.cpp974 Error CfHWC2::Display::setVsyncEnabled(Vsync enable) { in setVsyncEnabled() function in android::CfHWC2::Display
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp227 displayHook<decltype(&Display::setVsyncEnabled), in doGetFunction()
228 &Display::setVsyncEnabled, int32_t>); in doGetFunction()
1016 Error EmuHWC2::Display::setVsyncEnabled(int32_t intEnable) { in setVsyncEnabled() function in android::EmuHWC2::Display
DEmuHWC2.h246 HWC2::Error setVsyncEnabled(int32_t enabled);