Lines Matching defs:ScreenshotClient
622 status_t ScreenshotClient::capture(
633 ScreenshotClient::ScreenshotClient()
638 ScreenshotClient::~ScreenshotClient() {
639 ScreenshotClient::release();
642 sp<CpuConsumer> ScreenshotClient::getCpuConsumer() const {
646 mCpuConsumer->setName(String8("ScreenshotClient"));
651 status_t ScreenshotClient::update(const sp<IBinder>& display,
676 status_t ScreenshotClient::update(const sp<IBinder>& display) {
677 return ScreenshotClient::update(display, 0, 0, 0, -1UL);
680 status_t ScreenshotClient::update(const sp<IBinder>& display,
682 return ScreenshotClient::update(display, reqWidth, reqHeight, 0, -1UL);
685 void ScreenshotClient::release() {
694 void const* ScreenshotClient::getPixels() const {
698 uint32_t ScreenshotClient::getWidth() const {
702 uint32_t ScreenshotClient::getHeight() const {
706 PixelFormat ScreenshotClient::getFormat() const {
710 uint32_t ScreenshotClient::getStride() const {
714 size_t ScreenshotClient::getSize() const {