summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/tests/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Factor out buffer provider code from AudioMixerAndy Hung2015-04-081-0/+1
| | | | | | | In preparation for playback rate support and timestretching. Bug: 19196501 Change-Id: I435accb852d32110dd0b3a9917488522c567ba80
* Disable clang++ due to compiler error.Chih-Hung Hsieh2014-11-141-0/+6
| | | | | | | | Clang++ chokes on AudioMixer.cpp. It does not know "how to split this operator." BUG: 18373866 Change-Id: I3d588d44596c7c3b6f97e5f822545e015b074206
* Move to libc++.Dan Albert2014-11-111-14/+3
| | | | | | | This also cleans up some makefile cruft. Bug: 15193147 Change-Id: Ia53ca4f6fb2153f4e77e6f696eb27dcaae73a78e
* Add test-mixer AudioMixer test programAndy Hung2014-06-201-0/+38
| | | | | | | The shell script mixer_to_wav_tests.sh shows how to use test-mixer. Change-Id: Ia7f1a368972c9c33fadc96df4cb1fc8b22446c8c
* Extract out test utility functions from resampler_testsAndy Hung2014-06-181-0/+4
| | | | | | These will be used for mixer tests later. Change-Id: I22b1c89857058cfb2450afe15e80d6c9306a31f1
* Add tests directory for AudioFlingerAndy Hung2014-05-281-0/+31
Native tests for audio resampler through gtest framework. Change-Id: Ia340ca51f9b9b78d67e03e3541e4462b98578c95