Searched defs:Next (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/androidfw/
H A DChunkIterator.cpp23 Chunk ChunkIterator::Next() { function in class:android::ChunkIterator
24 CHECK(len_ != 0) << "called Next() after last chunk";
/frameworks/base/tools/aapt2/unflatten/
H A DResChunkPullParser.cpp39 ResChunkPullParser::Event ResChunkPullParser::Next() { function in class:aapt::ResChunkPullParser
/frameworks/base/tools/aapt2/io/
H A DBigBufferStreams.cpp27 bool BigBufferInputStream::Next(const void** data, size_t* size) { function in class:aapt::io::BigBufferInputStream
74 bool BigBufferOutputStream::Next(void** data, size_t* size) { function in class:aapt::io::BigBufferOutputStream
H A DFileSystem.cpp52 IFile* FileCollectionIterator::Next() { function in class:aapt::io::FileCollectionIterator
H A DZipArchive.cpp72 IFile* ZipFileCollectionIterator::Next() { function in class:aapt::io::ZipFileCollectionIterator
112 while ((result = Next(cookie, &zip_data, &zip_entry_name)) == 0) {
/frameworks/native/services/vr/performanced/
H A Ddirectory_reader.h35 // pointer is only valid unitl the next call to Next() or the DirectoryReader
37 dirent* Next() { function in class:android::dvr::DirectoryReader
/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser.cpp43 typename Iterator::reference Next() { return *NextIter(); } function in class:aapt::FilterIterator
106 filter_iter.Next() = {};
/frameworks/base/tools/aapt2/compile/
H A DPngChunkFilter.cpp94 bool PngChunkFilter::Next(const void** buffer, size_t* len) { function in class:aapt::PngChunkFilter
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp45 XmlPullParser::Event XmlPullParser::Next() { function in class:aapt::xml::XmlPullParser

Completed in 3255 milliseconds