OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:captureScreen
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp
60
static void
captureScreen
(sp<ScreenCapture>* sc) {
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
(&sc)
[
all
...]
/frameworks/native/include/gui/
ISurfaceComposer.h
149
virtual status_t
captureScreen
(const sp<IBinder>& display,
/frameworks/native/libs/gui/tests/
Surface_test.cpp
100
ASSERT_EQ(NO_ERROR, sf->
captureScreen
(display, producer, Rect(),
131
ASSERT_EQ(NO_ERROR, sf->
captureScreen
(display, producer, Rect(),
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.h
217
virtual status_t
captureScreen
(const sp<IBinder>& display,
SurfaceFlinger.cpp
[
all
...]
SurfaceFlinger_hwc1.cpp
[
all
...]
/frameworks/native/libs/gui/
ISurfaceComposer.cpp
104
virtual status_t
captureScreen
(const sp<IBinder>& display,
466
status_t res =
captureScreen
(display, producer,
SurfaceComposerClient.cpp
818
return s->
captureScreen
(display, producer, sourceCrop,
855
status_t err = s->
captureScreen
(display, mProducer, sourceCrop,
Completed in 334 milliseconds