Searched refs:VehiclePropertyEventInfo (Results 1 – 1 of 1) sorted by relevance
87 private final HashMap<Integer, VehiclePropertyEventInfo> mEventLog = new HashMap<>();432 VehiclePropertyEventInfo info = mEventLog.get(v.prop); in onPropertyEvent()434 info = new VehiclePropertyEventInfo(v); in onPropertyEvent()474 for (VehiclePropertyEventInfo info : mEventLog.values()) { in dump()648 private static class VehiclePropertyEventInfo { class in VehicleHal652 private VehiclePropertyEventInfo(VehiclePropValue event) { in VehiclePropertyEventInfo() method in VehicleHal.VehiclePropertyEventInfo