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

  /frameworks/base/cmds/screencap/
screencap.cpp 27 ScreenshotClient screenshot;
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 549 ScreenshotClient::ScreenshotClient()
553 status_t ScreenshotClient::update() {
561 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight) {
569 void ScreenshotClient::release() {
573 void const* ScreenshotClient::getPixels() const {
577 uint32_t ScreenshotClient::getWidth() const {
581 uint32_t ScreenshotClient::getHeight() const {
585 PixelFormat ScreenshotClient::getFormat() const {
589 uint32_t ScreenshotClient::getStride() const
    [all...]
  /frameworks/base/include/surfaceflinger/
SurfaceComposerClient.h 174 class ScreenshotClient
181 ScreenshotClient();

Completed in 43 milliseconds