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 157 class ScreenshotClient
172 ScreenshotClient();
173 ~ScreenshotClient();
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 613 status_t ScreenshotClient::capture(
625 ScreenshotClient::ScreenshotClient()
630 ScreenshotClient::~ScreenshotClient() {
631 ScreenshotClient::release();
634 sp<CpuConsumer> ScreenshotClient::getCpuConsumer() const {
637 mCpuConsumer->setName(String8("ScreenshotClient"));
642 status_t ScreenshotClient::update(const sp<IBinder>& display,
667 status_t ScreenshotClient::update(const sp<IBinder>& display)
    [all...]

Completed in 467 milliseconds