Searched refs:priorGraphicAllocation (Results 1 – 8 of 8) sorted by relevance
77 virtual c2_status_t priorGraphicAllocation(
484 c2_status_t priorGraphicAllocation(633 c2_status_t _C2BufferPoolAllocator::priorGraphicAllocation( in priorGraphicAllocation() function in _C2BufferPoolAllocator636 return mAllocator->priorGraphicAllocation(handle, c2Allocation); in priorGraphicAllocation()710 c2_status_t err = mAllocator->priorGraphicAllocation( in fetchGraphicBlock()1111 c2_status_t err = sAllocator->priorGraphicAllocation(cHandle, &alloc); in CreateGraphicBlock()
889 c2_status_t priorGraphicAllocation(1063 c2_status_t C2AllocatorGralloc::Impl::priorGraphicAllocation( in priorGraphicAllocation() function in android::C2AllocatorGralloc::Impl1138 c2_status_t C2AllocatorGralloc::priorGraphicAllocation( in priorGraphicAllocation() function in android::C2AllocatorGralloc1141 return mImpl->priorGraphicAllocation(handle, allocation); in priorGraphicAllocation()
237 c2_status_t err = sAllocator->priorGraphicAllocation(handle, &alloc); in CreateGraphicBlock()464 c2_status_t err = mAllocator->priorGraphicAllocation(c2Handle, &alloc); in fetchFromIgbp_l()
364 c2_status_t err = mAllocator->priorGraphicAllocation(handle, &alloc); in emptyBuffer()
586 c2_status_t err = mAlloc->priorGraphicAllocation(handle, &alloc); in asC2Buffer()
201 c2_status_t err = mAllocator->priorGraphicAllocation(handle, &alloc); in submitBuffer()
729 virtual c2_status_t priorGraphicAllocation( in priorGraphicAllocation() function