Home
last modified time | relevance | path

Searched refs:IGraphicBufferAlloc (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/libs/gui/
DIGraphicBufferAlloc.cpp37 class BpGraphicBufferAlloc : public BpInterface<IGraphicBufferAlloc>
41 : BpInterface<IGraphicBufferAlloc>(impl) in BpGraphicBufferAlloc()
48 data.writeInterfaceToken(IGraphicBufferAlloc::getInterfaceDescriptor()); in createGraphicBuffer()
90 CHECK_INTERFACE(IGraphicBufferAlloc, data, reply); in onTransact()
DBufferQueue.cpp58 const sp<IGraphicBufferAlloc>& allocator) { in createBufferQueue()
DAndroid.mk22 IGraphicBufferAlloc.cpp \
DBufferQueueCore.cpp44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) : in BufferQueueCore()
DISurfaceComposer.cpp63 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc() in createGraphicBufferAlloc()
69 return interface_cast<IGraphicBufferAlloc>(reply.readStrongBinder()); in createGraphicBufferAlloc()
/frameworks/native/include/gui/
DBufferQueueCore.h50 class IGraphicBufferAlloc; variable
75 BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator = NULL);
128 sp<IGraphicBufferAlloc> mAllocator;
DIGraphicBufferAlloc.h32 class IGraphicBufferAlloc : public IInterface
45 class BnGraphicBufferAlloc : public BnInterface<IGraphicBufferAlloc>
DBufferQueue.h79 const sp<IGraphicBufferAlloc>& allocator = NULL);
DISurfaceComposer.h80 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc() = 0;
/frameworks/av/include/media/stagefright/
DSurfaceMediaSource.h31 class IGraphicBufferAlloc; variable
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h66 class IGraphicBufferAlloc; variable
194 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc();
DSurfaceFlinger.cpp275 sp<IGraphicBufferAlloc> SurfaceFlinger::createGraphicBufferAlloc() in createGraphicBufferAlloc()
/frameworks/native/libs/gui/tests/
DStreamSplitter_test.cpp74 sp<IGraphicBufferAlloc> mAllocator;
/frameworks/base/core/jni/
Dandroid_view_GraphicBuffer.cpp117 sp<IGraphicBufferAlloc> alloc(composer->createGraphicBufferAlloc()); in android_view_GraphiceBuffer_create()