Searched refs:setDisplayProjection (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java185 SurfaceControl.setDisplayProjection(mDisplayToken,
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp216 static status_t setDisplayProjection(const sp<IBinder>& dpy, function
282 SurfaceComposerClient::setDisplayProjection(dpy,
300 setDisplayProjection(dpy, mainDpyInfo);
383 setDisplayProjection(virtualDpy, mainDpyInfo);
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h101 void setDisplayProjection(display_id id, const ProjectionChange& pc);
H A DReplayer.cpp446 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/include/gui/
H A DSurfaceComposerClient.h186 /* setDisplayProjection() defines the projection of layer stacks
196 static void setDisplayProjection(const sp<IBinder>& token,
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp189 void setDisplayProjection(const sp<IBinder>& token,
589 void Composer::setDisplayProjection(const sp<IBinder>& token, function in class:android::Composer
861 void SurfaceComposerClient::setDisplayProjection(const sp<IBinder>& token, function in class:android::SurfaceComposerClient
865 Composer::getInstance().setDisplayProjection(token, orientation,
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java714 public static void setDisplayProjection(IBinder displayToken, method in class:SurfaceControl
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp455 SurfaceComposerClient::setDisplayProjection(token, orientation, layerStackRect, displayRect);

Completed in 1666 milliseconds