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

/frameworks/base/include/surfaceflinger/
H A DSurfaceComposerClient.h164 class ScreenshotClient class in namespace:android
171 ScreenshotClient();
/frameworks/base/libs/gui/
H A DSurfaceComposerClient.cpp542 ScreenshotClient::ScreenshotClient() function in class:android::ScreenshotClient
546 status_t ScreenshotClient::update() {
555 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight) {
564 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight,
574 void ScreenshotClient::release() {
578 void const* ScreenshotClient::getPixels() const {
582 uint32_t ScreenshotClient::getWidth() const {
586 uint32_t ScreenshotClient::getHeight() const {
590 PixelFormat ScreenshotClient
[all...]

Completed in 73 milliseconds