Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/evs/
DCarEvsStatus.java24 import android.car.evs.CarEvsManager.CarEvsServiceType;
51 private final @CarEvsServiceType int mServiceType;
60 public CarEvsStatus(@CarEvsServiceType int type, @CarEvsServiceState int state) { in CarEvsStatus()
101 public @CarEvsServiceType int getServiceType() { in getServiceType()
DCarEvsManager.java95 public @interface CarEvsServiceType {} annotation in CarEvsManager
496 public @CarEvsError int startActivity(@CarEvsServiceType int type) { in startActivity()
537 @CarEvsServiceType int type, in startVideoStream()
635 public boolean isSupported(@CarEvsServiceType int type) { in isSupported()
/packages/services/Car/service/src/com/android/car/hal/
DEvsHalService.java25 import android.car.evs.CarEvsManager.CarEvsServiceType;
65 private @CarEvsServiceType int mLastServiceTypeRequested;
79 void onEvent(@CarEvsServiceType int id, boolean on); in onEvent()
172 @CarEvsServiceType int type = rawServiceType == EvsServiceType.REARVIEW ? in dispatchHalEvents()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java38 import android.car.evs.CarEvsManager.CarEvsServiceType;
133 public EvsHalEvent(long timestamp, @CarEvsServiceType int type, boolean on) { in EvsHalEvent()
143 public @CarEvsServiceType int getServiceType() { in getServiceType()
303 public @CarEvsServiceType int getServiceType() { in getServiceType()
604 @CarEvsServiceType int service, ICarEvsStreamCallback callback) { in startServiceAndVideoStream()
703 public void onEvent(@CarEvsServiceType int type, boolean on) { in onEvent()
894 public @CarEvsError int startVideoStream(@CarEvsServiceType int type, @Nullable IBinder token, in startVideoStream()
1036 public boolean isSupported(@CarEvsServiceType int type) { in isSupported()
1125 private boolean startService(@CarEvsServiceType int type) { in startService()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarEvsManagerTest.java27 import android.car.evs.CarEvsManager.CarEvsServiceType;