Home
last modified time | relevance | path

Searched refs:getDisplayBrightnessSupport (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h269 Error getDisplayBrightnessSupport(Display display, bool* outSupport) { in getDisplayBrightnessSupport() function
270 if (!mDispatch.getDisplayBrightnessSupport) { in getDisplayBrightnessSupport()
287 int32_t error = mDispatch.getDisplayBrightnessSupport(mDevice, display, &support); in getDisplayBrightnessSupport()
327 &mDispatch.getDisplayBrightnessSupport); in initDispatch()
412 HWC2_PFN_GET_DISPLAY_BRIGHTNESS_SUPPORT getDisplayBrightnessSupport; member
/hardware/interfaces/graphics/composer/2.3/utils/vts/
DComposerVts.cpp186 bool ComposerClient::getDisplayBrightnessSupport(Display display) { in getDisplayBrightnessSupport() function in android::hardware::graphics::composer::V2_3::vts::ComposerClient
188 mClient->getDisplayBrightnessSupport( in getDisplayBrightnessSupport()
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerClient.h174 Return<void> getDisplayBrightnessSupport( in getDisplayBrightnessSupport() function
177 Error error = mHal->getDisplayBrightnessSupport(display, &support); in getDisplayBrightnessSupport()
DComposerHal.h122 virtual Error getDisplayBrightnessSupport(Display display, bool* outSupport) = 0;
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/
DComposerVts.h101 bool getDisplayBrightnessSupport(Display display);
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h135 virtual int32_t getDisplayBrightnessSupport(int64_t display, bool& outSupport) = 0;
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h65 int32_t getDisplayBrightnessSupport(int64_t display, bool& outSupport) override;
DHalImpl.cpp434 int32_t HalImpl::getDisplayBrightnessSupport(int64_t display, bool& outSupport) { in getDisplayBrightnessSupport() function in aidl::android::hardware::graphics::composer3::impl::HalImpl
438 return halDisplay->getDisplayBrightnessSupport(&outSupport); in getDisplayBrightnessSupport()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h188 Return<void> getDisplayBrightnessSupport(uint64_t display,
DQtiComposerClient.cpp1027 Return<void> QtiComposerClient::getDisplayBrightnessSupport(uint64_t display, in getDisplayBrightnessSupport() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp559 EXPECT_EQ(mComposerClient->getDisplayBrightnessSupport(mPrimaryDisplay), hasBrightnessSupport); in TEST_P()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h946 int32_t getDisplayBrightnessSupport(bool* outSupport);
DExynosDisplay.cpp4201 auto ret = getDisplayBrightnessSupport(&isBrightnessSupported); in getDisplayCapabilities()
4248 int32_t ExynosDisplay::getDisplayBrightnessSupport(bool* outSupport) in getDisplayBrightnessSupport() function in ExynosDisplay
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp1095 return exynosDisplay->getDisplayBrightnessSupport(outSupport); in exynos_getDisplayBrightnessSupport()
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal520 getDisplayBrightnessSupport(Display display) generates (Error error, bool support);