summaryrefslogtreecommitdiffstats
path: root/services/voiceinteraction
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #17551667: Voice interaction service should be disabled...Dianne Hackborn2014-11-141-3/+16
* Don't unload the sound model on stopRecognitionSandeep Siddhartha2014-11-121-29/+18
* Fix issues with multiple languages and multi-usersSandeep Siddhartha2014-09-153-47/+86
* SoundTriggerHelper: handle media server deathEric Laurent2014-09-091-3/+13
* Hide the interaction part of VoiceInteractionService.Dianne Hackborn2014-09-021-0/+4
* Add sample profiling option to am.Jeff Hao2014-08-261-1/+1
* Turn off hotword when in power save modeSandeep Siddhartha2014-08-222-16/+63
* Make sure we initialize to enable the default voice interaction service.Dianne Hackborn2014-08-151-32/+64
* Fix delete clause for sound model DBSandeep Siddhartha2014-08-131-2/+2
* Add debugging info to VIS via dump()Sandeep Siddhartha2014-08-111-1/+1
* Fix issues 16739817 and 16709247 in voice interaction service.Dianne Hackborn2014-08-091-13/+215
* Dump the state of SoundTriggerHelper for bugreportsSandeep Siddhartha2014-08-072-0/+21
* Handle microphone contention/Phone calls while recognition is activeSandeep Siddhartha2014-08-072-208/+354
* Handle same keyphrase for multiple usersSandeep Siddhartha2014-08-072-56/+69
* SoundTrigger API update.Eric Laurent2014-08-042-1/+20
* Stop recognition when shutting down VISSandeep Siddhartha2014-08-012-3/+25
* Add a flag for multiple triggers with same recognition sessionSandeep Siddhartha2014-08-011-2/+16
* Don't unload sound model in start recognition unless the model changesSandeep Siddhartha2014-07-311-20/+39
* Make startRecognition asyncSandeep Siddhartha2014-07-301-3/+3
* Notify VIS of shutdown before switching implementationsSandeep Siddhartha2014-07-291-7/+8
* Use keyphrase id from the recognition eventSandeep Siddhartha2014-07-291-2/+1
* Read the keyphrase ID from the recognition eventSandeep Siddhartha2014-07-291-22/+53
* Use blob (shared memory) for large data in sound model/recognition event/configSandeep Siddhartha2014-07-281-9/+2
* Fix various bugs with model managementSandeep Siddhartha2014-07-253-187/+179
* Make hotword availability a callbackSandeep Siddhartha2014-07-222-89/+98
* AlwaysOnHotwordDetector needs to reflect enrollment changesSandeep Siddhartha2014-07-222-10/+31
* Fix synchronization issues in AlwaysOnHotwordDetectorSandeep Siddhartha2014-07-202-12/+67
* Move sound trigger calls to VoiceInteractionManagerServiceSandeep Siddhartha2014-07-203-17/+356
* Test hotword flowSandeep Siddhartha2014-07-171-7/+11
* Support model deletionSandeep Siddhartha2014-07-172-12/+43
* Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn2014-07-161-0/+4
* Plumb the database code to read/update sound modelsSandeep Siddhartha2014-07-162-14/+21
* Hook in startRecogniton callSandeep Siddhartha2014-07-151-8/+10
* Always on hotword changesSandeep2014-07-102-1/+61
* SoundTrigger: update APIEric Laurent2014-07-081-4/+4
* Initial code for listing/storing sound modelsSandeep Siddhartha2014-07-081-0/+181
* Fix cleanup of voice sessions.Dianne Hackborn2014-07-071-0/+6
* Add system layer for voice interaction services.Dianne Hackborn2014-05-281-1/+1
* Further work on voice interaction services.Dianne Hackborn2014-05-052-38/+151
* Rework some of the voice interaction APIs.Dianne Hackborn2014-04-282-34/+185
* Initial implementation of new voice interaction API.Dianne Hackborn2014-04-243-0/+346