summaryrefslogtreecommitdiffstats
path: root/services/soundtrigger
Commit message (Expand)AuthorAgeFilesLines
* Use package name, pid, uid to check permission of capturing hotword.jiabin2019-04-022-19/+36
* audioserver: Use timed lock instead of bouncing for dumpsMikhail Naganov2019-03-282-13/+7
* Merge "Adding sound trigger V2_2"Michael Dooley2019-01-181-24/+63
|\
| * Adding sound trigger V2_2mike dooley2018-12-181-24/+63
* | Make the framework treat getModelState recognition events the samemike dooley2019-01-081-4/+1
|/
* Convert libsoundtriggerservice to Android.bpDan Willemsen2018-11-202-61/+54
* Remove USE_LEGACY_LOCAL_AUDIO_HAL in libsoundtriggerserviceDan Willemsen2018-11-204-229/+0
* Converting sound trigger v2.2 getModelState to be asynchronousmike dooley2018-11-095-48/+21
* Revert "Revert "Adding getModelState API to sound trigger""Michael Dooley2018-10-166-0/+125
* Revert "Adding getModelState API to sound trigger"Michael Dooley2018-09-146-125/+0
* Adding getModelState API to sound triggermike dooley2018-09-136-0/+125
* sound trigger: more checks on IMemory received from clientEric Laurent2018-06-071-9/+7
* Move ServiceUtilities from audioflinger to libmediautilsAndy Hung2018-05-162-3/+2
* Audio V4: Split HAL wrapper for versioningKevin Rocard2018-01-201-0/+1
* soundtrigger: Add support for HAL V2.1Mikhail Naganov2018-01-193-136/+337
* ServiceStateEvents don't need to called with the mServiceState lock anymore.Chris Thornton2017-11-142-24/+13
* Fix race when handling callback in SoundTrigger ModuleChris Thornton2017-11-061-26/+27
* Avoid deadlock between recognition events and SoundTriggerHwService.Chris Thornton2017-10-262-51/+45
* Soundtrigger service: fix cross deadlock with audio policy serviceEric Laurent2017-10-052-66/+82
* If stopAllRecognitions is supported, do not call stopRecognition again.Chris Thornton2017-08-301-1/+1
* soundtrigger: require RECORD_AUDIO permission for DSP hotwordEric Laurent2017-08-161-7/+14
* Merge "Add OWNERS in frameworks/av" am: 7b2b2a497cChih-hung Hsieh2017-06-081-0/+2
|\
| * Merge "Add OWNERS in frameworks/av"Chih-hung Hsieh2017-06-081-0/+2
| |\
| | * Add OWNERS in frameworks/avChih-Hung Hsieh2017-06-061-0/+2
| * | Android.mk: remove $TOP in LOCAL_C_INCLUDESYOUNG HO CHA2017-05-251-1/+1
| |/
| * Split libmedia into libmedia and libaudioclientMarco Nelissen2016-11-071-1/+1
| |\
| | * Split libmedia into libmedia and libaudioclientMarco Nelissen2016-11-041-1/+1
| * | Merge "Remove unneeded links with dynamic libraries"Marco Nelissen2016-11-041-1/+0
| |\|
| | * Remove unneeded links with dynamic librariesMarco Nelissen2016-11-041-1/+0
| * | soundtrigger: add size check on sound model and recogntion data am: ef0c91518...Eric Laurent2016-08-191-8/+30
| |\ \
| | * \ soundtrigger: add size check on sound model and recogntion data am: ef0c91518...Eric Laurent2016-08-191-8/+30
| | |\ \ | | | |/ | | |/|
| | | * soundtrigger: add size check on sound model and recogntion data am: ef0c91518...Eric Laurent2016-08-191-8/+30
| | | |\
| | | | * soundtrigger: add size check on sound model and recogntion data am: ef0c91518...Eric Laurent2016-08-191-8/+30
| | | | |\
| | | | | * soundtrigger: add size check on sound model and recogntion data am: ef0c91518...Eric Laurent2016-08-191-8/+30
| | | | | |\
| | | | | | * soundtrigger: add size check on sound model and recogntion dataEric Laurent2016-08-191-8/+30
| | | | | | |\
| | | | | | | * soundtrigger: add size check on sound model and recogntion dataEric Laurent2016-08-181-8/+30
* | | | | | | | Android.mk: remove $TOP in LOCAL_C_INCLUDESYOUNG HO CHA2017-05-261-1/+1
* | | | | | | | soundtrigger: Use "default" instance name for HAL serviceMikhail Naganov2017-04-142-3/+6
* | | | | | | | soundtrigger: Modify conditional check in detachDhananjay Kumar2017-03-041-3/+4
* | | | | | | | fallout of cleaning-up libutils includesMathias Agopian2017-03-031-0/+1
* | | | | | | | Fix potential null dereference in SoundTriggerHwServiceChris Thornton2017-02-081-1/+4
* | | | | | | | Monitor crashes of audio hal service via linkToDeathMikhail Naganov2017-01-172-6/+11
* | | | | | | | Merge "Enable passthrough mode by default for audio, soundtrigger, and radio"TreeHugger Robot2017-01-121-12/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Enable passthrough mode by default for audio, soundtrigger, and radioMikhail Naganov2017-01-111-12/+11
* | | | | | | | | Remove unnecessary #includes.Yifan Hong2017-01-111-1/+0
|/ / / / / / / /
* | | | | | | | Remove usage of getStatus.Steven Moreland2017-01-092-38/+24
* | | | | | | | Crash audioserver if EPIPE (DEAD_OBJECT) is received from the HALMikhail Naganov2016-12-092-22/+9
* | | | | | | | Revert "Crash audioserver if EPIPE (DEAD_OBJECT) is received from the HAL"Samuel Saccone2016-12-092-9/+22
* | | | | | | | Crash audioserver if EPIPE (DEAD_OBJECT) is received from the HALMikhail Naganov2016-12-092-22/+9
* | | | | | | | Support multiple clients attaching to a moduleHaynes Mathew George2016-12-052-106/+334