Home
last modified time | relevance | path

Searched refs:ScreenshotClient (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp811 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/
DSurfaceComposerClient.h202 class ScreenshotClient
221 ScreenshotClient();
222 ~ScreenshotClient();
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp73 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/
Dscreencap.cpp147 ScreenshotClient screenshot; in main()