summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/soundtrigger
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-3/+0
* resolved conflicts for merge of 517e0274 to lmp-mr1-dev-plus-aospAlex Klyubin2015-02-111-1/+1
|\
| * Move hidden ApplicationInfo flags into a separate field.Alex Klyubin2015-02-111-1/+1
* | 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
* Fix an issue with locale for managing intentSandeep Siddhartha2014-08-221-1/+2
* Fix the Locale story in the hotword APISandeep Siddhartha2014-08-222-37/+72
* Add debugging info to VIS via dump()Sandeep Siddhartha2014-08-111-0/+8
* Handle microphone contention/Phone calls while recognition is activeSandeep Siddhartha2014-08-071-0/+8
* SoundTrigger API update.Eric Laurent2014-08-042-33/+261
* Add a flag for multiple triggers with same recognition sessionSandeep Siddhartha2014-08-011-5/+13
* Make startRecognition asyncSandeep Siddhartha2014-07-301-2/+4
* Read the keyphrase ID from the recognition eventSandeep Siddhartha2014-07-293-10/+163
* Use blob (shared memory) for large data in sound model/recognition event/configSandeep Siddhartha2014-07-283-28/+90
* Fix synchronization issues in AlwaysOnHotwordDetectorSandeep Siddhartha2014-07-202-10/+18
* Move sound trigger calls to VoiceInteractionManagerServiceSandeep Siddhartha2014-07-209-535/+366
* Add recognition modes to the enrollment metadataSandeep Siddhartha2014-07-163-12/+24
* Add code for isKeyphraseActive and some logging to help debug issuesSandeep Siddhartha2014-07-161-3/+6
* Hook in startRecogniton callSandeep Siddhartha2014-07-154-53/+123
* Always on hotword changesSandeep2014-07-109-1/+772
* SoundTrigger: update APIEric Laurent2014-07-082-14/+67
* Initial code for listing/storing sound modelsSandeep Siddhartha2014-07-081-28/+34
* Add SoundTrigger native service interfaceEric Laurent2014-06-042-0/+502