Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h69 MOCK_METHOD2(getDisplayBrightnessSupport, status_t(DisplayId, bool*));
/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java45 final boolean brightnessSupport = SurfaceControl.getDisplayBrightnessSupport( in LightImpl()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h409 virtual status_t getDisplayBrightnessSupport(const sp<IBinder>& displayToken,
DSurfaceComposerClient.h186 static bool getDisplayBrightnessSupport(const sp<IBinder>& displayToken);
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1540 bool SurfaceComposerClient::getDisplayBrightnessSupport(const sp<IBinder>& displayToken) { in getDisplayBrightnessSupport() function in android::SurfaceComposerClient
1542 ComposerService::getComposerService()->getDisplayBrightnessSupport(displayToken, &support); in getDisplayBrightnessSupport()
DISurfaceComposer.cpp906 virtual status_t getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport() function in android::BpSurfaceComposer
1560 error = getDisplayBrightnessSupport(displayToken, &support); in onTransact()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h460 status_t getDisplayBrightnessSupport(const sp<IBinder>& displayToken,
DSurfaceFlinger.cpp1328 status_t SurfaceFlinger::getDisplayBrightnessSupport(const sp<IBinder>& displayToken, in getDisplayBrightnessSupport() function in android::SurfaceFlinger
/frameworks/base/core/java/android/view/
DSurfaceControl.java2033 public static boolean getDisplayBrightnessSupport(IBinder displayToken) { in getDisplayBrightnessSupport() method in SurfaceControl
/frameworks/native/libs/gui/tests/
DSurface_test.cpp681 status_t getDisplayBrightnessSupport(const sp<IBinder>& /*displayToken*/, in getDisplayBrightnessSupport() function in android::FakeSurfaceComposer
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1245 return static_cast<jboolean>(SurfaceComposerClient::getDisplayBrightnessSupport(displayToken)); in nativeGetDisplayBrightnessSupport()
/frameworks/base/config/
Dboot-image-profile.txt16607 HSPLandroid/view/SurfaceControl;->getDisplayBrightnessSupport(Landroid/os/IBinder;)Z