/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
D | HwcHal.h | 269 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/ |
D | ComposerVts.cpp | 186 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/ |
D | ComposerClient.h | 174 Return<void> getDisplayBrightnessSupport( in getDisplayBrightnessSupport() function 177 Error error = mHal->getDisplayBrightnessSupport(display, &support); in getDisplayBrightnessSupport()
|
D | ComposerHal.h | 122 virtual Error getDisplayBrightnessSupport(Display display, bool* outSupport) = 0;
|
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/ |
D | ComposerVts.h | 101 bool getDisplayBrightnessSupport(Display display);
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 135 virtual int32_t getDisplayBrightnessSupport(int64_t display, bool& outSupport) = 0;
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 65 int32_t getDisplayBrightnessSupport(int64_t display, bool& outSupport) override;
|
D | HalImpl.cpp | 434 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/ |
D | QtiComposerClient.h | 188 Return<void> getDisplayBrightnessSupport(uint64_t display,
|
D | QtiComposerClient.cpp | 1027 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/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 559 EXPECT_EQ(mComposerClient->getDisplayBrightnessSupport(mPrimaryDisplay), hasBrightnessSupport); in TEST_P()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.h | 946 int32_t getDisplayBrightnessSupport(bool* outSupport);
|
D | ExynosDisplay.cpp | 4201 auto ret = getDisplayBrightnessSupport(&isBrightnessSupported); in getDisplayCapabilities() 4248 int32_t ExynosDisplay::getDisplayBrightnessSupport(bool* outSupport) in getDisplayBrightnessSupport() function in ExynosDisplay
|
/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWC.cpp | 1095 return exynosDisplay->getDisplayBrightnessSupport(outSupport); in exynos_getDisplayBrightnessSupport()
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 520 getDisplayBrightnessSupport(Display display) generates (Error error, bool support);
|