Home
last modified time | relevance | path

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

/frameworks/av/media/module/id3/include/
DID3.h49 struct Iterator { struct
61 char *mID;
62 size_t mOffset;
64 const uint8_t *mFrameData;
65 size_t mFrameSize;
73 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/native/include/input/
DRingBuffer.h48 class Iterator; variable
193 Iterator(ContainerType& container, size_type index) 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/native/include/ftl/
Dflags.h63 Iterator(Flags<F> flags) : mRemainingFlags(flags.mFlags) { (*this)++; } in Iterator() function
/frameworks/base/tools/aapt2/io/
DFileSystem.cpp159 std::unique_ptr<IFileCollectionIterator> FileCollection::Iterator() { in Iterator() function in aapt::io::FileCollection
DZipArchive.cpp163 std::unique_ptr<IFileCollectionIterator> ZipFileCollection::Iterator() { in Iterator() function in aapt::io::ZipFileCollection
/frameworks/native/libs/input/tests/
DRingBuffer_test.cpp150 TEST(RingBufferTest, Iterator) { in TEST() argument
/frameworks/native/libs/tracing_perfetto/tests/
Dutils.h161 Iterator(const uint8_t* read_ptr, const uint8_t* end_ptr, in Iterator() function
/frameworks/av/media/module/id3/
DID3.cpp503 ID3::Iterator::Iterator(const ID3 &parent, const char *id) in Iterator() function in android::ID3::Iterator
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp858 C2FieldUtils::Iterator::Iterator(std::shared_ptr<Impl> impl) in Iterator() function in C2FieldUtils::Iterator