Searched refs:setDisplayProjection (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayDevice.java | 185 SurfaceControl.setDisplayProjection(mDisplayToken,
|
/frameworks/av/cmds/screenrecord/ |
H A D | screenrecord.cpp | 214 static status_t setDisplayProjection(const sp<IBinder>& dpy, function 281 SurfaceComposerClient::setDisplayProjection(dpy, 299 setDisplayProjection(dpy, mainDpyInfo); 382 setDisplayProjection(virtualDpy, mainDpyInfo);
|
/frameworks/native/include/gui/ |
H A D | SurfaceComposerClient.h | 175 /* setDisplayProjection() defines the projection of layer stacks 185 static void setDisplayProjection(const sp<IBinder>& token,
|
/frameworks/native/libs/gui/ |
H A D | SurfaceComposerClient.cpp | 176 void setDisplayProjection(const sp<IBinder>& token, 504 void Composer::setDisplayProjection(const sp<IBinder>& token, function in class:android::Composer 741 void SurfaceComposerClient::setDisplayProjection(const sp<IBinder>& token, function in class:android::SurfaceComposerClient 745 Composer::getInstance().setDisplayProjection(token, orientation,
|
/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 656 public static void setDisplayProjection(IBinder displayToken, method in class:SurfaceControl
|
/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 398 SurfaceComposerClient::setDisplayProjection(token, orientation, layerStackRect, displayRect);
|
Completed in 162 milliseconds