Home
last modified time | relevance | path

Searched refs:getDisplayBrightnessSupport (Results 1 – 7 of 7) 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/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp556 EXPECT_EQ(mComposerClient->getDisplayBrightnessSupport(mPrimaryDisplay), hasBrightnessSupport); in TEST_P()
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal520 getDisplayBrightnessSupport(Display display) generates (Error error, bool support);