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

/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp55 static void captureScreen(sp<ScreenCapture>* sc) { function in class:android::ScreenCapture
61 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, &heap, &w, &h, &fmt, 0, 0,
177 ScreenCapture::captureScreen(&sc);
189 ScreenCapture::captureScreen(&sc);
200 ScreenCapture::captureScreen(&sc);
211 ScreenCapture::captureScreen(&sc);
226 ScreenCapture::captureScreen(&sc);
239 ScreenCapture::captureScreen(&sc);
/frameworks/native/services/surfaceflinger/tests/screencap/
H A Dscreencap.cpp46 status_t err = composer->captureScreen(display, &heap, &w, &h, &f, 0, 0);
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp89 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, &heap, &w, &h, &fmt, 64, 64, 0,
121 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, &heap, &w, &h, &fmt,
/frameworks/native/include/gui/
H A DISurfaceComposer.h97 virtual status_t captureScreen(const sp<IBinder>& display, sp<IMemoryHeap>* heap,
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp105 virtual status_t captureScreen( function in class:android::BpSurfaceComposer
281 status_t res = captureScreen(display, &heap, &w, &h, &f,
H A DSurfaceComposerClient.cpp596 return s->captureScreen(display, &mHeap,
606 return s->captureScreen(display, &mHeap,
617 return s->captureScreen(display, &mHeap,
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h200 virtual status_t captureScreen(const sp<IBinder>& display, sp<IMemoryHeap>* heap,
H A DSurfaceFlinger.cpp2732 status_t SurfaceFlinger::captureScreen(const sp<IBinder>& display, function in class:android::SurfaceFlinger

Completed in 5174 milliseconds