summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/soundtrigger/SoundTrigger.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-09-10Require identity information in SoundTrigger.javaYtai Ben-Tsvi
2020-09-10Associate an originator identity to sessionsYtai Ben-Tsvi
2020-05-18add SoundTrigger TestApisNicholas Ambur
2020-05-18fix SoundTrigger.ModuleProperties equalsNicholas Ambur
2020-04-29Handle exceptions on attachYtai Ben-Tsvi
2020-04-24Deliver internal server errors to the clientYtai Ben-Tsvi
2020-03-26remove SoundTrigger public member variablesNicholas Ambur
2020-02-05fix naming discrepancy in SoundTriggerNicholas Ambur
2020-02-05add getters to SoundTrigger.ModelParamRangeNicholas Ambur
2020-01-22add KeyphraseModelManagerNicholas Ambur
2020-01-15Improve exception handling in SoundTriggerYtai Ben-Tsvi
2020-01-15Merge "fix parceling issue with KeyphraseSoundModel"TreeHugger Robot
2020-01-14fix parceling issue with KeyphraseSoundModelNicholas Ambur
2020-01-14Merge "add version entry to soundtrigger model database"Nicholas Ambur
2020-01-13add version entry to soundtrigger model databaseNicholas Ambur
2020-01-10add audioCapabilities to SoundTrigger propertiesNicholas Ambur
2020-01-10Merge "add supportedModelArch to SoundTrigger properties"Nicholas Ambur
2020-01-09add parameter control to AlwaysOnHotwordDetectorNicholas Ambur
2020-01-08add supportedModelArch to SoundTrigger propertiesNicholas Ambur
2020-01-07Merge "Doc fix"Ytai Ben-tsvi
2020-01-07Doc fixYtai Ben-Tsvi
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-16Migrate SoundTrigger implementation to new serviceYtai Ben-Tsvi
2019-12-11add SoundTrigger HAL 2.3 per model parameter apisNicholas Ambur
2019-09-04Merge "Add ability to get soundtrigger props from dsp"TreeHugger Robot
2019-08-30Add ability to get soundtrigger props from dspNicholas Ambur
2019-08-29Add missing nullability annotations.Aurimas Liutikas
2019-03-20Add package name when loadModules and attach.jiabin
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-11-09Converting sound trigger v2.2 getModelState to be asynchronousmike dooley
2018-08-08Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-20Expose SoundTriggerManager and SoundTrigger APIsPhilip P. Moltmann
2016-03-03Fix soundtrigger test, adds null pointer checkRyan Bavetta
2016-02-24Fix AlwaysOnHotwordDetector recognition event bug.Arunesh Mishra
2016-01-27SoundTrigger API improvements.Arunesh Mishra
2015-12-04Replace hard-coded errno values with OsConstantsLazar Trsic
2014-11-12Don't unload the sound model on stopRecognitionSandeep Siddhartha
2014-09-12SoundTrigger: fix KeyphraseRecognitionEvent parcelingEric Laurent
2014-09-05SoundTrigger: fix capture format in recognition eventEric Laurent
2014-08-04SoundTrigger API update.Eric Laurent
2014-08-01Add a flag for multiple triggers with same recognition sessionSandeep Siddhartha
2014-07-29Read the keyphrase ID from the recognition eventSandeep Siddhartha
2014-07-28Use blob (shared memory) for large data in sound model/recognition event/configSandeep Siddhartha
2014-07-20Fix synchronization issues in AlwaysOnHotwordDetectorSandeep Siddhartha
2014-07-20Move sound trigger calls to VoiceInteractionManagerServiceSandeep Siddhartha
2014-07-10Always on hotword changesSandeep
2014-07-08SoundTrigger: update APIEric Laurent