Searched defs:surfaceId (Results 1 – 5 of 5) sorted by relevance
/cts/tests/PhotoPicker/src/android/photopicker/cts/cloudproviders/ |
D | CloudProviderPrimary.java | 120 public static void setPlaybackState(int surfaceId, int state) { in setPlaybackState() 151 public void onSurfaceCreated(int surfaceId, @NonNull Surface surface, in onSurfaceCreated() 160 public void onSurfaceChanged(int surfaceId, int format, int width, int height) { in onSurfaceChanged() 167 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() 173 public void onMediaPlay(int surfaceId) { in onMediaPlay() 179 public void onMediaPause(int surfaceId) { in onMediaPause() 185 public void onMediaSeekTo(int surfaceId, long timestampMillis) { in onMediaSeekTo() 202 public void sendPlaybackEvent(int surfaceId, int state) { in sendPlaybackEvent()
|
/cts/tests/PhotoPicker/src/android/photopicker/cts/ |
D | RemoteVideoPreviewTest.java | 152 final int surfaceId = 0; in testBasicVideoPreview() local 220 int surfaceId = 0; in testSwipeImageVideoPreview() local 273 final int surfaceId = 0; in testVideoPreviewRetriableError() local 312 private void verifyInitialVideoPreviewSetup(int surfaceId, String mediaId) { in verifyInitialVideoPreviewSetup() 326 private void verifyPlaybackStartedWhenPlayerReady(int surfaceId) throws Exception { in verifyPlaybackStartedWhenPlayerReady() 333 private void verifyProgressIndicatorShowsWhenBuffering(int surfaceId) throws Exception { in verifyProgressIndicatorShowsWhenBuffering() 342 private void verifySnackbarShowsWhenPermanentError(int surfaceId) throws Exception { in verifySnackbarShowsWhenPermanentError() 350 private void verifyAlertDialogShowsWhenRetriableError(int surfaceId) throws Exception { in verifyAlertDialogShowsWhenRetriableError() 368 private void verifyAlertDialogRetry(int surfaceId) throws Exception { in verifyAlertDialogRetry()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderDetachedSurfaceTest.java | 261 private void getAllImagesInRenderQueue(int surfaceId, int targetFrames) { in getAllImagesInRenderQueue() 310 int surfaceId = MAX_ACTIVE_SURFACES - 1; in testSetOutputSurface() local 371 int surfaceId = 0; in testFeatureDetachedSurface() local 444 int surfaceId = 0; in testDetachOutputSurface() local
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | ImageSurface.java | 60 public ImageAndAttributes(Image image, int surfaceId) { in ImageAndAttributes() 113 int surfaceId, Function<ImageAndAttributes, Boolean> predicate) { in createSurface()
|
D | CodecTestBase.java | 1524 int surfaceId, Function<ImageSurface.ImageAndAttributes, Boolean> predicate) { in setUpSurface()
|