Searched refs:reqHeight (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperService.aidl27 int reqWidth, int reqHeight);
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
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h168 uint32_t reqWidth, uint32_t reqHeight);
170 uint32_t reqWidth, uint32_t reqHeight,
H A DISurfaceComposer.h99 uint32_t reqWidth, uint32_t reqHeight,
/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/native/services/surfaceflinger/
H A DSurfaceFlinger.h202 uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ,
311 uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ,

Completed in 725 milliseconds