Searched refs:hasNext (Results 1 – 13 of 13) sorted by relevance
53 if (generator->hasNext()) { in registerGenerator()104 if (hasNext(cookie)) { in run()113 bool GeneratorHub::hasNext(int32_t cookie) { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::GeneratorHub114 return mGenerators.find(cookie) != mGenerators.end() && mGenerators[cookie]->hasNext(); in hasNext()
38 virtual bool hasNext() = 0;
56 bool hasNext();
77 bool hasNext(int32_t cookie);
52 bool hasNext();
92 bool LinearFakeValueGenerator::hasNext() { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::LinearFakeValueGenerator
100 if (!hasNext()) { in nextEvent()123 bool JsonFakeValueGenerator::hasNext() { in hasNext() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
410 if (!generator->hasNext()) { in genFakeDataCommand()
60 bool hasNext();
216 bool hasNext();
183 while (iter.hasNext()) { in processSessionStats()310 while (iter.hasNext()) { in processFrameStats()
329 bool ECODataKeyValueIterator::hasNext() { in hasNext() function in aidl::android::media::eco::ECODataKeyValueIterator
252 bool JsonFakeValueGenerator::hasNext() { in hasNext() function in android::hardware::automotive::vehicle::fake::JsonFakeValueGenerator