Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java558 public final int captureSession; field in SoundTrigger.RecognitionEvent
574 int captureSession, int captureDelayMs, int capturePreambleMs, in RecognitionEvent() argument
579 this.captureSession = captureSession; in RecognitionEvent()
602 int captureSession = in.readInt(); in fromParcel() local
618 return new RecognitionEvent(status, soundModelHandle, captureAvailable, captureSession, in fromParcel()
632 dest.writeInt(captureSession); in writeToParcel()
654 result = prime * result + captureSession; in hashCode()
682 if (captureSession != other.captureSession) in equals()
712 + captureSession + ", captureDelayMs=" + captureDelayMs in toString()
979 int captureSession, int captureDelayMs, int capturePreambleMs, in KeyphraseRecognitionEvent() argument
[all …]
/frameworks/base/media/java/android/media/soundtrigger/
DSoundTriggerDetector.java123 AudioFormat audioFormat, int captureSession, byte[] data) { in EventPayload() argument
126 mCaptureSession = captureSession; in EventPayload()
303 event.captureFormat, event.captureSession, event.data)) in onGenericSoundTriggerDetected()
/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java218 AudioFormat audioFormat, int captureSession, byte[] data) { in EventPayload() argument
221 mCaptureSession = captureSession; in EventPayload()
628 event.captureFormat, event.captureSession, event.data)) in onKeyphraseDetected()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.cpp588 event->capture_session = halEvent->captureSession; in convertRecognitionEventFromHal()