Searched refs:priorGraphicAllocation (Results 1 – 8 of 8) sorted by relevance
67 virtual c2_status_t priorGraphicAllocation(
608 c2_status_t priorGraphicAllocation(708 c2_status_t C2AllocatorGralloc::Impl::priorGraphicAllocation( in priorGraphicAllocation() function in android::C2AllocatorGralloc::Impl755 c2_status_t C2AllocatorGralloc::priorGraphicAllocation( in priorGraphicAllocation() function in android::C2AllocatorGralloc758 return mImpl->priorGraphicAllocation(handle, allocation); in priorGraphicAllocation()
487 c2_status_t priorGraphicAllocation(636 c2_status_t _C2BufferPoolAllocator::priorGraphicAllocation( in priorGraphicAllocation() function in _C2BufferPoolAllocator639 return mAllocator->priorGraphicAllocation(handle, c2Allocation); in priorGraphicAllocation()718 c2_status_t err = mAllocator->priorGraphicAllocation( in fetchGraphicBlock()1122 c2_status_t err = sAllocator->priorGraphicAllocation(handle, &alloc); in CreateGraphicBlock()
159 c2_status_t err = sAllocator->priorGraphicAllocation(handle, &alloc); in CreateGraphicBlock()284 c2_status_t err = mAllocator->priorGraphicAllocation(c2Handle, &alloc); in fetchFromIgbp_l()
235 c2_status_t err = mAllocator->priorGraphicAllocation(handle, &alloc); in emptyBuffer()
588 c2_status_t err = mAlloc->priorGraphicAllocation(handle, &alloc); in asC2Buffer()
175 c2_status_t err = mAllocator->priorGraphicAllocation(handle, &alloc); in submitBuffer()
729 virtual c2_status_t priorGraphicAllocation( in priorGraphicAllocation() function