Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp366 ts.setDisplayLayerStack(display, 0); in Test_HotplugOneConfig()
429 ts.setDisplayLayerStack(display, 0); in Test_HotplugTwoSeparateConfigs()
482 ts.setDisplayLayerStack(display, 0); in Test_HotplugTwoSeparateConfigs()
537 ts.setDisplayLayerStack(display, 0); in Test_HotplugTwoConfigsSameGroup()
589 ts.setDisplayLayerStack(display, 0); in Test_HotplugTwoConfigsSameGroup()
654 ts.setDisplayLayerStack(display, 0); in Test_HotplugThreeConfigsMixedGroups()
706 ts.setDisplayLayerStack(display, 0); in Test_HotplugThreeConfigsMixedGroups()
753 ts.setDisplayLayerStack(display, 0); in Test_HotplugThreeConfigsMixedGroups()
800 ts.setDisplayLayerStack(display, 0); in Test_HotplugThreeConfigsMixedGroups()
1198 t.setDisplayLayerStack(display, 0); in SetUp()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DMultiDisplayLayerBounds_test.cpp60 t.setDisplayLayerStack(mVirtualDisplay, layerStack); in createDisplay()
H A DTransactionTestHarnesses.h68 t.setDisplayLayerStack(vDisplay, 0); in getScreenCapture()
H A DEffectLayer_test.cpp36 t.setDisplayLayerStack(display, 0); in SetUp()
H A DRelativeZ_test.cpp46 t.setDisplayLayerStack(display, 0); in SetUp()
H A DCredentials_test.cpp96 t.setDisplayLayerStack(mDisplay, 0); in setupBackgroundSurface()
H A DMirrorLayer_test.cpp39 t.setDisplayLayerStack(display, 0); in SetUp()
H A DIPC_test.cpp235 setupTransaction.setDisplayLayerStack(mPrimaryDisplay, 0); in SetUp()
H A DLayerTransactionTest.h305 t.setDisplayLayerStack(mDisplay, mDisplayLayerStack); in SetUpDisplay()
H A DLayerUpdate_test.cpp66 t.setDisplayLayerStack(display, 0); in SetUp()
H A DScreenCapture_test.cpp58 t.setDisplayLayerStack(display, 0); in SetUp()
H A DSurfaceInterceptor_test.cpp286 t.setDisplayLayerStack(display, 0); in setupBackgroundSurface()
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp444 setDisplayLayerStack(t, change.id(), change.layer_stack()); in doDisplayTransaction()
567 void Replayer::setDisplayLayerStack(SurfaceComposerClient::Transaction& t, in setDisplayLayerStack() function in Replayer
569 t.setDisplayLayerStack(mDisplays[id], lsc.layer_stack()); in setDisplayLayerStack()
H A DReplayer.h124 void setDisplayLayerStack(SurfaceComposerClient::Transaction& t,
/aosp12/frameworks/native/services/automotive/display/
H A DAutomotiveDisplayProxyService.cpp114 t.setDisplayLayerStack(it->second.token, displayState.layerStack); in showWindow()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java241 t.setDisplayLayerStack(mDisplayToken, layerStack); in setLayerStackLocked()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DStubTransaction.java176 public SurfaceControl.Transaction setDisplayLayerStack(IBinder displayToken, int layerStack) { in setDisplayLayerStack() method in StubTransaction
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java2288 public static void setDisplayLayerStack(IBinder displayToken, int layerStack) { in setDisplayLayerStack() method in SurfaceControl
2290 sGlobalTransaction.setDisplayLayerStack(displayToken, layerStack); in setDisplayLayerStack()
3256 public Transaction setDisplayLayerStack(IBinder displayToken, int layerStack) { in setDisplayLayerStack() method in SurfaceControl.Transaction
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h573 void setDisplayLayerStack(const sp<IBinder>& token, uint32_t layerStack);
/aosp12/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp348 t.setDisplayLayerStack(dpy, displayState.layerStack); in prepareVirtualDisplay()
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp551 t.setDisplayLayerStack(token, LAYER_STACK); in readyToRun()
/aosp12/frameworks/native/libs/gui/tests/
H A DBLASTBufferQueue_test.cpp155 t.setDisplayLayerStack(mDisplayToken, 0); in SetUp()
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1794 void SurfaceComposerClient::Transaction::setDisplayLayerStack(const sp<IBinder>& token, in setDisplayLayerStack() function in android::SurfaceComposerClient::Transaction
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1028 transaction->setDisplayLayerStack(token, layerStack); in nativeSetDisplayLayerStack()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65332 Landroid/view/SurfaceControl$Transaction;->setDisplayLayerStack(Landroid/os/IBinder;I)Landroid/view…