Searched refs:captureScreen (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp60 static void captureScreen(sp<ScreenCapture>* sc) { function in class:android::ScreenCapture
71 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, producer, Rect(), 0, 0,
190 ScreenCapture::captureScreen(&sc);
202 ScreenCapture::captureScreen(&sc);
213 ScreenCapture::captureScreen(&sc);
224 ScreenCapture::captureScreen(&sc);
239 ScreenCapture::captureScreen(&sc);
252 ScreenCapture::captureScreen(&sc);
263 ScreenCapture::captureScreen(&sc);
276 ScreenCapture::captureScreen(
[all...]
/frameworks/native/include/gui/
H A DISurfaceComposer.h143 virtual status_t captureScreen(const sp<IBinder>& display,
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp100 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, producer, Rect(),
131 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, producer, Rect(),
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp102 virtual status_t captureScreen(const sp<IBinder>& display, function in class:android::BpSurfaceComposer
388 status_t res = captureScreen(display, producer,
H A DSurfaceComposerClient.cpp794 return s->captureScreen(display, producer, sourceCrop,
831 status_t err = s->captureScreen(display, mProducer, sourceCrop,
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h211 virtual status_t captureScreen(const sp<IBinder>& display,
H A DSurfaceFlinger.cpp3212 status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, function in class:android::SurfaceFlinger
3246 ALOGE("Invalid rotation passed to captureScreen(): %d\n", rotation);
3480 ALOGW("captureScreen: failed to dup sync khr object");
3492 ALOGW("captureScreen: fence wait timed out");
3495 "captureScreen: error waiting on EGL fence: %#x", eglErr);
3499 ALOGW("captureScreen: error creating EGL fence: %#x", eglGetError());
H A DSurfaceFlinger_hwc1.cpp3226 status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, function in class:android::SurfaceFlinger
3260 ALOGE("Invalid rotation passed to captureScreen(): %d\n", rotation);
3496 ALOGW("captureScreen: failed to dup sync khr object");
3508 ALOGW("captureScreen: fence wait timed out");
3511 "captureScreen: error waiting on EGL fence: %#x", eglErr);
3515 ALOGW("captureScreen: error creating EGL fence: %#x", eglGetError());

Completed in 408 milliseconds