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 185 SurfaceControl.setDisplayProjection(mDisplayToken,
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 216 static status_t setDisplayProjection(const sp<IBinder>& dpy,
282 SurfaceComposerClient::setDisplayProjection(dpy,
300 setDisplayProjection(dpy, mainDpyInfo);
383 setDisplayProjection(virtualDpy, mainDpyInfo);
    [all...]
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.h 101 void setDisplayProjection(display_id id, const ProjectionChange& pc);
Replayer.cpp 446 setDisplayProjection(change.id(), change.projection());
572 void Replayer::setDisplayProjection(display_id id, const ProjectionChange& pc) {
577 SurfaceComposerClient::setDisplayProjection(mDisplays[id], pc.orientation(), viewport, frame);
  /frameworks/native/libs/gui/include/gui/
SurfaceComposerClient.h 186 /* setDisplayProjection() defines the projection of layer stacks
196 static void setDisplayProjection(const sp<IBinder>& token,
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 189 void setDisplayProjection(const sp<IBinder>& token,
589 void Composer::setDisplayProjection(const sp<IBinder>& token,
861 void SurfaceComposerClient::setDisplayProjection(const sp<IBinder>& token,
865 Composer::getInstance().setDisplayProjection(token, orientation,
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 724 public static void setDisplayProjection(IBinder displayToken,
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 465 SurfaceComposerClient::setDisplayProjection(token, orientation, layerStackRect, displayRect);
    [all...]

Completed in 207 milliseconds