Searched defs:mAllocation (Results 1 - 2 of 2) sorted by relevance

/hardware/google/av/codec2/vndk/bufferpool/
H A DAccessorImpl.cpp47 const std::shared_ptr<BufferPoolAllocation> mAllocation; member in struct:android::hardware::media::bufferpool::V1_0::implementation::InternalBuffer
57 mAllocation(alloc), mAllocSize(allocSize), mConfig(allocConfig) {}
60 return mAllocation->handle();
/hardware/google/av/codec2/vndk/
H A DC2Buffer.cpp124 mAllocation(alloc),
129 mAllocation(other.mAllocation),
139 return mAllocation ? mAllocation->handle() : nullptr;
145 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID;
149 return mAllocation;
153 std::shared_ptr<C2LinearAllocation> mAllocation; member in class:_C2Block1DImpl
523 : mAllocation(allo
527 const std::shared_ptr<C2LinearAllocation> mAllocation; member in struct:_C2BufferPoolAllocator::AllocParams::LinearAllocationDtor
536 const std::shared_ptr<C2GraphicAllocation> mAllocation; member in struct:_C2BufferPoolAllocator::AllocParams::GraphicAllocationDtor
828 std::shared_ptr<C2GraphicAllocation> mAllocation; member in class:_C2BufferPoolAllocator::AllocParams::_C2Block2DImpl
[all...]

Completed in 90 milliseconds