HomeSort by relevance Sort by last modified time
    Searched refs:IGraphicBufferAlloc (Results 1 - 19 of 19) sorted by null

  /frameworks/native/include/gui/
IGraphicBufferAlloc.h 32 class IGraphicBufferAlloc : public IInterface
45 class BnGraphicBufferAlloc : public BnInterface<IGraphicBufferAlloc>
BufferQueue.h 28 #include <gui/IGraphicBufferAlloc.h>
80 const sp<IGraphicBufferAlloc>& allocator = NULL);
GraphicBufferAlloc.h 23 #include <gui/IGraphicBufferAlloc.h>
BufferQueueCore.h 53 class IGraphicBufferAlloc;
78 BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator = NULL);
135 sp<IGraphicBufferAlloc> mAllocator;
ISurfaceComposer.h 32 #include <gui/IGraphicBufferAlloc.h>
79 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc() = 0;
  /frameworks/native/libs/gui/
IGraphicBufferAlloc.cpp 27 #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);
BufferQueue.cpp 66 const sp<IGraphicBufferAlloc>& allocator) {
BufferQueueCore.cpp 28 #include <gui/IGraphicBufferAlloc.h>
44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) :
Android.mk 57 IGraphicBufferAlloc.cpp \
ISurfaceComposer.cpp 64 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc()
69 return interface_cast<IGraphicBufferAlloc>(reply.readStrongBinder());
ConsumerBase.cpp 31 #include <gui/IGraphicBufferAlloc.h>
BufferQueueProducer.cpp 29 #include <gui/IGraphicBufferAlloc.h>
    [all...]
GLConsumer.cpp 34 #include <gui/IGraphicBufferAlloc.h>
    [all...]
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 33 class IGraphicBufferAlloc;
  /frameworks/base/core/jni/
android_view_GraphicBuffer.cpp 33 #include <gui/IGraphicBufferAlloc.h>
105 sp<IGraphicBufferAlloc> alloc(composer->createGraphicBufferAlloc());
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 66 class IGraphicBufferAlloc;
196 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc();
SurfaceFlinger.cpp 280 sp<IGraphicBufferAlloc> SurfaceFlinger::createGraphicBufferAlloc()
    [all...]
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 75 sp<IGraphicBufferAlloc> mAllocator;
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 31 #include <gui/IGraphicBufferAlloc.h>

Completed in 352 milliseconds