Home | History | Annotate | Download | only in vndk

Lines Matching defs:mAllocation

124           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;
523 : mAllocation(alloc) {}
527 const std::shared_ptr<C2LinearAllocation> mAllocation;
532 : mAllocation(alloc) {}
536 const std::shared_ptr<C2GraphicAllocation> mAllocation;
802 mAllocation(alloc),
814 return mAllocation ? mAllocation->handle() : nullptr;
820 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID;
824 return mAllocation;
828 std::shared_ptr<C2GraphicAllocation> mAllocation;