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

/frameworks/av/media/img_utils/include/img_utils/
H A DSortedEntryVector.h32 class SortedEntryVector : public SortedVector<sp<TiffEntry> > { class in namespace:android::img_utils
34 virtual ~SortedEntryVector();
/frameworks/av/media/img_utils/src/
H A DSortedEntryVector.cpp17 #include <img_utils/SortedEntryVector.h>
25 SortedEntryVector::~SortedEntryVector() {}
27 ssize_t SortedEntryVector::indexOfTag(uint16_t tag) const {
37 int SortedEntryVector::do_compare(const void* lhs, const void* rhs) const {

Completed in 569 milliseconds