Searched refs:bufferQueue (Results 1 – 2 of 2) sorted by relevance
71 C2AllocatorGralloc(id_t id, bool bufferQueue = false);
590 Impl(id_t id, bool bufferQueue);630 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue) in Impl() argument631 : mInit(C2_OK), mBufferQueue(bufferQueue) { in Impl()732 C2AllocatorGralloc::C2AllocatorGralloc(id_t id, bool bufferQueue) in C2AllocatorGralloc() argument733 : mImpl(new Impl(id, bufferQueue)) {} in C2AllocatorGralloc()