summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/soundtrigger/SoundTrigger.java
Commit message (Expand)AuthorAgeFilesLines
* Remove SoundTriggerMiddleware death notificationAtneya Nair2022-08-181-10/+1
* add IntRange to KeyphraseRecognitionExtra APIsNicholas Ambur2022-03-221-1/+4
* expose HAL keyphrase trigger extras to EventPayloadNicholas Ambur2022-02-101-21/+96
* Support back-to-back soundtrigger recognitionsYtai Ben-Tsvi2021-10-181-13/+59
* Extract stable AIDL modulesYtai Ben-Tsvi2021-03-301-1/+1
* Adopt "resourcesAvailable" naming instead of "tryAgain"Ytai Ben-Tsvi2021-03-051-1/+1
* Support preemptive model unloadingYtai Ben-Tsvi2021-03-051-123/+15
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-8/+9
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-9/+8
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-8/+9
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-1/+0
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-8/+8
* Require identity information in SoundTrigger.javaYtai Ben-Tsvi2020-09-101-1/+1
* Associate an originator identity to sessionsYtai Ben-Tsvi2020-09-101-18/+166
* add SoundTrigger TestApisNicholas Ambur2020-05-181-3/+12
* fix SoundTrigger.ModuleProperties equalsNicholas Ambur2020-05-181-0/+86
* Handle exceptions on attachYtai Ben-Tsvi2020-04-291-1/+1
* Deliver internal server errors to the clientYtai Ben-Tsvi2020-04-241-0/+2
* remove SoundTrigger public member variablesNicholas Ambur2020-03-261-171/+274
* fix naming discrepancy in SoundTriggerNicholas Ambur2020-02-051-4/+4
* add getters to SoundTrigger.ModelParamRangeNicholas Ambur2020-02-051-13/+31
* add KeyphraseModelManagerNicholas Ambur2020-01-221-87/+148
* Improve exception handling in SoundTriggerYtai Ben-Tsvi2020-01-151-3/+43
* Merge "fix parceling issue with KeyphraseSoundModel"TreeHugger Robot2020-01-151-1/+1
|\
| * fix parceling issue with KeyphraseSoundModelNicholas Ambur2020-01-141-1/+1
* | Merge "add version entry to soundtrigger model database"Nicholas Ambur2020-01-141-9/+34
|\|
| * add version entry to soundtrigger model databaseNicholas Ambur2020-01-131-9/+34
* | add audioCapabilities to SoundTrigger propertiesNicholas Ambur2020-01-101-7/+63
|/
* Merge "add supportedModelArch to SoundTrigger properties"Nicholas Ambur2020-01-101-6/+19
|\
| * add supportedModelArch to SoundTrigger propertiesNicholas Ambur2020-01-081-6/+19
* | add parameter control to AlwaysOnHotwordDetectorNicholas Ambur2020-01-091-17/+51
|/
* Merge "Doc fix"Ytai Ben-tsvi2020-01-071-2/+1
|\
| * Doc fixYtai Ben-Tsvi2020-01-071-2/+1
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-2/+1
|/
* Migrate SoundTrigger implementation to new serviceYtai Ben-Tsvi2019-12-161-57/+119
* add SoundTrigger HAL 2.3 per model parameter apisNicholas Ambur2019-12-111-0/+59
* Merge "Add ability to get soundtrigger props from dsp"TreeHugger Robot2019-09-041-6/+4
|\
| * Add ability to get soundtrigger props from dspNicholas Ambur2019-08-301-6/+5
* | Add missing nullability annotations.Aurimas Liutikas2019-08-291-1/+3
|/
* Add package name when loadModules and attach.jiabin2019-03-201-1/+29
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-11/+11
* Converting sound trigger v2.2 getModelState to be asynchronousmike dooley2018-11-091-0/+7
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-081-0/+41
* Expose SoundTriggerManager and SoundTrigger APIsPhilip P. Moltmann2018-03-201-32/+195
* Fix soundtrigger test, adds null pointer checkRyan Bavetta2016-03-031-10/+17
* Fix AlwaysOnHotwordDetector recognition event bug.Arunesh Mishra2016-02-241-3/+37
* SoundTrigger API improvements.Arunesh Mishra2016-01-271-1/+79
* Replace hard-coded errno values with OsConstantsLazar Trsic2015-12-041-5/+7
* Don't unload the sound model on stopRecognitionSandeep Siddhartha2014-11-121-0/+59
* SoundTrigger: fix KeyphraseRecognitionEvent parcelingEric Laurent2014-09-121-2/+3