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/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp104 sp<ISurfaceComposer> composer(ComposerService::getComposerService());
105 sp<IGraphicBufferAlloc> alloc(composer->createGraphicBufferAlloc());
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp78 sp<ISurfaceComposer> composer(ComposerService::getComposerService());
79 mAllocator = composer->createGraphicBufferAlloc();
H A DSurface.cpp444 sp<ISurfaceComposer> composer(
446 if (composer->authenticateSurfaceTexture(mGraphicBufferProducer)) {
/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp58 sp<ISurfaceComposer> composer(ComposerService::getComposerService());
59 mAllocator = composer->createGraphicBufferAlloc();
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp65 sp<ISurfaceComposer> composer(ComposerService::getComposerService());

Completed in 185 milliseconds