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.java141 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 VehicleHal
1541 private VehiclePropertyEventInfo(HalPropValue event) { in VehiclePropertyEventInfo() method in VehicleHal.VehiclePropertyEventInfo