Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A 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 GeneratorHub::~GeneratorHub() { in ~GeneratorHub()
42 void GeneratorHub::registerGenerator(int32_t cookie, FakeValueGeneratorPtr generator) { in registerGenerator()
59 void GeneratorHub::unregisterGenerator(int32_t cookie) { in unregisterGenerator()
68 void GeneratorHub::run() { in run()
106 bool GeneratorHub::hasNext(int32_t cookie) { in hasNext()
H A DGeneratorHub.h44 class GeneratorHub {
60 GeneratorHub(const OnHalEvent& onHalEvent);
61 ~GeneratorHub();
H A DVehicleHalServer.h48 GeneratorHub* getGenerator();
62 GeneratorHub mGeneratorHub{
H A DVehicleHalServer.cpp93 GeneratorHub* VehicleHalServer::getGenerator() { in getGenerator()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/
H A DAndroid.bp94 "impl/vhal_v2_0/GeneratorHub.cpp",
151 "impl/vhal_v2_0/GeneratorHub.cpp",