OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCaptureSession
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java
80
CameraCaptureSession
mCaptureSession
;
156
if (
mCaptureSession
!= null) {
157
mCaptureSession
.close();
158
mCaptureSession
= null;
185
if (
mCaptureSession
!= null) {
192
mCaptureSession
.capture(requester.build(), /*listener*/null, /*handler*/null);
345
mCaptureSession
= session;
374
mCaptureSession
= null;
/developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java
153
private CameraCaptureSession
mCaptureSession
;
510
if (null !=
mCaptureSession
) {
511
mCaptureSession
.close();
512
mCaptureSession
= null;
583
mCaptureSession
= cameraCaptureSession;
594
mCaptureSession
.setRepeatingRequest(mPreviewRequest,
660
mCaptureSession
.setRepeatingRequest(mPreviewRequestBuilder.build(), mCaptureCallback,
678
mCaptureSession
.capture(mPreviewRequestBuilder.build(), mCaptureCallback,
721
mCaptureSession
.stopRepeating();
722
mCaptureSession
.capture(captureBuilder.build(), CaptureCallback, null)
[
all
...]
/developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java
153
private CameraCaptureSession
mCaptureSession
;
510
if (null !=
mCaptureSession
) {
511
mCaptureSession
.close();
512
mCaptureSession
= null;
583
mCaptureSession
= cameraCaptureSession;
594
mCaptureSession
.setRepeatingRequest(mPreviewRequest,
660
mCaptureSession
.setRepeatingRequest(mPreviewRequestBuilder.build(), mCaptureCallback,
678
mCaptureSession
.capture(mPreviewRequestBuilder.build(), mCaptureCallback,
721
mCaptureSession
.stopRepeating();
722
mCaptureSession
.capture(captureBuilder.build(), CaptureCallback, null)
[
all
...]
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java
152
private CameraCaptureSession
mCaptureSession
;
483
if (null !=
mCaptureSession
) {
484
mCaptureSession
.close();
485
mCaptureSession
= null;
556
mCaptureSession
= cameraCaptureSession;
567
mCaptureSession
.setRepeatingRequest(mPreviewRequest,
636
mCaptureSession
.setRepeatingRequest(mPreviewRequestBuilder.build(), mCaptureCallback,
654
mCaptureSession
.capture(mPreviewRequestBuilder.build(), mCaptureCallback,
697
mCaptureSession
.stopRepeating();
698
mCaptureSession
.capture(captureBuilder.build(), CaptureCallback, null)
[
all
...]
/packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java
207
private CameraCaptureSession
mCaptureSession
;
330
mCaptureSession
.capture(request, mAutoFocusStateListener, mCameraHandler);
368
mCaptureSession
.abortCaptures();
469
if (
mCaptureSession
!= null) {
470
mCaptureSession
.abortCaptures();
471
mCaptureSession
= null;
486
mCaptureSession
= session;
544
mCaptureSession
.setRepeatingRequest(builder.build(), mAutoFocusStateListener,
568
mCaptureSession
.capture(builder.build(), mAutoFocusStateListener, mCameraHandler);
OneCameraZslImpl.java
150
private CameraCaptureSession
mCaptureSession
;
542
mCaptureSession
.abortCaptures();
640
if (
mCaptureSession
!= null) {
641
mCaptureSession
.abortCaptures();
642
mCaptureSession
= null;
656
mCaptureSession
= session;
745
mCaptureSession
.setRepeatingRequest(builder.build(), mCaptureManager,
[
all
...]
/frameworks/av/services/soundtrigger/
SoundTriggerHwService.h
77
audio_session_t
mCaptureSession
;
/frameworks/base/core/java/android/service/voice/
AlwaysOnHotwordDetector.java
210
private final int
mCaptureSession
;
220
mCaptureSession
= captureSession;
272
return
mCaptureSession
;
Completed in 2656 milliseconds