Searched refs:captureDelayMs (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/ |
H A D | SoundTrigger.java | 1145 public final int captureDelayMs; field in SoundTrigger.RecognitionEvent 1180 int captureSession, int captureDelayMs, int capturePreambleMs, in RecognitionEvent() argument 1186 this.captureDelayMs = captureDelayMs; in RecognitionEvent() 1251 int captureDelayMs = in.readInt(); in fromParcel() local 1281 dest.writeInt(captureDelayMs); in writeToParcel() 1300 result = prime * result + captureDelayMs; in hashCode() 1326 if (captureDelayMs != other.captureDelayMs) in equals() 1361 + captureSession + ", captureDelayMs=" + captureDelayMs in toString() 1673 int captureSession, int captureDelayMs, int capturePreambleMs, in KeyphraseRecognitionEvent() argument 1698 int captureDelayMs = in.readInt(); in fromParcelForKeyphrase() local [all …]
|
H A D | ConversionUtil.java | 204 aidlEvent.captureDelayMs, aidlEvent.capturePreambleMs, aidlEvent.triggerInData, in aidl2apiRecognitionEvent() 221 aidlEvent.common.captureSession, aidlEvent.common.captureDelayMs, in aidl2apiPhraseRecognitionEvent()
|
/aosp12/frameworks/base/media/aidl/android/media/soundtrigger_middleware/ |
H A D | RecognitionEvent.aidl | 39 int captureDelayMs;
|
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
H A D | ConversionUtil.java | 304 aidlEvent.captureDelayMs = hidlEvent.captureDelayMs; in hidl2aidlRecognitionEvent()
|
/aosp12/hardware/interfaces/soundtrigger/2.0/ |
H A D | ISoundTriggerHwCallback.hal | 51 int32_t captureDelayMs;
|
/aosp12/frameworks/base/core/java/android/service/voice/ |
H A D | AlwaysOnHotwordDetector.java | 638 boolean captureAvailable, int captureSession, int captureDelayMs, int capturePreambleMs, in triggerHardwareRecognitionEventForTest() argument 649 captureSession, captureDelayMs, capturePreambleMs, triggerInData, in triggerHardwareRecognitionEventForTest()
|
/aosp12/hardware/interfaces/soundtrigger/2.0/default/ |
H A D | SoundTriggerHalImpl.cpp | 462 event->captureDelayMs = halEvent->capture_delay_ms; in convertRecognitionEventFromHal()
|
/aosp12/hardware/interfaces/soundtrigger/2.2/default/ |
H A D | SoundTriggerHw.cpp | 486 event->captureDelayMs = halEvent->capture_delay_ms; in convertRecognitionEventFromHal()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewareImplTest.java | 238 halEvent.captureDelayMs = 234; in createRecognitionEvent_2_0() 268 assertEquals(234, event.captureDelayMs); in validateRecognitionEvent()
|
/aosp12/hardware/interfaces/soundtrigger/2.3/default/ |
H A D | SoundTriggerHw.cpp | 542 event->captureDelayMs = halEvent->capture_delay_ms; in convertRecognitionEventFromHal()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 24945 Landroid/hardware/soundtrigger/SoundTrigger$RecognitionEvent;->captureDelayMs:I
|