Home
last modified time | relevance | path

Searched refs:mCaptureSession (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/musicrecognition/
H A DRecognitionRequest.java42 private final int mCaptureSession; field in RecognitionRequest
49 mCaptureSession = b.mCaptureSession; in RecognitionRequest()
65 return mCaptureSession; in getCaptureSession()
91 private int mCaptureSession = MediaRecorder.AudioSource.MIC; field in RecognitionRequest.Builder
112 mCaptureSession = captureSession; in setCaptureSession()
149 dest.writeInt(mCaptureSession); in writeToParcel()
157 mCaptureSession = in.readInt(); in RecognitionRequest()
/aosp14/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java80 CameraCaptureSession mCaptureSession; field in CameraTooActivity
156 if (mCaptureSession != null) { in onPause()
157 mCaptureSession.close(); in onPause()
158 mCaptureSession = null; in onPause()
185 if (mCaptureSession != null) { in onClickOnSurfaceView()
192 mCaptureSession.capture(requester.build(), /*listener*/null, /*handler*/null); in onClickOnSurfaceView()
345 mCaptureSession = session;
374 mCaptureSession = null;
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraAdvancedExtensionSessionImpl.java98 private CameraCaptureSession mCaptureSession = null; field in CameraAdvancedExtensionSessionImpl
514 mCaptureSession.stopRepeating(); in stopRepeating()
532 mCaptureSession.stopRepeating(); in close()
545 mCaptureSession.close(); in close()
584 if (mInitialized || (mCaptureSession != null)) { in release()
600 mCaptureSession = null; in release()
651 mCaptureSession = session; in onConfigured()
711 mCaptureSession.close(); in onFailure()
1070 seqId = mCaptureSession.captureBurstRequests(captureRequests, in submitBurst()
1114 mCaptureSession.abortCaptures(); in abortCaptures()
[all …]
H A DCameraExtensionSessionImpl.java97 private CameraCaptureSession mCaptureSession = null; field in CameraExtensionSessionImpl
709 seqId = mCaptureSession.captureBurstRequests(burstRequest, in capture()
774 mCaptureSession.stopRepeating(); in stopRepeating()
784 mCaptureSession.stopRepeating(); in close()
809 mCaptureSession.capture(disableRequest, in close()
815 mCaptureSession.close(); in close()
840 mCaptureSession.capture(initialRequest, requestHandler, mHandler); in setInitialCaptureRequest()
881 if (mInitialized || (mCaptureSession != null)) { in release()
930 mCaptureSession = null; in release()
997 mCaptureSession = session; in onConfigured()
[all …]
/aosp14/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetector.java157 private final int mCaptureSession; field in SoundTriggerDetector.EventPayload
167 mCaptureSession = captureSession; in EventPayload()
239 return mCaptureSession; in getCaptureSession()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java422 private final int mCaptureSession; field in AlwaysOnHotwordDetector.EventPayload
444 mCaptureSession = captureSession; in EventPayload()
534 return mCaptureSession; in getCaptureSession()
603 private int mCaptureSession = -1; field in AlwaysOnHotwordDetector.EventPayload.Builder
651 mCaptureSession = captureSession; in setCaptureSession()
753 return new EventPayload(mCaptureAvailable, mAudioFormat, mCaptureSession, in build()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt30467 Landroid/media/soundtrigger/SoundTriggerDetector$EventPayload;->mCaptureSession:I
50496 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mCaptureSession:I