Searched refs:hasNext (Results 1 – 10 of 10) sorted by relevance
46 if (generator->hasNext()) { in registerGenerator()97 if (hasNext(cookie)) { in run()106 bool GeneratorHub::hasNext(int32_t cookie) { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::GeneratorHub107 return mGenerators.find(cookie) != mGenerators.end() && mGenerators[cookie]->hasNext(); in hasNext()
51 bool hasNext();
38 virtual bool hasNext() = 0;
77 bool hasNext(int32_t cookie);
73 bool LinearFakeValueGenerator::hasNext() { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::LinearFakeValueGenerator
69 if (!hasNext()) { in nextEvent()92 bool JsonFakeValueGenerator::hasNext() { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
206 bool hasNext();
181 while (iter.hasNext()) { in processSessionStats()308 while (iter.hasNext()) { in processFrameStats()
330 bool ECODataKeyValueIterator::hasNext() { in hasNext() function in android::media::eco::ECODataKeyValueIterator