HomeSort by relevance Sort by last modified time
    Searched refs:onHalEvent (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleHal.h 78 const HalEventFunction& onHalEvent,
81 mOnHalEvent = onHalEvent;
VehicleHalManager.h 83 void onHalEvent(VehiclePropValuePtr v);
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
FakeValueGenerator.h 48 using OnHalEvent = std::function<void(int32_t propId, float value)>;
50 FakeValueGenerator(const OnHalEvent& onHalEvent) :
51 mOnHalEvent(onHalEvent),
111 OnHalEvent mOnHalEvent;
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 196 std::bind(&VehicleHalManager::onHalEvent, this, _1),
220 void VehicleHalManager::onHalEvent(VehiclePropValuePtr v) {

Completed in 422 milliseconds