Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp55 static void captureScreen(sp<ScreenCapture>* sc) { in captureScreen() function in android::ScreenCapture
61 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, &heap, &w, &h, &fmt, 0, 0, in captureScreen()
177 ScreenCapture::captureScreen(&sc); in TEST_F()
189 ScreenCapture::captureScreen(&sc); in TEST_F()
200 ScreenCapture::captureScreen(&sc); in TEST_F()
211 ScreenCapture::captureScreen(&sc); in TEST_F()
226 ScreenCapture::captureScreen(&sc); in TEST_F()
239 ScreenCapture::captureScreen(&sc); in TEST_F()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp98 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, producer, Rect(), in TEST_F()
127 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, producer, Rect(), in TEST_F()
/frameworks/native/services/surfaceflinger/tests/screencap/
Dscreencap.cpp46 status_t err = composer->captureScreen(display, &heap, &w, &h, &f, 0, 0); in main()
/frameworks/native/include/gui/
DISurfaceComposer.h143 virtual status_t captureScreen(const sp<IBinder>& display,
/frameworks/native/libs/gui/
DISurfaceComposer.cpp106 virtual status_t captureScreen(const sp<IBinder>& display, in captureScreen() function in android::BpSurfaceComposer
353 status_t res = captureScreen(display, producer, in onTransact()
DSurfaceComposerClient.cpp694 return s->captureScreen(display, producer, sourceCrop, in capture()
731 status_t err = s->captureScreen(display, mProducer, sourceCrop, in update()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h204 virtual status_t captureScreen(const sp<IBinder>& display,
DSurfaceFlinger.cpp2956 status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, in captureScreen() function in android::SurfaceFlinger