Searched refs:mSurfaceController (Results 1 – 2 of 2) sorted by relevance
72 private final SurfaceControllerProxy mSurfaceController; field in RemotePreviewSession125 this.mSurfaceController = surfaceController; in RemotePreviewSession()198 mSurfaceController.onSurfaceDestroyed(mSurfaceId); in surfaceDestroyed()291 mSurfaceController.onSurfaceCreated(mSurfaceId, in notifySurfaceCreated()313 mSurfaceController.onSurfaceChanged(mSurfaceId, mSurfaceChangeData.getFormat(), in notifySurfaceChanged()334 mSurfaceController.onMediaPlay(mSurfaceId); in playMedia()354 mSurfaceController.onMediaPause(mSurfaceId); in pauseMedia()364 mSurfaceController.onConfigChange(bundle); in setAudioMuted()
1290 final private CloudMediaSurfaceController mSurfaceController; field in CloudMediaProvider.CloudMediaSurfaceControllerWrapper1293 mSurfaceController = surfaceController; in CloudMediaSurfaceControllerWrapper()1299 mSurfaceController.onPlayerCreate(); in onPlayerCreate()1305 mSurfaceController.onPlayerRelease(); in onPlayerRelease()1312 mSurfaceController.onSurfaceCreated(surfaceId, surface, mediaId); in onSurfaceCreated()1319 mSurfaceController.onSurfaceChanged(surfaceId, format, width, height); in onSurfaceChanged()1325 mSurfaceController.onSurfaceDestroyed(surfaceId); in onSurfaceDestroyed()1331 mSurfaceController.onMediaPlay(surfaceId); in onMediaPlay()1337 mSurfaceController.onMediaPause(surfaceId); in onMediaPause()1344 mSurfaceController.onMediaSeekTo(surfaceId, timestampMillis); in onMediaSeekTo()[all …]