Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java88 private final HashMap<Integer, VehiclePropertyEventInfo> mEventLog = new HashMap<>();
433 VehiclePropertyEventInfo info = mEventLog.get(v.prop); in onPropertyEvent()
435 info = new VehiclePropertyEventInfo(v); in onPropertyEvent()
475 for (VehiclePropertyEventInfo info : mEventLog.values()) { in dump()
649 private static class VehiclePropertyEventInfo { class in VehicleHal
653 private VehiclePropertyEventInfo(VehiclePropValue event) { in VehiclePropertyEventInfo() method in VehicleHal.VehiclePropertyEventInfo