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 145 class ScreenshotClient
152 ScreenshotClient();
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 559 ScreenshotClient::ScreenshotClient()
563 status_t ScreenshotClient::update() {
572 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight) {
581 status_t ScreenshotClient::update(uint32_t reqWidth, uint32_t reqHeight,
591 void ScreenshotClient::release() {
595 void const* ScreenshotClient::getPixels() const {
599 uint32_t ScreenshotClient::getWidth() const {
603 uint32_t ScreenshotClient::getHeight() const {
607 PixelFormat ScreenshotClient::getFormat() const
    [all...]

Completed in 2733 milliseconds