Searched refs:IGraphicBufferAlloc (Results 1 – 14 of 14) sorted by relevance
37 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()
58 const sp<IGraphicBufferAlloc>& allocator) { in createBufferQueue()
22 IGraphicBufferAlloc.cpp \
44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) : in BufferQueueCore()
63 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc() in createGraphicBufferAlloc()69 return interface_cast<IGraphicBufferAlloc>(reply.readStrongBinder()); in createGraphicBufferAlloc()
50 class IGraphicBufferAlloc; variable75 BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator = NULL);128 sp<IGraphicBufferAlloc> mAllocator;
32 class IGraphicBufferAlloc : public IInterface45 class BnGraphicBufferAlloc : public BnInterface<IGraphicBufferAlloc>
79 const sp<IGraphicBufferAlloc>& allocator = NULL);
80 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc() = 0;
31 class IGraphicBufferAlloc; variable
66 class IGraphicBufferAlloc; variable194 virtual sp<IGraphicBufferAlloc> createGraphicBufferAlloc();
275 sp<IGraphicBufferAlloc> SurfaceFlinger::createGraphicBufferAlloc() in createGraphicBufferAlloc()
74 sp<IGraphicBufferAlloc> mAllocator;
117 sp<IGraphicBufferAlloc> alloc(composer->createGraphicBufferAlloc()); in android_view_GraphiceBuffer_create()