summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/soundtrigger/SoundTrigger.java
Commit message (Expand)AuthorAgeFilesLines
* Don't unload the sound model on stopRecognitionSandeep Siddhartha2014-11-121-0/+59
* SoundTrigger: fix KeyphraseRecognitionEvent parcelingEric Laurent2014-09-121-2/+3
* SoundTrigger: fix capture format in recognition eventEric Laurent2014-09-051-2/+3
* SoundTrigger API update.Eric Laurent2014-08-041-29/+246
* Add a flag for multiple triggers with same recognition sessionSandeep Siddhartha2014-08-011-5/+13
* Read the keyphrase ID from the recognition eventSandeep Siddhartha2014-07-291-6/+161
* Use blob (shared memory) for large data in sound model/recognition event/configSandeep Siddhartha2014-07-281-26/+85
* Fix synchronization issues in AlwaysOnHotwordDetectorSandeep Siddhartha2014-07-201-6/+18
* Move sound trigger calls to VoiceInteractionManagerServiceSandeep Siddhartha2014-07-201-7/+303
* Always on hotword changesSandeep2014-07-101-1/+1
* SoundTrigger: update APIEric Laurent2014-07-081-12/+64
* Initial code for listing/storing sound modelsSandeep Siddhartha2014-07-081-28/+34
* Add SoundTrigger native service interfaceEric Laurent2014-06-041-0/+310