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

  /frameworks/base/services/core/java/com/android/server/display/
DisplayDevice.java 188 t.setDisplayProjection(mDisplayToken,
  /frameworks/native/libs/gui/include/gui/
SurfaceComposerClient.h 261 /* setDisplayProjection() defines the projection of layer stacks
271 void setDisplayProjection(const sp<IBinder>& token,
290 static void setDisplayProjection(const sp<IBinder>& token,
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 239 static status_t setDisplayProjection(
309 t.setDisplayProjection(dpy,
327 setDisplayProjection(t, dpy, mainDpyInfo);
411 setDisplayProjection(t, virtualDpy, mainDpyInfo);
    [all...]
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.h 120 void setDisplayProjection(SurfaceComposerClient::Transaction& t,
Replayer.cpp 452 setDisplayProjection(t, change.id(), change.projection());
595 void Replayer::setDisplayProjection(SurfaceComposerClient::Transaction& t,
601 t.setDisplayProjection(mDisplays[id], pc.orientation(), viewport, frame);
  /frameworks/base/core/java/android/view/
SurfaceControl.java     [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 536 void SurfaceComposerClient::Transaction::setDisplayProjection(const sp<IBinder>& token,
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 538 transaction->setDisplayProjection(token, orientation, layerStackRect, displayRect);
    [all...]

Completed in 840 milliseconds