Searched refs:IGraphicBufferAlloc (Results 1 - 21 of 21) sorted by relevance

/frameworks/native/include/gui/
H A DIGraphicBufferAlloc.h32 class IGraphicBufferAlloc : public IInterface class in namespace:android
45 class BnGraphicBufferAlloc : public BnInterface<IGraphicBufferAlloc>
H A DGraphicBufferAlloc.h23 #include <gui/IGraphicBufferAlloc.h>
H A DBufferQueue.h28 #include <gui/IGraphicBufferAlloc.h>
80 const sp<IGraphicBufferAlloc>& allocator = NULL);
H A DBufferQueueCore.h53 class IGraphicBufferAlloc;
83 BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator = NULL);
142 sp<IGraphicBufferAlloc> mAllocator;
H A DISurfaceComposer.h32 #include <gui/IGraphicBufferAlloc.h>
80 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc() = 0;
/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp27 #include <gui/IGraphicBufferAlloc.h>
37 class BpGraphicBufferAlloc : public BpInterface<IGraphicBufferAlloc>
41 : BpInterface<IGraphicBufferAlloc>(impl)
51 data.writeInterfaceToken(IGraphicBufferAlloc::getInterfaceDescriptor());
78 IMPLEMENT_META_INTERFACE(GraphicBufferAlloc, "android.ui.IGraphicBufferAlloc");
99 CHECK_INTERFACE(IGraphicBufferAlloc, data, reply);
H A DBufferQueue.cpp66 const sp<IGraphicBufferAlloc>& allocator) {
H A DAndroid.mk59 IGraphicBufferAlloc.cpp \
H A DBufferQueueCore.cpp34 #include <gui/IGraphicBufferAlloc.h>
53 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) :
H A DISurfaceComposer.cpp65 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc()
70 return interface_cast<IGraphicBufferAlloc>(reply.readStrongBinder());
H A DConsumerBase.cpp31 #include <gui/IGraphicBufferAlloc.h>
H A DGLConsumer.cpp34 #include <gui/IGraphicBufferAlloc.h>
H A DBufferQueueProducer.cpp36 #include <gui/IGraphicBufferAlloc.h>
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3BufferManager.h47 Camera3BufferManager(const sp<IGraphicBufferAlloc>& allocator = NULL);
193 sp<IGraphicBufferAlloc> mAllocator;
H A DCamera3BufferManager.cpp32 Camera3BufferManager::Camera3BufferManager(const sp<IGraphicBufferAlloc>& allocator) :
/frameworks/av/include/media/stagefright/
H A DSurfaceMediaSource.h35 class IGraphicBufferAlloc;
/frameworks/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp33 #include <gui/IGraphicBufferAlloc.h>
105 sp<IGraphicBufferAlloc> alloc(composer->createGraphicBufferAlloc());
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h67 class IGraphicBufferAlloc;
201 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc();
H A DSurfaceFlinger.cpp286 sp<IGraphicBufferAlloc> SurfaceFlinger::createGraphicBufferAlloc()
H A DSurfaceFlinger_hwc1.cpp284 sp<IGraphicBufferAlloc> SurfaceFlinger::createGraphicBufferAlloc()
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp32 #include <gui/IGraphicBufferAlloc.h>

Completed in 212 milliseconds