Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDisplay.h111 HWC3::Error setAutoLowLatencyMode(bool on);
DComposerClient.h105 ndk::ScopedAStatus setAutoLowLatencyMode(int64_t displayId, bool on) override;
DComposerClient.cpp552 ndk::ScopedAStatus ComposerClient::setAutoLowLatencyMode(int64_t displayId, bool on) { in setAutoLowLatencyMode() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
557 return ToBinderStatus(display->setAutoLowLatencyMode(on)); in setAutoLowLatencyMode()
DDisplay.cpp610 HWC3::Error Display::setAutoLowLatencyMode(bool /*on*/) { in setAutoLowLatencyMode() function in aidl::android::hardware::graphics::composer3::impl::Display