Home
last modified time | relevance | path

Searched defs:Iterator (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/include/
DID3.h50 struct Iterator { struct
62 char *mID;
63 size_t mOffset;
65 const uint8_t *mFrameData;
66 size_t mFrameSize;
74 Iterator &operator=(const Iterator &);
/frameworks/av/include/drm/
DDrmInfo.h82 explicit Iterator(const DrmInfo* drmInfo) in Iterator() function
DDrmMetadata.h60 explicit Iterator(DrmMetadata* drmMetadata) : mDrmMetadata(drmMetadata), mIndex(0) {} in Iterator() function
DDrmInfoRequest.h96 explicit Iterator(const DrmInfoRequest* drmInfoRequest) in Iterator() function
DDrmConstraints.h96 explicit Iterator(DrmConstraints* drmConstraints) in Iterator() function
/frameworks/av/drm/common/
DDrmMetadata.cpp96 DrmMetadata::Iterator::Iterator(const DrmMetadata::Iterator& iterator) : in Iterator() function in DrmMetadata::Iterator
DDrmInfoRequest.cpp86 DrmInfoRequest::Iterator::Iterator(const DrmInfoRequest::Iterator& iterator) : in Iterator() function in DrmInfoRequest::Iterator
DDrmInfo.cpp91 DrmInfo::Iterator::Iterator(const DrmInfo::Iterator& iterator) in Iterator() function in DrmInfo::Iterator
DDrmConstraints.cpp92 DrmConstraints::Iterator::Iterator(const DrmConstraints::Iterator& iterator) : in Iterator() function in DrmConstraints::Iterator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dreflection.h145 typedef typename Container::const_iterator Iterator; in MergeFrom() typedef
277 typedef typename Container::const_iterator Iterator; in MergeFrom() typedef
338 typedef void Iterator; typedef
/frameworks/base/tools/aapt2/io/
DFileSystem.cpp133 std::unique_ptr<IFileCollectionIterator> FileCollection::Iterator() { in Iterator() function in aapt::io::FileCollection
DZipArchive.cpp160 std::unique_ptr<IFileCollectionIterator> ZipFileCollection::Iterator() { in Iterator() function in aapt::io::ZipFileCollection
/frameworks/av/media/libstagefright/id3/
DID3.cpp491 ID3::Iterator::Iterator(const ID3 &parent, const char *id) in Iterator() function in android::ID3::Iterator
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp842 C2FieldUtils::Iterator::Iterator(std::shared_ptr<Impl> impl) in Iterator() function in C2FieldUtils::Iterator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h2894 inline EnumDef::Iterator::Iterator(const EnumDef* e) { in Iterator() function