/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 171 Error setAutoLowLatencyMode(Display display, bool on) override { in setAutoLowLatencyMode() function 172 if (!mDispatch.setAutoLowLatencyMode) { in setAutoLowLatencyMode() 176 int32_t error = mDispatch.setAutoLowLatencyMode(mDevice, display, on); in setAutoLowLatencyMode() 319 &mDispatch.setAutoLowLatencyMode); in initDispatch() 378 HWC2_PFN_SET_AUTO_LOW_LATENCY_MODE setAutoLowLatencyMode; member
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | ComposerVts.cpp | 106 Error ComposerClient::setAutoLowLatencyMode(Display display, bool on) { in setAutoLowLatencyMode() function in android::hardware::graphics::composer::V2_4::vts::ComposerClient 107 return mClient->setAutoLowLatencyMode(display, on); in setAutoLowLatencyMode()
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 598 EXPECT_EQ(Error::BAD_DISPLAY, mComposerClient->setAutoLowLatencyMode(mInvalidDisplayId, true)); in TEST_P() 599 EXPECT_EQ(Error::BAD_DISPLAY, mComposerClient->setAutoLowLatencyMode(mInvalidDisplayId, false)); in TEST_P() 602 TEST_P(GraphicsComposerHidlTest, setAutoLowLatencyMode) { in TEST_P() argument 614 mComposerClient->setAutoLowLatencyMode(display.get(), true)); in TEST_P() 616 mComposerClient->setAutoLowLatencyMode(display.get(), false)); in TEST_P() 622 EXPECT_EQ(Error::NONE, mComposerClient->setAutoLowLatencyMode(display.get(), true)); in TEST_P() 623 EXPECT_EQ(Error::NONE, mComposerClient->setAutoLowLatencyMode(display.get(), false)); in TEST_P()
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
D | ComposerVts.h | 89 Error setAutoLowLatencyMode(Display display, bool on);
|
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
D | ComposerClient.h | 160 Return<Error> setAutoLowLatencyMode(Display display, bool on) override { in setAutoLowLatencyMode() function 161 return mHal->setAutoLowLatencyMode(display, on); in setAutoLowLatencyMode()
|
D | ComposerHal.h | 71 virtual Error setAutoLowLatencyMode(Display display, bool on) = 0;
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 69 void setAutoLowLatencyMode(long display, boolean on); in setAutoLowLatencyMode() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 69 void setAutoLowLatencyMode(long display, boolean on); in setAutoLowLatencyMode() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 75 void setAutoLowLatencyMode(long display, boolean on); in setAutoLowLatencyMode() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 75 void setAutoLowLatencyMode(long display, boolean on); in setAutoLowLatencyMode() method
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 661 void setAutoLowLatencyMode(long display, boolean on); in setAutoLowLatencyMode() method
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerClient.h | 125 ndk::ScopedAStatus setAutoLowLatencyMode(int64_t display, bool on) override;
|
D | ComposerClient.cpp | 386 ndk::ScopedAStatus ComposerClient::setAutoLowLatencyMode(int64_t display, bool on) { in setAutoLowLatencyMode() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient 388 auto err = mHal->setAutoLowLatencyMode(display, on); in setAutoLowLatencyMode()
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsComposerClient.cpp | 357 ScopedAStatus VtsComposerClient::setAutoLowLatencyMode(int64_t display, bool isEnabled) { in setAutoLowLatencyMode() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient 358 return mComposerClient->setAutoLowLatencyMode(display, isEnabled); in setAutoLowLatencyMode()
|
D | VtsComposerClient.h | 156 ScopedAStatus setAutoLowLatencyMode(int64_t display, bool isEnabled);
|
D | VtsHalGraphicsComposer3_TargetTest.cpp | 705 auto status = mComposerClient->setAutoLowLatencyMode(getInvalidDisplayId(), /*isEnabled*/ true); in TEST_P() 709 status = mComposerClient->setAutoLowLatencyMode(getInvalidDisplayId(), /*isEnabled*/ false); in TEST_P() 725 const auto& statusIsOn = mComposerClient->setAutoLowLatencyMode(display.getDisplayId(), in TEST_P() 730 const auto& statusIsOff = mComposerClient->setAutoLowLatencyMode(display.getDisplayId(), in TEST_P() 740 EXPECT_TRUE(mComposerClient->setAutoLowLatencyMode(display.getDisplayId(), true).isOk()); in TEST_P() 741 EXPECT_TRUE(mComposerClient->setAutoLowLatencyMode(display.getDisplayId(), false).isOk()); in TEST_P()
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 111 int32_t setAutoLowLatencyMode(int64_t display, bool on) override;
|
D | HalImpl.cpp | 833 int32_t HalImpl::setAutoLowLatencyMode(int64_t display, bool on) { in setAutoLowLatencyMode() function in aidl::android::hardware::graphics::composer3::impl::HalImpl 837 return halDisplay->setAutoLowLatencyMode(on); in setAutoLowLatencyMode()
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 184 virtual int32_t setAutoLowLatencyMode(int64_t display, bool on) = 0;
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerClient.h | 208 Return<composer_V2_4::Error> setAutoLowLatencyMode(uint64_t display, bool on) override;
|
D | QtiComposerClient.cpp | 1134 Return<composer_V2_4::Error> QtiComposerClient::setAutoLowLatencyMode(uint64_t display, bool on) { in setAutoLowLatencyMode() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
|
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerClient.hal | 279 setAutoLowLatencyMode(Display display, bool on)
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.h | 1119 int32_t setAutoLowLatencyMode(bool __unused on);
|
D | ExynosDisplay.cpp | 4489 int32_t ExynosDisplay::setAutoLowLatencyMode(bool __unused on) in setAutoLowLatencyMode() function in ExynosDisplay
|
/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWC.cpp | 1189 return exynosDisplay->setAutoLowLatencyMode(on); in exynos_SetAutoLowLatencyMode()
|