Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleHal.h95 const HalEventFunction& onHalEvent, in init() argument
98 mOnHalEvent = onHalEvent; in init()
H A DVehicleHalManager.h88 void onHalEvent(VehiclePropValuePtr v);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DGeneratorHub.cpp31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) in GeneratorHub() argument
32 : mOnHalEvent(onHalEvent), mThread(&GeneratorHub::run, this) {} in GeneratorHub()
H A DGeneratorHub.h60 GeneratorHub(const OnHalEvent& onHalEvent);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp425 std::bind(&VehicleHalManager::onHalEvent, this, _1), in init()
449 void VehicleHalManager::onHalEvent(VehiclePropValuePtr v) { in onHalEvent() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager