Home
last modified time | relevance | path

Searched defs:Next (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tools/aapt2/io/
DBigBufferStreams.cpp27 bool BigBufferInputStream::Next(const void** data, size_t* size) { in Next() function in aapt::io::BigBufferInputStream
74 bool BigBufferOutputStream::Next(void** data, size_t* size) { in Next() function in aapt::io::BigBufferOutputStream
DData.h51 bool Next(const void** data, size_t* size) override { in Next() function
100 bool Next(const void** data, size_t* size) override { in Next() function
148 bool Next(const void** data, size_t* size) override { in Next() function
197 bool Next(const void** /*data*/, size_t* /*size*/) override { return false; } in Next() function
DFileSystem.cpp52 IFile* FileCollectionIterator::Next() { in Next() function in aapt::io::FileCollectionIterator
DZipArchive.cpp72 IFile* ZipFileCollectionIterator::Next() { in Next() function in aapt::io::ZipFileCollectionIterator
/frameworks/base/tools/aapt2/unflatten/
DResChunkPullParser.cpp39 ResChunkPullParser::Event ResChunkPullParser::Next() { in Next() function in aapt::ResChunkPullParser
/frameworks/base/libs/androidfw/
DChunkIterator.cpp23 Chunk ChunkIterator::Next() { in Next() function in android::ChunkIterator
/frameworks/native/services/vr/performanced/
Ddirectory_reader.h37 dirent* Next() { in Next() function
/frameworks/base/tools/aapt2/compile/
DPngChunkFilter.cpp94 bool PngChunkFilter::Next(const void** buffer, size_t* len) { in Next() function in aapt::PngChunkFilter
/frameworks/base/tools/aapt2/optimize/
DVersionCollapser.cpp43 typename Iterator::reference Next() { return *NextIter(); } in Next() function in aapt::FilterIterator
/frameworks/base/tools/aapt2/xml/
DXmlPullParser.cpp45 XmlPullParser::Event XmlPullParser::Next() { in Next() function in aapt::xml::XmlPullParser