Home
last modified time | relevance | path

Searched refs:GeneratorHub (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) in GeneratorHub() function in android::hardware::automotive::vehicle::V2_0::impl::GeneratorHub
32 : mOnHalEvent(onHalEvent), mThread(&GeneratorHub::run, this) {} in GeneratorHub()
34 void GeneratorHub::registerGenerator(int32_t cookie, FakeValueGeneratorPtr generator) { in registerGenerator()
51 void GeneratorHub::unregisterGenerator(int32_t cookie) { in unregisterGenerator()
60 void GeneratorHub::run() { in run()
95 bool GeneratorHub::hasNext(int32_t cookie) { in hasNext()
DGeneratorHub.h44 class GeneratorHub {
60 GeneratorHub(const OnHalEvent& onHalEvent);
61 ~GeneratorHub() = default;
DEmulatedVehicleHal.h88 GeneratorHub mGeneratorHub;
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp68 "impl/vhal_v2_0/GeneratorHub.cpp",