Home
last modified time | relevance | path

Searched refs:OnHalEvent (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.h57 using OnHalEvent = std::function<void(const VehiclePropValue& event)>; variable
60 GeneratorHub(const OnHalEvent& onHalEvent);
82 OnHalEvent mOnHalEvent;
DGeneratorHub.cpp31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) in GeneratorHub()