Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h75 const HalEventFunction& onHalEvent, in init() argument
78 mOnHalEvent = onHalEvent; in init()
DVehicleHalManager.h83 void onHalEvent(VehiclePropValuePtr v);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) in GeneratorHub() argument
32 : mOnHalEvent(onHalEvent), mThread(&GeneratorHub::run, this) {} in GeneratorHub()
DGeneratorHub.h60 GeneratorHub(const OnHalEvent& onHalEvent);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp187 std::bind(&VehicleHalManager::onHalEvent, this, _1), in init()
211 void VehicleHalManager::onHalEvent(VehiclePropValuePtr v) { in onHalEvent() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager