Lines Matching full:getallocation
148 std::shared_ptr<C2LinearAllocation> getAllocation() const {
276 c2_status_t error = mImpl->getAllocation()->map(
283 (void)i->getAllocation()->unmap(base, len, nullptr);
306 c2_status_t error = mImpl->getAllocation()->map(
313 (void)i->getAllocation()->unmap(base, len, nullptr);
823 std::shared_ptr<C2GraphicAllocation> getAllocation() const {
852 mError = mImpl->getAllocation()->map(
872 mImpl->getAllocation()->unmap(mData, crop, nullptr);
897 mImpl->getAllocation()->unmap(mData, mImpl->crop(), nullptr);