/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/ |
H A D | PreviewStarter.java | 44 private final CameraCaptureSessionCreatedListener mSessionListener; field in PreviewStarter 58 mSessionListener = sessionListener; in PreviewStarter() 91 mSessionListener.onCameraCaptureSessionCreated(captureSession, surface); in startPreview()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | RemoteController.java | 69 private MediaSessionManager.OnActiveSessionsChangedListener mSessionListener; field in RemoteController 128 mSessionListener = new TopTransportSessionListener(); in RemoteController() 541 mSessionManager.addOnActiveSessionsChangedListener(mSessionListener, listenerComponent, in startListeningToSessions() 543 mSessionListener.onActiveSessionsChanged(mSessionManager in startListeningToSessions() 555 mSessionManager.removeOnActiveSessionsChangedListener(mSessionListener); in stopListeningToSessions()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
H A D | Camera2SurfaceViewTestCase.java | 115 protected BlockingSessionCallback mSessionListener; field in Camera2SurfaceViewTestCase 236 mSessionListener = new BlockingSessionCallback(); in configurePreviewOutput() 237 mSession = configureCameraSession(mCamera, outputSurfaces, mSessionListener, mHandler); in configurePreviewOutput() 641 mSessionListener = null; in closeDevice() 712 mSessionListener = new BlockingSessionCallback(); in prepareCaptureAndStartPreview() 713 mSession = configureCameraSession(mCamera, outputSurfaces, mSessionListener, mHandler); in prepareCaptureAndStartPreview()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2SwitchPreviewTest.java | 533 mSessionListener = new BlockingSessionCallback(); in prepareVideoPreview() 534 mSession = configureCameraSession(mCamera, outputSurfaces, mSessionListener, mHandler); in prepareVideoPreview() 567 mSessionListener = new BlockingSessionCallback(); in prepareCapturePreview() 568 mSession = configureCameraSession(mCamera, outputSurfaces, mSessionListener, mHandler); in prepareCapturePreview()
|
H A D | Camera2RecordingTest.java | 321 mSessionListener = new BlockingSessionCallback(); in startSlowMotionRecording() 323 mSessionListener, mHandler); in startSlowMotionRecording() 878 mSessionListener = new BlockingSessionCallback(); in startRecording() 892 mSession = configureCameraSessionWithParameters(mCamera, outputSurfaces, mSessionListener, in startRecording() 911 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
|
H A D | Camera2StillCaptureTest.java | 413 mSessionListener = new BlockingSessionCallback(); in fullRawCaptureTestByCamera() 415 mSessionListener, mHandler); in fullRawCaptureTestByCamera()
|
H A D | Camera2ReprocessCaptureTest.java | 552 mSessionListener.getStateWaiter().waitForState( in testReprocessAbort() 901 mSessionListener = new BlockingSessionCallback(); in setupReprocessableSession() 903 mSessionListener, mHandler); in setupReprocessableSession()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | BrightLineFalsingManager.java | 87 private final SessionListener mSessionListener = new SessionListener() { field in BrightLineFalsingManager 190 mDataProvider.addSessionListener(mSessionListener); in BrightLineFalsingManager() 429 mDataProvider.removeSessionListener(mSessionListener); in cleanupInternal()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | CameraActivity.java | 887 private final SessionListener mSessionListener = field in CameraActivity 1604 getServices().getCaptureSessionManager().addSessionListener(mSessionListener); in onCreateTasks() 2161 getServices().getCaptureSessionManager().fillTemporarySession(mSessionListener); in fillTemporarySessions() 2218 getServices().getCaptureSessionManager().removeSessionListener(mSessionListener); in onDestroyTasks()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 32381 Landroid/media/RemoteController;->mSessionListener:Landroid/media/session/MediaSessionManager$OnAct…
|