Home
last modified time | relevance | path

Searched refs:EvsHalEvent (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java115 static final class EvsHalEvent { class in CarEvsService
120 public EvsHalEvent(long timestamp, @CarEvsServiceType int type, boolean on) { in EvsHalEvent() method in CarEvsService.EvsHalEvent
286 private EvsHalEvent mLastEvsHalEvent = new EvsHalEvent(/* timestamp= */ 0,
385 mLastEvsHalEvent = new EvsHalEvent(SystemClock.elapsedRealtimeNanos(), type, on); in onEvent()
1040 mLastEvsHalEvent = new EvsHalEvent(timestamp, type, on); in setLastEvsHalEvent()
1085 mLastEvsHalEvent = new EvsHalEvent(timestamp, CarEvsManager.SERVICE_TYPE_REARVIEW, in handlePropertyEvent()