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 27 #include <gui/IGraphicBufferAlloc.h>
79 const sp<IGraphicBufferAlloc>& allocator = NULL);
GraphicBufferAlloc.h 23 #include <gui/IGraphicBufferAlloc.h>
BufferQueueCore.h 50 class IGraphicBufferAlloc;
75 BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator = NULL);
128 sp<IGraphicBufferAlloc> mAllocator;
ISurfaceComposer.h 33 #include <gui/IGraphicBufferAlloc.h>
80 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)
48 data.writeInterfaceToken(IGraphicBufferAlloc::getInterfaceDescriptor());
68 IMPLEMENT_META_INTERFACE(GraphicBufferAlloc, "android.ui.IGraphicBufferAlloc");
90 CHECK_INTERFACE(IGraphicBufferAlloc, data, reply);
Android.mk 22 IGraphicBufferAlloc.cpp \
BufferQueue.cpp 58 const sp<IGraphicBufferAlloc>& allocator) {
BufferQueueCore.cpp 28 #include <gui/IGraphicBufferAlloc.h>
44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) :
ConsumerBase.cpp 30 #include <gui/IGraphicBufferAlloc.h>
ISurfaceComposer.cpp 63 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc()
69 return interface_cast<IGraphicBufferAlloc>(reply.readStrongBinder());
BufferQueueProducer.cpp 29 #include <gui/IGraphicBufferAlloc.h>
    [all...]
GLConsumer.cpp 33 #include <gui/IGraphicBufferAlloc.h>
    [all...]
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 31 class IGraphicBufferAlloc;
  /frameworks/base/core/jni/
android_view_GraphicBuffer.cpp 33 #include <gui/IGraphicBufferAlloc.h>
117 sp<IGraphicBufferAlloc> alloc(composer->createGraphicBufferAlloc());
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 66 class IGraphicBufferAlloc;
194 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc();
SurfaceFlinger.cpp 275 sp<IGraphicBufferAlloc> SurfaceFlinger::createGraphicBufferAlloc()
    [all...]
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 30 #include <gui/IGraphicBufferAlloc.h>
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 74 sp<IGraphicBufferAlloc> mAllocator;

Completed in 434 milliseconds