Searched refs:nextEvent (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ | ||
D | GeneratorHub.cpp | 42 mEventQueue.push({cookie, generator->nextEvent()}); in registerGenerator() |
D | LinearFakeValueGenerator.h | 49 VehiclePropValue nextEvent(); |
D | FakeValueGenerator.h | 34 virtual VehiclePropValue nextEvent() = 0; |
D | JsonFakeValueGenerator.h | 46 VehiclePropValue nextEvent(); |
D | LinearFakeValueGenerator.cpp | 44 VehiclePropValue LinearFakeValueGenerator::nextEvent() { in nextEvent() function in android::hardware::automotive::vehicle::V2_0::impl::LinearFakeValueGenerator |
D | JsonFakeValueGenerator.cpp | 51 VehiclePropValue JsonFakeValueGenerator::nextEvent() { in nextEvent() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator |