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

  /frameworks/base/include/surfaceflinger/
SurfaceComposerClient.h 164 class ScreenshotClient
171 ScreenshotClient();
  /frameworks/base/libs/gui/
SurfaceComposerClient.cpp 525 ScreenshotClient::ScreenshotClient()
529 status_t ScreenshotClient::update() {
538 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight) {
547 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight,
557 void ScreenshotClient::release() {
561 void const* ScreenshotClient::getPixels() const {
565 uint32_t ScreenshotClient::getWidth() const {
569 uint32_t ScreenshotClient::getHeight() const {
573 PixelFormat ScreenshotClient::getFormat() const
    [all...]

Completed in 270 milliseconds