Searched refs:ScreenshotClient (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 811 status_t ScreenshotClient::capture( in capture() 822 ScreenshotClient::ScreenshotClient() in ScreenshotClient() function in android::ScreenshotClient 827 ScreenshotClient::~ScreenshotClient() { in ~ScreenshotClient() 828 ScreenshotClient::release(); in ~ScreenshotClient() 831 sp<CpuConsumer> ScreenshotClient::getCpuConsumer() const { in getCpuConsumer() 841 status_t ScreenshotClient::update(const sp<IBinder>& display, in update() 868 status_t ScreenshotClient::update(const sp<IBinder>& display, in update() 873 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight, in update() 877 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, in update() 879 return ScreenshotClient::update(display, sourceCrop, 0, 0, 0, -1U, in update() [all …]
|
/frameworks/native/include/gui/ |
D | SurfaceComposerClient.h | 202 class ScreenshotClient 221 ScreenshotClient(); 222 ~ScreenshotClient();
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 73 SkASSERT(addr == ((ScreenshotClient*) context)->getPixels()); in DeleteScreenshot() 74 delete ((ScreenshotClient*) context); in DeleteScreenshot() 141 std::unique_ptr<ScreenshotClient> screenshot(new ScreenshotClient()); in nativeScreenshotBitmap() 214 ScreenshotClient::capture(displayToken, in nativeScreenshot()
|
/frameworks/base/cmds/screencap/ |
D | screencap.cpp | 147 ScreenshotClient screenshot; in main()
|