Searched refs:CarEvsServiceType (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/car-lib/src/android/car/evs/ |
D | CarEvsManager.java | 170 public @interface CarEvsServiceType {} annotation in CarEvsManager 459 default void onStreamEvent(@CarEvsServiceType int origin, @CarEvsStreamEvent int event) { in onStreamEvent() 491 public void onStreamEvent(@CarEvsServiceType int origin, @CarEvsStreamEvent int event) { in onStreamEvent() 518 public boolean waitForStreamEvent(@CarEvsServiceType int from, in waitForStreamEvent() 523 public boolean waitForStreamEvent(@CarEvsServiceType int from, in waitForStreamEvent() 567 private void handleStreamEvent(@CarEvsServiceType int origin, @CarEvsStreamEvent int event) { in handleStreamEvent() 574 private void handleStreamEventLocked(@CarEvsServiceType int origin, in handleStreamEventLocked() 592 private void handleStreamEventLocked(@CarEvsServiceType int origin, in handleStreamEventLocked() 679 private void stopVideoStreamLocked(@CarEvsServiceType int type) { in stopVideoStreamLocked() 748 public @CarEvsError int startActivity(@CarEvsServiceType int type) { in startActivity() [all …]
|
D | CarEvsStatus.java | 26 import android.car.evs.CarEvsManager.CarEvsServiceType; 55 private final @CarEvsServiceType int mServiceType; 64 public CarEvsStatus(@CarEvsServiceType int type, @CarEvsServiceState int state) { in CarEvsStatus() 106 public @CarEvsServiceType int getServiceType() { in getServiceType()
|
D | CarEvsBufferDescriptor.java | 30 import android.car.evs.CarEvsManager.CarEvsServiceType; 66 private final @CarEvsServiceType int mType; 91 public CarEvsBufferDescriptor(int id, @CarEvsServiceType int type, in CarEvsBufferDescriptor() 170 public @CarEvsServiceType int getType() { in getType()
|
/packages/services/Car/car-lib/src/com/android/car/internal/evs/ |
D | CarEvsUtils.java | 30 import android.car.evs.CarEvsManager.CarEvsServiceType; 48 public static @CarEvsServiceType int convertToServiceType(String type) { in convertToServiceType() 74 public static String convertToString(@CarEvsServiceType int type) { in convertToString() 107 public static @CarEvsServiceType int getTag(int value) { in getTag()
|
/packages/services/Car/service/src/com/android/car/evs/ |
D | CarEvsService.java | 38 import android.car.evs.CarEvsManager.CarEvsServiceType; 120 public EvsHalEvent(long timestamp, @CarEvsServiceType int type, boolean on) { in EvsHalEvent() 130 public @CarEvsServiceType int getServiceType() { in getServiceType() 371 public void onEvent(@CarEvsServiceType int type, boolean on) { in onEvent() 610 public @CarEvsError int startVideoStream(@CarEvsServiceType int type, @Nullable IBinder token, in startVideoStream() 676 public void stopVideoStreamFrom(@CarEvsServiceType int type, in stopVideoStreamFrom() 730 public CarEvsStatus getCurrentStatus(@CarEvsServiceType int type) { in getCurrentStatus() 785 public boolean isSupported(@CarEvsServiceType int type) { in isSupported() 846 @CarEvsServiceType int serviceType = CarEvsUtils.convertToServiceType(type); in setCameraIdFromCommand() 893 @CarEvsServiceType int serviceType = CarEvsUtils.convertToServiceType(type); in getCameraIdFromCommand() [all …]
|
D | CarEvsServiceUtils.java | 32 import android.car.evs.CarEvsManager.CarEvsServiceType; 91 private final @CarEvsServiceType int mServiceType; 109 @CarEvsServiceType int getType() { return mServiceType; } in getType() 122 @CarEvsServiceType int serviceType = INVALID_SERVICE_TYPE; in parse()
|
D | StateMachine.java | 37 import android.car.evs.CarEvsManager.CarEvsServiceType; 101 private final @CarEvsServiceType int mServiceType; 311 ComponentName activityName, @CarEvsServiceType int type, String cameraId) { in StateMachine() 316 ComponentName activityName, @CarEvsServiceType int type, String cameraId, in StateMachine()
|
/packages/services/Car/tests/CarEvsMultiCameraPreviewApp/src/com/google/android/car/evs/multi/ |
D | CarEvsCameraClient.java | 26 import android.car.evs.CarEvsManager.CarEvsServiceType; 128 @CarEvsServiceType int type = desc.getType(); in onNewFrame() 142 private final @CarEvsServiceType int mType; 144 SurfaceViewBufferHandler(@CarEvsServiceType int type) { in SurfaceViewBufferHandler()
|
D | CarEvsMultiCameraPreviewActivity.java | 25 import android.car.evs.CarEvsManager.CarEvsServiceType;
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | EvsHalService.java | 28 import android.car.evs.CarEvsManager.CarEvsServiceType; 82 void onEvent(@CarEvsServiceType int id, boolean on); in onEvent() 193 @CarEvsServiceType int type; in dispatchHalEvents()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/ |
D | CarEvsServiceUnitTest.java | 56 import android.car.evs.CarEvsManager.CarEvsServiceType; 1581 public boolean waitFor(@CarEvsServiceType int type, int expected) { in waitFor() 1585 public boolean waitFor(@CarEvsServiceType int type, int expected, int timeout) { in waitFor() 1625 public void onStreamEvent(@CarEvsServiceType int origin, @CarEvsStreamEvent int event) { in onStreamEvent()
|