Searched refs:VehiclePropertyEventInfo (Results 1 – 1 of 1) sorted by relevance
141 private final SparseArray<VehiclePropertyEventInfo> mEventLog = new SparseArray<>();368 VehiclePropertyEventInfo info = mEventLog.get(propId); in handleOnPropertyEvent()370 info = new VehiclePropertyEventInfo(v); in handleOnPropertyEvent()1230 VehiclePropertyEventInfo info = mEventLog.valueAt(i); in dump()1537 private static class VehiclePropertyEventInfo { class in VehicleHal1541 private VehiclePropertyEventInfo(HalPropValue event) { in VehiclePropertyEventInfo() method in VehicleHal.VehiclePropertyEventInfo