Searched defs:reqHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp104 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
115 data.writeUint32(reqHeight);
382 uint32_t reqHeight = data.readUint32(); local
389 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
102 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
H A DSurfaceComposerClient.cpp790 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
795 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform);
818 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
832 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform,
845 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
849 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
860 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) {
861 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
787 capture( const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
817 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation) argument
844 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
859 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) argument
H A DSurface.cpp105 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; local
106 mGraphicBufferProducer->allocateBuffers(reqWidth, reqHeight,
236 uint32_t reqHeight; local
244 reqHeight = mReqHeight ? mReqHeight : mUserHeight;
263 reqWidth, reqHeight, reqFormat, reqUsage);
267 "(%d, %d, %d, %d) failed: %d", reqWidth, reqHeight, reqFormat,
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1091 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1098 mReqHeight = reqHeight;
1242 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1244 windowType, isPreview, reqWidth, reqHeight, padding);
1089 IWallpaperEngineWrapper(WallpaperService context, IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
1241 attach(IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3214 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3255 uint32_t reqWidth, reqHeight; member in class:android::MessageCaptureScreen
3265 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3271 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight),
3285 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3301 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3314 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3325 static_cast<int32_t>(reqHeight) != hw_h;
3353 reqWidth, reqHeight, sourceCro
3212 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3262 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3312 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3379 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp3228 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3269 uint32_t reqWidth, reqHeight; member in class:android::MessageCaptureScreen
3279 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3285 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight),
3299 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3315 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3328 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3339 static_cast<int32_t>(reqHeight) != hw_h;
3367 reqWidth, reqHeight, sourceCro
3226 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3276 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3326 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3395 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
[all...]

Completed in 131 milliseconds