summaryrefslogtreecommitdiff
path: root/tests/SoundTriggerTests/AndroidManifest.xml
AgeCommit message (Collapse)Author
2023-03-31SoundTrigger test cleanup Atneya Nair
- Remove stale stub hal test, as it is non-functional and has been superseded - Create package/directory for stservice tests - Move SoundTriggerTest to new package - Fix SoundTriggerTest to prevent passing null to APIs which no longer accept null - Split ConversionUtilTest into st service and middleware conversion tests Fixes: 275434578 Test: atest FrameworkVoiceInteractionTests Change-Id: If523b268d9defe266d998232041bcb0728554ef2
2016-03-11Adds E2E tests for soundtrigger stub HAL load/start/trigger/stop/unload Ryan Bavetta
These tests can only be run with the stub HAL. The test's Android.mk file excludes these tests when run without the flag SOUND_TRIGGER_USE_STUB_MODULE=1 To run the stub HAL tests, run: SOUND_TRIGGER_USE_STUB_MODULE=1 runtest \ --path ./frameworks/base/tests/SoundTriggerTests Change-Id: Iac144c51b8a387e94ad25d283715842d46e6e618
2016-03-03Adds Ability to Test with SoundTrigger Stub HAL Ryan Bavetta
Change-Id: Ia79727e5fd645a5e99b8be41c413b94c302f1868
2014-07-28Use blob (shared memory) for large data in sound model/recognition event/config Sandeep Siddhartha
Also add a missing null check in writeBlob Bug: 16516353 Change-Id: Ie702f8daae541cab7c2cee6e13d49e7fc84c84e1