summaryrefslogtreecommitdiffstats
path: root/soundtrigger/ISoundTriggerHwService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use package name, pid, uid to check permission of capturing hotword.jiabin2019-04-021-4/+18
| | | | | | | | | | Package name will be cached in ModuleClient when attaching a client. It will be used when querying permission of capturing hotword. Test: test with logging. Bug: 74078996 Bug: 122721589 Change-Id: Icd2911f5d331d243c9eb5d58003ce5525c70c81e
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-271-1/+1
| | | | | Bug: 28341362 Change-Id: I625fbab25f16282c2ea929cd16283d9d146fa17b
* SoundTrigger: fix binder call status reporting.Eric Laurent2015-10-051-2/+5
| | | | | Bug: 24677430. Change-Id: Ife9b10e2d1acdb51099b21551e8c191fff7f75b4
* Check memory allocation in ISoundTriggerHwServiceEric Laurent2015-05-041-0/+10
| | | | | | | Add memory allocation check in ISoundTriggerHwService::listModules(). Bug: 19385640. Change-Id: Iaf74b6f154c3437e1bfc9da78b773d64b16a7604
* Update calls to IInterface::asBinder()Marco Nelissen2014-11-141-2/+2
| | | | | | to use the new static version. Change-Id: I89a5988a0ac694ffc04d88cf939e8455bf925d4c
* Add sound trigger control by audio policyEric Laurent2014-08-051-0/+20
| | | | | | | | | | | | | | | | | Audio policy: - Added active capture indication to sound trigger service: recognition stops if concurrent capture is not supported. - Added generation of reserved I/O handle and session ID for utterance capture. Sound trigger service - Added sound model update callback handling. - Added service state callback - Simplified callback shared memory allocation. Bug: 12378680. Change-Id: Ib0292c2733e6df90fdae480633dd9953d0016ef1
* add sound trigger native serviceEric Laurent2014-06-041-0/+150
Change-Id: I0cd954c1c7d28a334e786d0004431d4f6a1227ec