summaryrefslogtreecommitdiffstats
path: root/media/tests/SoundPoolTest/src
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous fixes to SoundPool unit testGlenn Kasten2013-09-131-19/+31
| | | | | | | | | | | | | | Explicitly specify API level 8, to permit same .apk be used with multiple platform versions. In the priority test, use different samples for low and priority sounds, so it is possible to hear the difference. Increase sleep times to make it easier to hear. Only use Log.e for errors. Add more logs and sleeps. Pan more slowly. Fix typos in logs about the test names. Fix typo in pan comment. Change-Id: Iebce07ca0cf3d6fa1b04faa8577faa1c6d25f8e6
* Remove the deprecated things from Config.java. These haven't been working ↵Joe Onorato2011-04-071-1/+0
| | | | | | since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
* Add SoundPool API to pause and resume all active streams. Bug 2426531.Dave Sparks2010-02-161-9/+36
|
* Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-101-2/+1
| | | | related-to-bug: 2359268
* Replace sine with organ for some SoundPool tests.Dave Sparks2009-12-231-0/+1
|
* Add SoundPool testDave Sparks2009-12-231-0/+383