Searched defs:IsGoodEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
H A DResChunkPullParser.h54 static bool IsGoodEvent(Event event);
104 inline bool ResChunkPullParser::IsGoodEvent(ResChunkPullParser::Event event) { function in class:aapt::ResChunkPullParser
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.h65 static bool IsGoodEvent(Event event);
236 while (IsGoodEvent(event = parser->Next()) &&
242 IsGoodEvent(event)) {
277 inline bool XmlPullParser::IsGoodEvent(XmlPullParser::Event event) { function in class:aapt::xml::XmlPullParser

Completed in 169 milliseconds