Home
last modified time | relevance | path

Searched refs:captureSession (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java493 public final int captureSession; field in SoundTrigger.RecognitionEvent
509 int captureSession, int captureDelayMs, int capturePreambleMs, in RecognitionEvent() argument
514 this.captureSession = captureSession; in RecognitionEvent()
537 int captureSession = in.readInt(); in fromParcel() local
553 return new RecognitionEvent(status, soundModelHandle, captureAvailable, captureSession, in fromParcel()
567 dest.writeInt(captureSession); in writeToParcel()
589 result = prime * result + captureSession; in hashCode()
617 if (captureSession != other.captureSession) in equals()
640 + captureSession + ", captureDelayMs=" + captureDelayMs in toString()
907 int captureSession, int captureDelayMs, int capturePreambleMs, in KeyphraseRecognitionEvent() argument
[all …]
/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java217 AudioFormat audioFormat, int captureSession, byte[] data) { in EventPayload() argument
220 mCaptureSession = captureSession; in EventPayload()
627 event.captureFormat, event.captureSession, event.data)) in onDetected()