/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/preview/video/ |
D | VideoUi.kt | 214 onSurfaceDestroyed = { controller.onSurfaceDestroyed(surfaceId) }, in VideoUi() 261 onSurfaceDestroyed: () -> Unit, in VideoPlayer() 274 onSurfaceDestroyed = onSurfaceDestroyed, in VideoPlayer() 330 onSurfaceDestroyed: () -> Unit, in VideoSurfaceView() 374 onSurfaceDestroyed() in VideoSurfaceView()
|
D | RemoteSurfaceController.kt | 78 override fun onSurfaceDestroyed(surfaceId: Int) { in onSurfaceDestroyed() method in com.android.photopicker.features.preview.RemoteSurfaceController 79 wrapped.onSurfaceDestroyed(surfaceId) in onSurfaceDestroyed()
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/remotepreview/ |
D | SurfaceControllerProxy.java | 58 void onSurfaceDestroyed(int surfaceId) throws RemoteException { in onSurfaceDestroyed() method in SurfaceControllerProxy 59 mController.onSurfaceDestroyed(surfaceId); in onSurfaceDestroyed()
|
D | RemoteSurfaceController.java | 207 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() method in RemoteSurfaceController
|
D | RemotePreviewSession.java | 198 mSurfaceController.onSurfaceDestroyed(mSurfaceId); in surfaceDestroyed()
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ |
D | RemoteVideoPreviewProvider.java | 148 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() method in RemoteVideoPreviewProvider.SurfaceControllerProxy 150 mController.onSurfaceDestroyed(surfaceId); in onSurfaceDestroyed()
|
/packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/ |
D | VideoSurfaceDelegate.java | 26 void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface); in onSurfaceDestroyed() method
|
/packages/providers/MediaProvider/apex/framework/java/android/provider/ |
D | ICloudMediaSurfaceController.aidl | 31 void onSurfaceDestroyed(int surfaceId); in onSurfaceDestroyed() method
|
D | CloudMediaProvider.java | 689 public abstract void onSurfaceDestroyed(int surfaceId); in onSurfaceDestroyed() method in CloudMediaProvider.CloudMediaSurfaceController 888 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() method in CloudMediaProvider.CloudMediaSurfaceControllerWrapper 890 mSurfaceController.onSurfaceDestroyed(surfaceId); in onSurfaceDestroyed()
|
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/ |
D | VideoSurfaceTextureImpl.java | 228 delegate.onSurfaceDestroyed(VideoSurfaceTextureImpl.this); in onSurfaceTextureDestroyed()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | VideoCallPresenter.java | 1202 public void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface) { in onSurfaceDestroyed() method in VideoCallPresenter.LocalDelegate 1248 public void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface) {} in onSurfaceDestroyed() method in VideoCallPresenter.RemoteDelegate
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/ |
D | PreviewFeatureTest.kt | 271 override fun onSurfaceDestroyed(surfaceId: Int) { in setup() method 272 mockCloudMediaSurfaceController.onSurfaceDestroyed(surfaceId) in setup()
|
D | PreviewViewModelTest.kt | 437 override fun onSurfaceDestroyed(surfaceId: Int) {} in testRemotePreviewControllersAreDestroyed() method
|
/packages/providers/MediaProvider/apex/framework/api/ |
D | current.txt | 40 method public abstract void onSurfaceDestroyed(int);
|