HomeSort by relevance Sort by last modified time
    Searched defs:ScreenshotClient (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/gui/
SurfaceComposerClient.h 178 class ScreenshotClient
197 ScreenshotClient();
198 ~ScreenshotClient();
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 687 status_t ScreenshotClient::capture(
698 ScreenshotClient::ScreenshotClient()
703 ScreenshotClient::~ScreenshotClient() {
704 ScreenshotClient::release();
707 sp<CpuConsumer> ScreenshotClient::getCpuConsumer() const {
712 mCpuConsumer->setName(String8("ScreenshotClient"));
717 status_t ScreenshotClient::update(const sp<IBinder>& display,
744 status_t ScreenshotClient::update(const sp<IBinder>& display
    [all...]

Completed in 1307 milliseconds