Searched refs:setGameContentType (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | LocalDisplayAdapter.java | 979 mSurfaceControlProxy.setGameContentType(getDisplayTokenLocked(), on); in setGameContentTypeLocked() 1258 public void setGameContentType(IBinder displayToken, boolean on) { 1259 SurfaceControl.setGameContentType(displayToken, on);
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | ISurfaceComposer.h | 233 virtual void setGameContentType(const sp<IBinder>& display, bool on) = 0;
|
H A D | SurfaceComposerClient.h | 161 static void setGameContentType(const sp<IBinder>& display, bool on);
|
/aosp12/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
H A D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 707 TEST_P(GraphicsComposerHidlTest, setGameContentType) { in TEST_P() argument
|
/aosp12/frameworks/native/libs/gui/ |
H A D | ISurfaceComposer.cpp | 446 void setGameContentType(const sp<IBinder>& display, bool on) override { in setGameContentType() function in android::BpSurfaceComposer 1549 setGameContentType(display, setGameContentTypeOn); in onTransact()
|
H A D | SurfaceComposerClient.cpp | 2056 void SurfaceComposerClient::setGameContentType(const sp<IBinder>& display, bool on) { in setGameContentType() function in android::SurfaceComposerClient 2057 ComposerService::getComposerService()->setGameContentType(display, on); in setGameContentType()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.h | 652 void setGameContentType(const sp<IBinder>& displayToken, bool on) override;
|
H A D | SurfaceFlinger.cpp | 1380 void SurfaceFlinger::setGameContentType(const sp<IBinder>& displayToken, bool on) { in setGameContentType() function in android::SurfaceFlinger
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 2264 public static void setGameContentType(IBinder displayToken, boolean on) { in setGameContentType() method in SurfaceControl
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | Surface_test.cpp | 761 void setGameContentType(const sp<IBinder>& /*display*/, bool /*on*/) override {} in setGameContentType() function in android::FakeSurfaceComposer
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 1568 SurfaceComposerClient::setGameContentType(token, on); in nativeSetGameContentType()
|