Searched defs:GeneratorHub (Results 1 – 3 of 3) sorted by relevance
| /hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/ | ||
| D | README.md | 8 ## GeneratorHub section in Fake reference AIDL VHAL implementation libraries |
| /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ | ||
| D | GeneratorHub.cpp | 31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub() function in android::hardware::automotive::vehicle::V2_0::impl::GeneratorHub |
| /hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/ | ||
| D | GeneratorHub.cpp | 32 GeneratorHub::GeneratorHub(OnHalEvent&& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub() function in android::hardware::automotive::vehicle::fake::GeneratorHub |