summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/soundtrigger/SoundTriggerModule.java
Commit message (Expand)AuthorAgeFilesLines
* Explicitly close sound model file descriptorsYtai Ben-Tsvi2022-02-221-2/+30
* Extract capture session out of RecognitionEventYtai Ben-Tsvi2021-03-301-4/+6
* Extract stable AIDL modulesYtai Ben-Tsvi2021-03-301-4/+4
* Adopt "resourcesAvailable" naming instead of "tryAgain"Ytai Ben-Tsvi2021-03-051-5/+5
* Support preemptive model unloadingYtai Ben-Tsvi2021-03-051-11/+12
* Support load preemption in SoundTriggerMiddlewareYtai Ben-Tsvi2021-03-051-4/+12
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Associate an originator identity to sessionsYtai Ben-Tsvi2020-09-101-2/+32
* Correctly propagate service state changeYtai Ben-Tsvi2020-06-091-1/+1
* fix SoundTriggerModule java docNicholas Ambur2020-02-061-17/+6
* Improve exception handling in SoundTriggerYtai Ben-Tsvi2020-01-151-24/+7
* Recover from HAL death in sound triggerYtai Ben-Tsvi2020-01-141-0/+6
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-2/+1
* Migrate SoundTrigger implementation to new serviceYtai Ben-Tsvi2019-12-161-103/+201
* add SoundTrigger HAL 2.3 per model parameter apisNicholas Ambur2019-12-111-0/+53
* Add package name when loadModules and attach.jiabin2019-03-201-2/+3
* Converting sound trigger v2.2 getModelState to be asynchronousmike dooley2018-11-091-4/+13
* Revert "Revert "Adding getModelState API to sound trigger""Michael Dooley2018-10-231-1/+9
* Revert "Revert "Revert "Adding getModelState API to sound trigger"""Michael Dooley2018-09-281-9/+1
* Revert "Revert "Adding getModelState API to sound trigger""Michael Dooley2018-09-211-1/+9
* Revert "Adding getModelState API to sound trigger"Michael Dooley2018-09-141-9/+1
* Adding getModelState API to sound triggermike dooley2018-09-051-1/+9
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-081-0/+9
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-3/+0
* SoundTrigger API update.Eric Laurent2014-08-041-4/+15
* SoundTrigger: update APIEric Laurent2014-07-081-2/+3
* Add SoundTrigger native service interfaceEric Laurent2014-06-041-0/+192