Searched refs:VehiclePropertyEventInfo (Results 1 – 1 of 1) sorted by relevance
88 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 VehicleHal653 private VehiclePropertyEventInfo(VehiclePropValue event) { in VehiclePropertyEventInfo() method in VehicleHal.VehiclePropertyEventInfo