HomeSort by relevance Sort by last modified time
    Searched refs:setDisplayLayerStack (Results 1 - 11 of 11) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
DisplayDevice.java 155 t.setDisplayLayerStack(mDisplayToken, layerStack);
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.h 116 void setDisplayLayerStack(SurfaceComposerClient::Transaction& t,
Replayer.cpp 446 setDisplayLayerStack(t, change.id(), change.layer_stack());
585 void Replayer::setDisplayLayerStack(SurfaceComposerClient::Transaction& t,
587 t.setDisplayLayerStack(mDisplays[id], lsc.layer_stack());
  /frameworks/native/libs/gui/include/gui/
SurfaceComposerClient.h 259 void setDisplayLayerStack(const sp<IBinder>& token, uint32_t layerStack);
  /frameworks/base/core/java/android/view/
SurfaceControl.java     [all...]
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
SFFakeHwc_test.cpp 316 ts.setDisplayLayerStack(display, 0);
351 ts.setDisplayLayerStack(display, 0);
500 t.setDisplayLayerStack(display, 0);
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 328 t.setDisplayLayerStack(dpy, 0); // default stack
    [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 529 void SurfaceComposerClient::Transaction::setDisplayLayerStack(const sp<IBinder>& token,
  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 156 t.setDisplayLayerStack(display, 0);
    [all...]
Transaction_test.cpp 398 t.setDisplayLayerStack(mDisplay, mDisplayLayerStack);
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 522 transaction->setDisplayLayerStack(token, layerStack);
    [all...]

Completed in 173 milliseconds