Searched defs:captureScreen (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp60 static void captureScreen(sp<ScreenCapture>* sc) { function in class:android::ScreenCapture
70 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, producer, Rect(), 0, 0,
201 ScreenCapture::captureScreen(&sc);
213 ScreenCapture::captureScreen(&sc);
224 ScreenCapture::captureScreen(&sc);
235 ScreenCapture::captureScreen(&sc);
250 ScreenCapture::captureScreen(&sc);
263 ScreenCapture::captureScreen(&sc);
274 ScreenCapture::captureScreen(&sc);
287 ScreenCapture::captureScreen(
[all...]
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp103 virtual status_t captureScreen(const sp<IBinder>& display, function in class:android::BpSurfaceComposer
554 status_t res = captureScreen(display, producer,
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4228 status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, function in class:android::SurfaceFlinger
4263 ALOGE("Invalid rotation passed to captureScreen(): %d\n", rotation);
4524 ALOGW("captureScreen: failed to dup sync khr object");
4536 ALOGW("captureScreen: fence wait timed out");
4539 "captureScreen: error waiting on EGL fence: %#x", eglErr);
4543 ALOGW("captureScreen: error creating EGL fence: %#x", eglGetError());
H A DSurfaceFlinger_hwc1.cpp3701 status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, function in class:SurfaceFlinger
3735 ALOGE("Invalid rotation passed to captureScreen(): %d\n", rotation);
3975 ALOGW("captureScreen: failed to dup sync khr object");
3987 ALOGW("captureScreen: fence wait timed out");
3990 "captureScreen: error waiting on EGL fence: %#x", eglErr);
3994 ALOGW("captureScreen: error creating EGL fence: %#x", eglGetError());

Completed in 259 milliseconds