Searched defs:ScreenshotClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceComposerClient.h189 class ScreenshotClient class in namespace:android
208 ScreenshotClient();
209 ~ScreenshotClient();
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp787 status_t ScreenshotClient::capture(
798 ScreenshotClient::ScreenshotClient() function in class:android::ScreenshotClient
803 ScreenshotClient::~ScreenshotClient() {
804 ScreenshotClient::release();
807 sp<CpuConsumer> ScreenshotClient::getCpuConsumer() const {
812 mCpuConsumer->setName(String8("ScreenshotClient"));
817 status_t ScreenshotClient::update(const sp<IBinder>& display,
844 status_t ScreenshotClient
[all...]

Completed in 469 milliseconds