Home
last modified time | relevance | path

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

12

/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
H A 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
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/
H A DComposerVts.cpp186 bool ComposerClient::getDisplayBrightnessSupport(Display display) { in getDisplayBrightnessSupport() function in android::hardware::graphics::composer::V2_3::vts::ComposerClient
188 mClient->getDisplayBrightnessSupport( in getDisplayBrightnessSupport()
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
H A DComposerClient.h174 Return<void> getDisplayBrightnessSupport( in getDisplayBrightnessSupport() function
177 Error error = mHal->getDisplayBrightnessSupport(display, &support); in getDisplayBrightnessSupport()
H A DComposerHal.h122 virtual Error getDisplayBrightnessSupport(Display display, bool* outSupport) = 0;
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/
H A DComposerVts.h101 bool getDisplayBrightnessSupport(Display display);
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DMockHWComposer.h84 MOCK_METHOD2(getDisplayBrightnessSupport, status_t(PhysicalDisplayId, bool*));
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
H A DLocalDisplayAdapterTest.java662 when(mSurfaceControlProxy.getDisplayBrightnessSupport(displayToken)).thenReturn(true); in testBacklightAdapter_withSurfaceControlSupport()
680 when(mSurfaceControlProxy.getDisplayBrightnessSupport(displayToken)).thenReturn(false); in testBacklightAdapter_withoutSourceControlSupport_defaultDisplay()
693 when(mSurfaceControlProxy.getDisplayBrightnessSupport(displayToken)).thenReturn(false); in testBacklightAdapter_withoutSourceControlSupport_nonDefaultDisplay()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java1262 public boolean getDisplayBrightnessSupport(IBinder displayToken) {
1263 return SurfaceControl.getDisplayBrightnessSupport(displayToken);
1296 .getDisplayBrightnessSupport(mDisplayToken);
/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h440 virtual status_t getDisplayBrightnessSupport(const sp<IBinder>& displayToken,
H A DSurfaceComposerClient.h204 static bool getDisplayBrightnessSupport(const sp<IBinder>& displayToken);
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h219 V2_1::Error getDisplayBrightnessSupport(Display display, bool* outSupport) override;
H A DFakeComposerClient.cpp676 V2_1::Error FakeComposerClient::getDisplayBrightnessSupport(Display /*display*/, in getDisplayBrightnessSupport() function in FakeComposerClient
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h354 Error getDisplayBrightnessSupport(Display display, bool* outSupport) override;
H A Dvr_hwc.cpp1169 Error VrHwc::getDisplayBrightnessSupport(Display display, bool* outSupport) { in getDisplayBrightnessSupport() function in android::dvr::VrHwc
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h188 Return<void> getDisplayBrightnessSupport(uint64_t display,
H A DQtiComposerClient.cpp1026 Return<void> QtiComposerClient::getDisplayBrightnessSupport(uint64_t display, in getDisplayBrightnessSupport() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/aosp12/hardware/interfaces/graphics/composer/2.3/vts/functional/
H A DVtsHalGraphicsComposerV2_3TargetTest.cpp565 EXPECT_EQ(mComposerClient->getDisplayBrightnessSupport(mPrimaryDisplay), hasBrightnessSupport); in TEST_P()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.h864 int32_t getDisplayBrightnessSupport(bool* outSupport);
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp995 status_t getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport() function in android::BpSurfaceComposer
1960 error = getDisplayBrightnessSupport(displayToken, &support); in onTransact()
H A DSurfaceComposerClient.cpp2159 bool SurfaceComposerClient::getDisplayBrightnessSupport(const sp<IBinder>& displayToken) { in getDisplayBrightnessSupport() function in android::SurfaceComposerClient
2161 ComposerService::getComposerService()->getDisplayBrightnessSupport(displayToken, &support); in getDisplayBrightnessSupport()
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp1095 return exynosDisplay->getDisplayBrightnessSupport(outSupport); in exynos_getDisplayBrightnessSupport()
/aosp12/hardware/interfaces/graphics/composer/2.3/
H A DIComposerClient.hal520 getDisplayBrightnessSupport(Display display) generates (Error error, bool support);
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h699 status_t getDisplayBrightnessSupport(const sp<IBinder>& displayToken,
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2516 public static boolean getDisplayBrightnessSupport(IBinder displayToken) { in getDisplayBrightnessSupport() method in SurfaceControl
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp817 status_t getDisplayBrightnessSupport(const sp<IBinder>& /*displayToken*/, in getDisplayBrightnessSupport() function in android::FakeSurfaceComposer

12