Searched refs:captureFormat (Results 1 – 2 of 2) sorted by relevance
503 public AudioFormat captureFormat; field in SoundTrigger.RecognitionEvent510 boolean triggerInData, AudioFormat captureFormat, byte[] data) { in RecognitionEvent() argument518 this.captureFormat = captureFormat; in RecognitionEvent()541 AudioFormat captureFormat = null; in fromParcel() local546 captureFormat = (new AudioFormat.Builder()) in fromParcel()554 captureDelayMs, capturePreambleMs, triggerInData, captureFormat, data); in fromParcel()571 if (captureFormat != null) { in writeToParcel()573 dest.writeInt(captureFormat.getSampleRate()); in writeToParcel()574 dest.writeInt(captureFormat.getEncoding()); in writeToParcel()575 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel()[all …]
627 event.captureFormat, event.captureSession, event.data)) in onDetected()