Searched refs:composer (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/screencap/
H A Dscreencap.cpp39 sp<ISurfaceComposer> composer; local
40 getService(name, &composer);
45 sp<IBinder> display(composer->getBuiltInDisplay(ISurfaceComposer::eDisplayIdMain));
46 status_t err = composer->captureScreen(display, &heap, &w, &h, &f, 0, 0);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java348 final VCardComposer composer = new VCardComposer(context, mVCardType, mCharset);
351 if (!composer.init(cursor)) {
352 AndroidTestCase.fail("init() failed. Reason: " + composer.getErrorReason());
354 AndroidTestCase.assertFalse(composer.isAfterLast());
356 while (!composer.isAfterLast()) {
364 final String vcard = composer.createOneEntry(mockGetEntityIteratorMethod);
372 composer.terminate();
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp72 sp<ISurfaceComposer> composer(ComposerService::getComposerService());
73 mAllocator = composer->createGraphicBufferAlloc();
H A DSurface.cpp355 sp<ISurfaceComposer> composer(
357 if (composer->authenticateSurfaceTexture(mGraphicBufferProducer)) {
/frameworks/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp116 sp<ISurfaceComposer> composer(ComposerService::getComposerService());
117 sp<IGraphicBufferAlloc> alloc(composer->createGraphicBufferAlloc());
/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp57 sp<ISurfaceComposer> composer(ComposerService::getComposerService());
58 mAllocator = composer->createGraphicBufferAlloc();
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp64 sp<ISurfaceComposer> composer(ComposerService::getComposerService());

Completed in 226 milliseconds