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.java87 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 VehicleHal
652 private VehiclePropertyEventInfo(VehiclePropValue event) { in VehiclePropertyEventInfo() method in VehicleHal.VehiclePropertyEventInfo