Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java1180 public final int captureDelayMs; field in SoundTrigger.RecognitionEvent
1242 int captureSession, int captureDelayMs, int capturePreambleMs, in RecognitionEvent() argument
1246 captureSession, captureDelayMs, capturePreambleMs, triggerInData, captureFormat, in RecognitionEvent()
1253 int captureSession, int captureDelayMs, int capturePreambleMs, in RecognitionEvent() argument
1261 this.captureDelayMs = captureDelayMs; in RecognitionEvent()
1354 int captureDelayMs = in.readInt(); in fromParcel() local
1373 captureDelayMs, capturePreambleMs, triggerInData, captureFormat, data, in fromParcel()
1388 dest.writeInt(captureDelayMs); in writeToParcel()
1409 result = prime * result + captureDelayMs; in hashCode()
1438 if (captureDelayMs != other.captureDelayMs) in equals()
[all …]
DConversionUtil.java232 recognitionEvent.captureAvailable, captureSession, recognitionEvent.captureDelayMs, in aidl2apiRecognitionEvent()
255 recognitionEvent.common.captureDelayMs, in aidl2apiPhraseRecognitionEvent()
/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
DTestUtil.java329 halEvent.captureDelayMs = 234; in createRecognitionEvent_2_0()
355 event.captureDelayMs = 234; in createRecognitionEvent()
385 assertEquals(234, event.captureDelayMs); in validateRecognitionEvent()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DConversionUtil.java305 aidlEvent.captureDelayMs = hidlEvent.captureDelayMs; in hidl2aidlRecognitionEvent()
DFakeSoundTriggerHal.java647 event.captureDelayMs = 50; in createDefaultEvent()
/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java1024 int captureSession, int captureDelayMs, int capturePreambleMs, boolean triggerInData, in triggerHardwareRecognitionEventForTest() argument
1036 captureSession, captureDelayMs, capturePreambleMs, triggerInData, in triggerHardwareRecognitionEventForTest()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22067 Landroid/hardware/soundtrigger/SoundTrigger$RecognitionEvent;->captureDelayMs:I