summaryrefslogtreecommitdiff
path: root/tests/SoundTriggerTests/src/android/hardware/soundtrigger/SoundTriggerTest.java
AgeCommit message (Collapse)Author
2020-03-26remove SoundTrigger public member variablesNicholas Ambur
Bug: 150127026 Test: boot and verify soundtrigger hotword is functional Change-Id: I04061cdb3eba02aac0f08de96f957e2b74c70a12
2020-01-22add KeyphraseModelManagerNicholas Ambur
Exposes a set of @SystemApi's allowing the active VoiceInteractionService to enroll voice models. Bug: 147159435 Test: manual tested enrollment and unenrollment via bundled hotwordenrollment application and test app. Change-Id: I94ef3550df236486401a0a6f9de9d874b9bf9b46
2014-08-04SoundTrigger API update.Eric Laurent
Add sound model update callback. Add native service state change callback. Add vendor UUID in sound model description. Add coarse confidence level in recognition event. Add capture format in recognition event. Bug: 12378680. Change-Id: Id63437819ec7b9a4a69e1ff6185b747e20cad95e
2014-07-29Read the keyphrase ID from the recognition eventSandeep Siddhartha
Bug: 16516658 Change-Id: Ibeee81c9543aa1091bb075066cfc2269107f13c0
2014-07-28Use blob (shared memory) for large data in sound model/recognition event/configSandeep Siddhartha
Also add a missing null check in writeBlob Bug: 16516353 Change-Id: Ie702f8daae541cab7c2cee6e13d49e7fc84c84e1