Home
last modified time | relevance | path

Searched refs:mOnHalEvent (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h78 mOnHalEvent = onHalEvent; in init()
90 mOnHalEvent(std::move(v)); in doHalEvent()
101 HalEventFunction mOnHalEvent;
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp32 : mOnHalEvent(onHalEvent), mThread(&GeneratorHub::run, this) {} in GeneratorHub()
82 mOnHalEvent(curEvent.val); in run()
DGeneratorHub.h82 OnHalEvent mOnHalEvent; variable