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

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp105 uint32_t reqWidth, uint32_t reqHeight,
111 data.writeInt32(reqWidth);
242 uint32_t reqWidth = data.readInt32(); local
250 reqWidth, reqHeight, minLayerZ, maxLayerZ);
102 captureScreen(DisplayID dpy, 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.cpp572 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight) { argument
577 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
581 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight, argument
587 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java953 int windowType, boolean isPreview, int reqWidth, int reqHeight) {
965 mReqWidth = reqWidth;
1084 int windowType, boolean isPreview, int reqWidth, int reqHeight) {
1086 windowType, isPreview, reqWidth, reqHeight);
951 IWallpaperEngineWrapper(WallpaperService context, IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight) argument
1083 attach(IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight) argument

Completed in 3853 milliseconds