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.cpp4080 status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, function in class:android::SurfaceFlinger
4114 ALOGE("Invalid rotation passed to captureScreen(): %d\n", rotation);
4360 ALOGW("captureScreen: failed to dup sync khr object");
4372 ALOGW("captureScreen: fence wait timed out");
4375 "captureScreen: error waiting on EGL fence: %#x", eglErr);
4379 ALOGW("captureScreen: error creating EGL fence: %#x", eglGetError());
H A DSurfaceFlinger_hwc1.cpp3681 status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, function in class:SurfaceFlinger
3715 ALOGE("Invalid rotation passed to captureScreen(): %d\n", rotation);
3955 ALOGW("captureScreen: failed to dup sync khr object");
3967 ALOGW("captureScreen: fence wait timed out");
3970 "captureScreen: error waiting on EGL fence: %#x", eglErr);
3974 ALOGW("captureScreen: error creating EGL fence: %#x", eglGetError());

Completed in 376 milliseconds