Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/preview/video/
DVideoUi.kt214 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()
DRemoteSurfaceController.kt78 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/
DSurfaceControllerProxy.java58 void onSurfaceDestroyed(int surfaceId) throws RemoteException { in onSurfaceDestroyed() method in SurfaceControllerProxy
59 mController.onSurfaceDestroyed(surfaceId); in onSurfaceDestroyed()
DRemoteSurfaceController.java207 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed() method in RemoteSurfaceController
DRemotePreviewSession.java198 mSurfaceController.onSurfaceDestroyed(mSurfaceId); in surfaceDestroyed()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DRemoteVideoPreviewProvider.java148 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/
DVideoSurfaceDelegate.java26 void onSurfaceDestroyed(VideoSurfaceTexture videoCallSurface); in onSurfaceDestroyed() method
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DICloudMediaSurfaceController.aidl31 void onSurfaceDestroyed(int surfaceId); in onSurfaceDestroyed() method
DCloudMediaProvider.java689 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/
DVideoSurfaceTextureImpl.java228 delegate.onSurfaceDestroyed(VideoSurfaceTextureImpl.this); in onSurfaceTextureDestroyed()
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java1202 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/
DPreviewFeatureTest.kt271 override fun onSurfaceDestroyed(surfaceId: Int) { in setup() method
272 mockCloudMediaSurfaceController.onSurfaceDestroyed(surfaceId) in setup()
DPreviewViewModelTest.kt437 override fun onSurfaceDestroyed(surfaceId: Int) {} in testRemotePreviewControllersAreDestroyed() method
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt40 method public abstract void onSurfaceDestroyed(int);