aboutsummaryrefslogtreecommitdiff
path: root/libshims/utils
diff options
context:
space:
mode:
authorkoron393 <koron393@gmail.com>2019-09-16 01:25:06 +0900
committerArian <arian.kulmer@web.de>2020-02-07 20:09:45 +0100
commit711a1b1a4ce5bd08a69aeca70a7b1431b3db9eda (patch)
treeb6d64eff2fce14c6cb0abfbeee5c0a58e3d13520 /libshims/utils
parent7580d6fb6dd59a67d2fec9e320383e3287d05753 (diff)
shinano-common: libshim_camera: Apply vector revert patches
* Back to Marshmallow Signed-off-by: koron393 <koron393@gmail.com> Change-Id: Ie676b55a4fef033917da4287211548b124920832
Diffstat (limited to 'libshims/utils')
-rw-r--r--libshims/utils/VectorImpl.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/libshims/utils/VectorImpl.cpp b/libshims/utils/VectorImpl.cpp
index c97a19b..764bd7e 100644
--- a/libshims/utils/VectorImpl.cpp
+++ b/libshims/utils/VectorImpl.cpp
@@ -555,6 +555,15 @@ void VectorImpl::_do_move_backward(void* dest, const void* from, size_t num) con
do_move_backward(dest, from, num);
}
+void VectorImpl::reservedVectorImpl1() { }
+void VectorImpl::reservedVectorImpl2() { }
+void VectorImpl::reservedVectorImpl3() { }
+void VectorImpl::reservedVectorImpl4() { }
+void VectorImpl::reservedVectorImpl5() { }
+void VectorImpl::reservedVectorImpl6() { }
+void VectorImpl::reservedVectorImpl7() { }
+void VectorImpl::reservedVectorImpl8() { }
+
/*****************************************************************************/
SortedVectorImpl::SortedVectorImpl(size_t itemSize, uint32_t flags)
@@ -674,6 +683,15 @@ ssize_t SortedVectorImpl::remove(const void* item)
return i;
}
+void SortedVectorImpl::reservedSortedVectorImpl1() { };
+void SortedVectorImpl::reservedSortedVectorImpl2() { };
+void SortedVectorImpl::reservedSortedVectorImpl3() { };
+void SortedVectorImpl::reservedSortedVectorImpl4() { };
+void SortedVectorImpl::reservedSortedVectorImpl5() { };
+void SortedVectorImpl::reservedSortedVectorImpl6() { };
+void SortedVectorImpl::reservedSortedVectorImpl7() { };
+void SortedVectorImpl::reservedSortedVectorImpl8() { };
+
/*****************************************************************************/
}; // namespace android