Searched refs:captureSession (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java558 public final int captureSession; field in class:SoundTrigger.RecognitionEvent
574 int captureSession, int captureDelayMs, int capturePreambleMs,
579 this.captureSession = captureSession;
602 int captureSession = in.readInt();
618 return new RecognitionEvent(status, soundModelHandle, captureAvailable, captureSession,
632 dest.writeInt(captureSession);
654 result = prime * result + captureSession;
682 if (captureSession != other.captureSession)
573 RecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, int captureSession, int captureDelayMs, int capturePreambleMs, boolean triggerInData, AudioFormat captureFormat, byte[] data) argument
978 KeyphraseRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, int captureSession, int captureDelayMs, int capturePreambleMs, boolean triggerInData, AudioFormat captureFormat, byte[] data, KeyphraseRecognitionExtra[] keyphraseExtras) argument
1096 GenericRecognitionEvent(int status, int soundModelHandle, boolean captureAvailable, int captureSession, int captureDelayMs, int capturePreambleMs, boolean triggerInData, AudioFormat captureFormat, byte[] data) argument
[all...]
/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetector.java112 // Indicates if {@code captureSession} can be used to continue capturing more audio
123 AudioFormat audioFormat, int captureSession, byte[] data) {
126 mCaptureSession = captureSession;
321 event.captureFormat, event.captureSession, event.data))
122 EventPayload(boolean triggerAvailable, boolean captureAvailable, AudioFormat audioFormat, int captureSession, byte[] data) argument
/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java207 // Indicates if {@code captureSession} can be used to continue capturing more audio
218 AudioFormat audioFormat, int captureSession, byte[] data) {
221 mCaptureSession = captureSession;
628 event.captureFormat, event.captureSession, event.data))
217 EventPayload(boolean triggerAvailable, boolean captureAvailable, AudioFormat audioFormat, int captureSession, byte[] data) argument
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.cpp588 event->capture_session = halEvent->captureSession;

Completed in 122 milliseconds