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 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()
DGeneratorHub.h44 class GeneratorHub {
60 GeneratorHub(const OnHalEvent& onHalEvent);
61 ~GeneratorHub();
DVehicleHalServer.cpp93 GeneratorHub* VehicleHalServer::getGenerator() { in getGenerator()
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp94 "impl/vhal_v2_0/GeneratorHub.cpp",
151 "impl/vhal_v2_0/GeneratorHub.cpp",