Home
last modified time | relevance | path

Searched defs:session (Results 1 – 25 of 31) sorted by relevance

12

/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/
DSynchronizedCaptureSessionStateCallbacks.java52 public void onSurfacePrepared(@NonNull SynchronizedCaptureSession session, in onSurfacePrepared()
60 public void onReady(@NonNull SynchronizedCaptureSession session) { in onReady()
67 public void onActive(@NonNull SynchronizedCaptureSession session) { in onActive()
75 public void onCaptureQueueEmpty(@NonNull SynchronizedCaptureSession session) { in onCaptureQueueEmpty()
82 public void onConfigured(@NonNull SynchronizedCaptureSession session) { in onConfigured()
89 public void onConfigureFailed(@NonNull SynchronizedCaptureSession session) { in onConfigureFailed()
96 public void onClosed(@NonNull SynchronizedCaptureSession session) { in onClosed()
103 void onSessionFinished(@NonNull SynchronizedCaptureSession session) { in onSessionFinished()
123 public void onSurfacePrepared(@NonNull SynchronizedCaptureSession session, in onSurfacePrepared()
130 public void onReady(@NonNull SynchronizedCaptureSession session) { in onReady()
[all …]
DCameraCaptureSessionStateCallbacks.java69 public void onConfigured(@NonNull CameraCaptureSession session) { in onConfigured()
73 public void onActive(@NonNull CameraCaptureSession session) { in onActive()
77 public void onClosed(@NonNull CameraCaptureSession session) { in onClosed()
81 public void onReady(@NonNull CameraCaptureSession session) { in onReady()
85 public void onCaptureQueueEmpty(@NonNull CameraCaptureSession session) { in onCaptureQueueEmpty()
89 public void onSurfacePrepared(@NonNull CameraCaptureSession session, in onSurfacePrepared()
94 public void onConfigureFailed(@NonNull CameraCaptureSession session) { in onConfigureFailed()
112 public void onConfigured(@NonNull CameraCaptureSession session) { in onConfigured()
119 public void onActive(@NonNull CameraCaptureSession session) { in onActive()
126 public void onClosed(@NonNull CameraCaptureSession session) { in onClosed()
[all …]
DCamera2CaptureCallbacks.java63 public void onCaptureBufferLost( in onCaptureBufferLost()
71 public void onCaptureCompleted( in onCaptureCompleted()
77 public void onCaptureFailed( in onCaptureFailed()
83 public void onCaptureProgressed( in onCaptureProgressed()
90 public void onCaptureSequenceAborted(@NonNull CameraCaptureSession session, in onCaptureSequenceAborted()
95 public void onCaptureSequenceCompleted( in onCaptureSequenceCompleted()
100 public void onCaptureStarted( in onCaptureStarted()
121 public void onCaptureBufferLost( in onCaptureBufferLost()
130 public void onCaptureCompleted( in onCaptureCompleted()
139 public void onCaptureFailed( in onCaptureFailed()
[all …]
DCameraBurstCaptureCallback.java55 public void onCaptureBufferLost( in onCaptureBufferLost()
64 public void onCaptureCompleted(@NonNull CameraCaptureSession session, in onCaptureCompleted()
72 public void onCaptureFailed(@NonNull CameraCaptureSession session, in onCaptureFailed()
80 public void onCaptureProgressed( in onCaptureProgressed()
89 public void onCaptureStarted( in onCaptureStarted()
100 public void onCaptureSequenceAborted( in onCaptureSequenceAborted()
113 public void onCaptureSequenceCompleted( in onCaptureSequenceCompleted()
163 void onCaptureSequenceCompletedOrAborted( in onCaptureSequenceCompletedOrAborted()
DSynchronizedCaptureSessionBaseImpl.java195 public void onActive(@NonNull CameraCaptureSession session) { in createSessionConfigurationCompat()
203 public void onCaptureQueueEmpty(@NonNull CameraCaptureSession session) { in createSessionConfigurationCompat()
211 public void onSurfacePrepared( in createSessionConfigurationCompat()
220 public void onConfigured(@NonNull CameraCaptureSession session) { in createSessionConfigurationCompat()
239 public void onConfigureFailed(@NonNull CameraCaptureSession session) { in createSessionConfigurationCompat()
258 public void onClosed(@NonNull CameraCaptureSession session) { in createSessionConfigurationCompat()
DCamera2RequestProcessor.java249 public void onCaptureStarted(@NonNull CameraCaptureSession session, in onCaptureStarted()
255 public void onCaptureProgressed(@NonNull CameraCaptureSession session, in onCaptureProgressed()
261 public void onCaptureCompleted(@NonNull CameraCaptureSession session, in onCaptureCompleted()
267 public void onCaptureFailed(@NonNull CameraCaptureSession session, in onCaptureFailed()
274 public void onCaptureSequenceCompleted(@NonNull CameraCaptureSession session, in onCaptureSequenceCompleted()
282 public void onCaptureSequenceAborted(@NonNull CameraCaptureSession session, in onCaptureSequenceAborted()
290 public void onCaptureBufferLost(@NonNull CameraCaptureSession session, in onCaptureBufferLost()
DSynchronizedCaptureSession.java320 void onReady(@NonNull SynchronizedCaptureSession session) { in onReady()
324 void onActive(@NonNull SynchronizedCaptureSession session) { in onActive()
329 void onCaptureQueueEmpty(@NonNull SynchronizedCaptureSession session) { in onCaptureQueueEmpty()
334 void onSurfacePrepared(@NonNull SynchronizedCaptureSession session, in onSurfacePrepared()
339 void onConfigured(@NonNull SynchronizedCaptureSession session) { in onConfigured()
343 public void onConfigureFailed(@NonNull SynchronizedCaptureSession session) { in onConfigureFailed()
362 public void onClosed(@NonNull SynchronizedCaptureSession session) { in onClosed()
384 void onSessionFinished(@NonNull SynchronizedCaptureSession session) { in onSessionFinished()
DCaptureCallbackAdapter.java48 public void onCaptureStarted( in onCaptureStarted()
71 public void onCaptureCompleted( in onCaptureCompleted()
95 public void onCaptureFailed( in onCaptureFailed()
DCaptureSession.java832 (session, sequenceId, isAborted) -> { in issueBurstCaptureRequest() argument
1140 public void onConfigured(@NonNull SynchronizedCaptureSession session) { in onConfigured()
1169 public void onReady(@NonNull SynchronizedCaptureSession session) { in onReady()
1182 public void onSessionFinished(@NonNull SynchronizedCaptureSession session) { in onSessionFinished()
1195 public void onConfigureFailed(@NonNull SynchronizedCaptureSession session) { in onConfigureFailed()
DCaptureSessionRepository.java149 private void forceFinishCloseStaleSessions(@NonNull SynchronizedCaptureSession session) { in forceFinishCloseStaleSessions()
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/
DCameraCaptureSessionCompat.java315 public void onCaptureStarted(final @NonNull CameraCaptureSession session, in onCaptureStarted()
323 public void onCaptureProgressed(final @NonNull CameraCaptureSession session, in onCaptureProgressed()
330 public void onCaptureCompleted(final @NonNull CameraCaptureSession session, in onCaptureCompleted()
336 public void onCaptureFailed(final @NonNull CameraCaptureSession session, in onCaptureFailed()
342 public void onCaptureSequenceCompleted(final @NonNull CameraCaptureSession session, in onCaptureSequenceCompleted()
349 public void onCaptureSequenceAborted(final @NonNull CameraCaptureSession session, in onCaptureSequenceAborted()
356 public void onCaptureBufferLost(final @NonNull CameraCaptureSession session, in onCaptureBufferLost()
377 public void onConfigured(final @NonNull CameraCaptureSession session) { in onConfigured()
382 public void onConfigureFailed(final @NonNull CameraCaptureSession session) { in onConfigureFailed()
387 public void onReady(final @NonNull CameraCaptureSession session) { in onReady()
[all …]
DApiCompat.java71 @NonNull CameraCaptureSession session, in onSurfacePrepared()
92 @NonNull CameraCaptureSession session, in onCaptureBufferLost()
114 @NonNull CameraCaptureSession session) { in onCaptureQueueEmpty()
/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/util/
DSemaphoreReleasingCamera2Callbacks.java111 public void onConfigured(CameraCaptureSession session) { in onConfigured()
116 public void onActive(CameraCaptureSession session) { in onActive()
121 public void onClosed(CameraCaptureSession session) { in onClosed()
126 public void onReady(CameraCaptureSession session) { in onReady()
131 public void onCaptureQueueEmpty(CameraCaptureSession session) { in onCaptureQueueEmpty()
136 public void onSurfacePrepared(CameraCaptureSession session, Surface surface) { in onSurfacePrepared()
141 public void onConfigureFailed(CameraCaptureSession session) { in onConfigureFailed()
195 CameraCaptureSession session, CaptureRequest request, Surface surface, long frame) { in onCaptureBufferLost()
201 CameraCaptureSession session, CaptureRequest request, TotalCaptureResult result) { in onCaptureCompleted()
207 CameraCaptureSession session, CaptureRequest request, CaptureFailure failure) { in onCaptureFailed()
[all …]
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/workaround/
DRequestMonitor.java163 public void onCaptureStarted(@NonNull CameraCaptureSession session, in onCaptureStarted()
169 public void onCaptureSequenceAborted(@NonNull CameraCaptureSession session, in onCaptureSequenceAborted()
175 public void onCaptureCompleted(@NonNull CameraCaptureSession session, in onCaptureCompleted()
181 public void onCaptureFailed(@NonNull CameraCaptureSession session, in onCaptureFailed()
187 public void onCaptureSequenceCompleted(@NonNull CameraCaptureSession session, in onCaptureSequenceCompleted()
DForceCloseCaptureSession.java61 public void onSessionConfigured(@NonNull SynchronizedCaptureSession session, in onSessionConfigured()
121 void run(@NonNull SynchronizedCaptureSession session); in run()
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/impl/
DCameraCallbackMap.kt80 val session: CameraCaptureSession? = in <lambda>() constant
106 val session: CameraCaptureSession? = in <lambda>() constant
142 val session: CameraCaptureSession? = in <lambda>() constant
178 val session: CameraCaptureSession? = in <lambda>() constant
198 val session: CameraCaptureSession? = in <lambda>() constant
223 val session: CameraCaptureSession? = in <lambda>() constant
246 val session: CameraCaptureSession? = in <lambda>() constant
275 val session: CameraCaptureSession? = in <lambda>() constant
/camera/camera-camera2-pipe/src/test/java/androidx/camera/camera2/pipe/graph/
DCameraGraphImplTest.kt166 val session = cameraGraph.acquireSession() in <lambda>() constant
173 val session = cameraGraph.acquireSessionOrNull() in <lambda>() constant
180 val session = cameraGraph.acquireSession() in <lambda>() constant
197 val session = checkNotNull(cameraGraph.acquireSessionOrNull()) in <lambda>() constant
208 val session = checkNotNull(cameraGraph.acquireSessionOrNull()) in <lambda>() constant
219 val session = checkNotNull(cameraGraph.acquireSessionOrNull()) in <lambda>() constant
231 val session = cameraGraph.acquireSessionOrNull() in <lambda>() constant
308 cameraGraph.useSessionIn(testScope) { session -> in <lambda>() method
DCameraGraphSessionImplTest.kt79 private val session = constant in androidx.camera.camera2.pipe.graph.CameraGraphSessionImplTest
/camera/viewfinder/viewfinder-view/src/androidTest/java/androidx/camera/viewfinder/view/
DViewfinderViewTest.kt83 .use { session -> assertThat(session.surface.isValid).isTrue() } in <lambda>() method
94 .use { session -> assertThat(session.surface.isValid).isTrue() } in <lambda>() method
114 .use { session -> in <lambda>() method
137 .use { session -> in <lambda>() method
/camera/camera-camera2-pipe/src/main/java/androidx/camera/camera2/pipe/compat/
DCamera2CameraController.kt210 val session = in <lambda>() constant
249 val session = currentSession in <lambda>() constant
284 val session = currentSession in <lambda>() constant
336 val session: CaptureSessionState? in <lambda>() constant
/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/
DCamera2CaptureCallbacksTest.java51 CameraCaptureSession session = Mockito.mock(CameraCaptureSession.class); in comboCallbackInvokesConstituentCallbacks() local
DCameraCaptureSessionStateCallbacksTest.java50 CameraCaptureSession session = mock(CameraCaptureSession.class); in comboCallbackInvokesConstituentCallbacks() local
/camera/camera-camera2-pipe/src/test/java/androidx/camera/camera2/pipe/compat/
DCameraDeviceWrapperTest.kt96 val session: CameraCaptureSession = mock() in testCreateSecondCaptureSessionDisconnectsAndFinalizesTheFirstOne() constant
/camera/camera-camera2-pipe-testing/src/test/java/androidx/camera/camera2/pipe/testing/
DFrameCaptureTests.kt93 cameraGraph.useSession { session -> in <lambda>() method
/camera/camera-camera2-pipe/src/main/java/androidx/camera/camera2/pipe/graph/
DCameraGraphImpl.kt176 createSessionFromToken(token).use { session -> in <lambda>() method

12