Searched refs:hasNext (Results 1 – 10 of 10) sorted by relevance
38 if (generator->hasNext()) { in registerGenerator()86 if (hasNext(cookie)) { in run()95 bool GeneratorHub::hasNext(int32_t cookie) { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::GeneratorHub96 return mGenerators.find(cookie) != mGenerators.end() && mGenerators[cookie]->hasNext(); in hasNext()
51 bool hasNext();
36 virtual bool hasNext() = 0;
48 bool hasNext();
77 bool hasNext(int32_t cookie);
72 bool LinearFakeValueGenerator::hasNext() { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::LinearFakeValueGenerator
53 if (!hasNext()) { in nextEvent()76 bool JsonFakeValueGenerator::hasNext() { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
206 bool hasNext();
181 while (iter.hasNext()) { in processSessionStats()296 while (iter.hasNext()) { in processFrameStats()
330 bool ECODataKeyValueIterator::hasNext() { in hasNext() function in android::media::eco::ECODataKeyValueIterator