Searched refs:reqWidth (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/libs/gui/ |
| D | ISurfaceComposer.cpp | 106 uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument 112 data.writeInt32(reqWidth); in captureScreen() 221 uint32_t reqWidth = data.readInt32(); in onTransact() local 229 reqWidth, reqHeight, minLayerZ, maxLayerZ); in onTransact()
|
| D | SurfaceComposerClient.cpp | 538 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight) { in update() argument 543 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight, in update() 547 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight, in update() argument 553 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight, in update()
|
| /frameworks/base/core/java/android/service/wallpaper/ |
| D | IWallpaperService.aidl | 27 int reqWidth, int reqHeight); in attach() argument
|
| D | WallpaperService.java | 913 int windowType, boolean isPreview, int reqWidth, int reqHeight) { in IWallpaperEngineWrapper() argument 925 mReqWidth = reqWidth; in IWallpaperEngineWrapper() 1042 int windowType, boolean isPreview, int reqWidth, int reqHeight) { in attach() argument 1044 windowType, isPreview, reqWidth, reqHeight); in attach()
|
| /frameworks/base/include/surfaceflinger/ |
| D | SurfaceComposerClient.h | 175 status_t update(uint32_t reqWidth, uint32_t reqHeight); 176 status_t update(uint32_t reqWidth, uint32_t reqHeight,
|
| D | ISurfaceComposer.h | 120 uint32_t reqWidth, uint32_t reqHeight,
|
| /frameworks/base/services/surfaceflinger/ |
| D | SurfaceFlinger.h | 181 PixelFormat* format, uint32_t reqWidth, uint32_t reqHeight, 329 uint32_t reqWidth, uint32_t reqHeight,
|