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

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp108 uint32_t reqWidth, uint32_t reqHeight,
115 data.writeInt32(reqHeight);
275 uint32_t reqHeight = data.readInt32(); local
282 reqWidth, reqHeight, minLayerZ, maxLayerZ);
105 captureScreen( const sp<IBinder>& display, sp<IMemoryHeap>* heap, uint32_t* width, uint32_t* height, PixelFormat* format, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ) argument
H A DSurfaceComposerClient.cpp602 uint32_t reqWidth, uint32_t reqHeight) {
607 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
612 uint32_t reqWidth, uint32_t reqHeight,
618 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
601 update(const sp<IBinder>& display, uint32_t reqWidth, uint32_t reqHeight) argument
611 update(const sp<IBinder>& display, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ) argument
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java963 int windowType, boolean isPreview, int reqWidth, int reqHeight) {
976 mReqHeight = reqHeight;
1109 int windowType, boolean isPreview, int reqWidth, int reqHeight) {
1111 windowType, isPreview, reqWidth, reqHeight);
961 IWallpaperEngineWrapper(WallpaperService context, IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight) argument
1108 attach(IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight) argument

Completed in 413 milliseconds