Searched defs:Iterator (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/include/drm/
H A DDrmInfo.h52 * Iterator for key
76 * Iterator
78 class Iterator { class in class:android::DrmInfo
82 explicit Iterator(const DrmInfo* drmInfo) function in class:android::DrmInfo::Iterator
86 Iterator(const Iterator& iterator);
87 Iterator& operator=(const Iterator& iterator);
88 virtual ~Iterator() {}
153 * Returns Iterator objec
[all...]
H A DDrmMetadata.h33 * Iterator for key
55 * Iterator for constraints
57 class Iterator { class in class:android::DrmMetadata
60 explicit Iterator(DrmMetadata* drmMetadata) : mDrmMetadata(drmMetadata), mIndex(0) {} function in class:android::DrmMetadata::Iterator
63 Iterator(const Iterator& iterator);
64 Iterator& operator=(const Iterator& iterator);
65 virtual ~Iterator() {}
98 Iterator iterato
[all...]
H A DDrmConstraints.h68 * Iterator for key
91 * Iterator for constraints
93 class Iterator { class in class:android::DrmConstraints
96 explicit Iterator(DrmConstraints* drmConstraints) function in class:android::DrmConstraints::Iterator
100 Iterator(const Iterator& iterator);
101 Iterator& operator=(const Iterator& iterator);
102 virtual ~Iterator() {}
168 * Returns Iterator objec
[all...]
H A DDrmInfoRequest.h66 * Iterator for key
90 * Iterator
92 class Iterator { class in class:android::DrmInfoRequest
96 explicit Iterator(const DrmInfoRequest* drmInfoRequest) function in class:android::DrmInfoRequest::Iterator
100 Iterator(const Iterator& iterator);
101 Iterator& operator=(const Iterator& iterator);
102 virtual ~Iterator() {}
160 * Returns Iterator objec
[all...]
/frameworks/av/drm/common/
H A DDrmConstraints.cpp88 DrmConstraints::Iterator DrmConstraints::iterator() {
89 return Iterator(this);
92 DrmConstraints::Iterator::Iterator(const DrmConstraints::Iterator& iterator) : function in class:DrmConstraints::Iterator
97 DrmConstraints::Iterator& DrmConstraints::Iterator::operator=(
98 const DrmConstraints::Iterator& iterator) {
104 bool DrmConstraints::Iterator::hasNext() {
108 String8 DrmConstraints::Iterator
[all...]
H A DDrmInfoRequest.cpp57 DrmInfoRequest::Iterator DrmInfoRequest::iterator() const {
58 return Iterator(this);
85 // Iterator implementation
86 DrmInfoRequest::Iterator::Iterator(const DrmInfoRequest::Iterator& iterator) : function in class:DrmInfoRequest::Iterator
90 DrmInfoRequest::Iterator& DrmInfoRequest::Iterator::operator=(
91 const DrmInfoRequest::Iterator& iterator) {
97 bool DrmInfoRequest::Iterator
[all...]
H A DDrmMetadata.cpp92 DrmMetadata::Iterator DrmMetadata::iterator() {
93 return Iterator(this);
96 DrmMetadata::Iterator::Iterator(const DrmMetadata::Iterator& iterator) : function in class:DrmMetadata::Iterator
99 ALOGV("DrmMetadata::Iterator::Iterator");
102 DrmMetadata::Iterator& DrmMetadata::Iterator::operator=(const DrmMetadata::Iterator
[all...]
H A DDrmInfo.cpp64 DrmInfo::Iterator DrmInfo::iterator() const {
65 return Iterator(this);
90 // Iterator implementation
91 DrmInfo::Iterator::Iterator(const DrmInfo::Iterator& iterator) function in class:DrmInfo::Iterator
96 DrmInfo::Iterator& DrmInfo::Iterator::operator=(const DrmInfo::Iterator& iterator) {
102 bool DrmInfo::Iterator
[all...]
/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp70 std::unique_ptr<IFileCollectionIterator> FileCollection::Iterator() { function in class:aapt::io::FileCollection
H A DZipArchive.cpp138 std::unique_ptr<IFileCollectionIterator> ZipFileCollection::Iterator() { function in class:aapt::io::ZipFileCollection
/frameworks/av/include/media/stagefright/
H A DID3.h48 struct Iterator { struct in struct:android::ID3
49 Iterator(const ID3 &parent, const char *id);
50 ~Iterator();
71 Iterator(const Iterator &);
72 Iterator &operator=(const Iterator &);
/frameworks/av/media/libstagefright/foundation/include/
H A DID3.h48 struct Iterator { struct in struct:android::ID3
49 Iterator(const ID3 &parent, const char *id);
50 ~Iterator();
71 Iterator(const Iterator &);
72 Iterator &operator=(const Iterator &);
/frameworks/av/media/libstagefright/include/
H A DID3.h48 struct Iterator { struct in struct:android::ID3
49 Iterator(const ID3 &parent, const char *id);
50 ~Iterator();
71 Iterator(const Iterator &);
72 Iterator &operator=(const Iterator &);
/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser.cpp26 template <typename Iterator, typename Pred>
29 FilterIterator(Iterator begin, Iterator end, Pred pred = Pred())
36 Iterator NextIter() {
37 Iterator iter = current_;
43 typename Iterator::reference Next() { return *NextIter(); }
54 Iterator current_, end_;
58 template <typename Iterator, typename Pred>
59 FilterIterator<Iterator, Pred> make_filter_iterator(Iterator begi argument
[all...]
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp421 ID3::Iterator::Iterator(const ID3 &parent, const char *id) function in class:android::ID3::Iterator
434 ID3::Iterator::~Iterator() {
441 bool ID3::Iterator::done() const {
445 void ID3::Iterator::next() {
455 void ID3::Iterator::getID(String8 *id) const {
500 void ID3::Iterator::getString(String8 *id, String8 *comment) const {
510 void ID3::Iterator::getstring(String8 *id, bool otherdata) const {
648 const uint8_t *ID3::Iterator
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 307 milliseconds