Home
last modified time | relevance | path

Searched refs:nextEvent (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp42 mEventQueue.push({cookie, generator->nextEvent()}); in registerGenerator()
87 mEventQueue.push({cookie, mGenerators[cookie]->nextEvent()}); in run()
DLinearFakeValueGenerator.h49 VehiclePropValue nextEvent();
DFakeValueGenerator.h34 virtual VehiclePropValue nextEvent() = 0;
DJsonFakeValueGenerator.h46 VehiclePropValue nextEvent();
DLinearFakeValueGenerator.cpp44 VehiclePropValue LinearFakeValueGenerator::nextEvent() { in nextEvent() function in android::hardware::automotive::vehicle::V2_0::impl::LinearFakeValueGenerator
DJsonFakeValueGenerator.cpp51 VehiclePropValue JsonFakeValueGenerator::nextEvent() { in nextEvent() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator