summaryrefslogtreecommitdiff
path: root/services/voiceinteraction/java/com/android/server/soundtrigger/SoundTriggerHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Wait for an abort event when stopping a modelYtai Ben-Tsvi2022-04-111-19/+28
* Revert "Wait for an abort event when stopping a model"Ytai Ben-Tsvi2022-04-111-53/+29
* Check for null callbackYtai Ben-Tsvi2022-03-211-1/+4
* Wait for an abort event when stopping a modelYtai Ben-Tsvi2022-03-171-29/+53
* Support back-to-back soundtrigger recognitionsYtai Ben-Tsvi2021-10-181-2/+2
* Merge "Reduce severity of SoundTriggerService error messages" into sc-dev am:...Ytai Ben-tsvi2021-04-011-1/+1
|\
| * Reduce severity of SoundTriggerService error messagesYtai Ben-Tsvi2021-03-311-1/+1
* | Adopt "resourcesAvailable" naming instead of "tryAgain"Ytai Ben-Tsvi2021-03-051-4/+4
* | Support preemptive model unloadingYtai Ben-Tsvi2021-03-051-26/+17
|/
* add API for ST clients run in battery saver modeNicholas Ambur2021-01-221-57/+99
* Reset mServiceDisabled when service diesYtai Ben-Tsvi2020-12-081-0/+1
* fix issue with ST listModules checkNicholas Ambur2020-11-181-8/+26
* Clean up on client death in SoundTriggerServiceYtai Ben-Tsvi2020-11-111-1/+20
* Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-061-2/+2
* Sessionize the SoundTriggerService layer.Ytai Ben-Tsvi2020-09-101-1/+6
* Require identity information in SoundTrigger.javaYtai Ben-Tsvi2020-09-101-2/+9
* SoundTriggerHelper: improve in call behaviorEric Laurent2020-04-061-50/+108
* remove SoundTrigger public member variablesNicholas Ambur2020-03-261-3/+3
* Correctly set the recognition state in response to GET_STATEYtai Ben-Tsvi2020-01-141-2/+6
* add parameter control to AlwaysOnHotwordDetectorNicholas Ambur2020-01-091-42/+68
* add SoundTrigger HAL 2.3 per model parameter apisNicholas Ambur2019-12-111-6/+71
* SoundTriggerHelper: fix state after audioserver deathEric Laurent2019-09-121-3/+30
* SoundTriggerHelper: fix power save mode listenerEric Laurent2019-07-191-18/+21
* Enabling HW detection while phone ringingrago2019-03-261-2/+2
* Make framework treat getModelState recognition events the samemike dooley2019-01-081-6/+3
* Fixing getModelState event processingmike dooley2018-12-201-3/+10
* Converting sound trigger v2.2 getModelState to be asynchronousmike dooley2018-11-091-12/+9
* Revert "Revert "Adding getModelState API to sound trigger""Michael Dooley2018-10-231-0/+34
* Revert "Revert "Revert "Adding getModelState API to sound trigger"""Michael Dooley2018-09-281-34/+0
* Revert "Revert "Adding getModelState API to sound trigger""Michael Dooley2018-09-211-0/+34
* Revert "Adding getModelState API to sound trigger"Michael Dooley2018-09-141-34/+0
* Adding getModelState API to sound triggermike dooley2018-09-051-0/+34
* Fixing a couple crashes in the SoundTriggerTestAppmike dooley2018-04-191-1/+6
* Merge "Check for location access on TelephonyRegistry" am: 31230bb193 am: f58...Hall Liu2018-02-221-14/+20
|\
| * Check for location access on TelephonyRegistryHall Liu2018-02-061-14/+20
* | Make the battery saver knobs hidden public,Makoto Onuki2017-11-011-1/+1
|/
* Add SoundTriggerManager APIs to use a PendingIntent to get callbacks.Chris Thornton2017-06-131-0/+7
* Prevent ConcurrentModificationException in updateAllRecognitionsChris Thornton2017-06-101-18/+20
* SoundTriggerHelper: Remove unused models onLoadChris Thornton2017-03-271-2/+49
* Clean up dead objects when detected in the SoundTriggerHelperChris Thornton2017-03-221-11/+62
* Add BatterySaverPolicy for power save modejackqdyulei2017-03-081-4/+5
* SoundTriggerHelpoer: Send pause events on abort if a model is running.Chris Thornton2016-07-201-1/+6
* VIMS should only stop the keyphrases it started.Chris Thornton2016-05-021-28/+0
* Remove the STH tracking if a model has been aborted.Chris Thornton2016-05-021-29/+19
* Keep STH state in sync with HALChris Thornton2016-04-301-1/+4
* Use .equals() to compare two UUIDs in SoundTriggerHelper, rather than ==Chris Thornton2016-04-181-8/+5
* SoundTriggerHelper: Add ability to manage multiple voice models.Arunesh Mishra2016-04-141-156/+182
* SoundTriggerHelper re-design.Arunesh Mishra2016-04-081-345/+454
* Fix unsynchronized access to model hashmapRyan Bavetta2016-03-081-32/+28
* Fix AlwaysOnHotwordDetector recognition event bug.Arunesh Mishra2016-02-241-7/+7