Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Miscellaneous fixes to SoundPool unit test | Glenn Kasten | 2013-09-13 | 1 | -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 Onorato | 2011-04-07 | 1 | -1/+0 |
| | | | | | | since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e | ||||
* | Add SoundPool API to pause and resume all active streams. Bug 2426531. | Dave Sparks | 2010-02-16 | 1 | -9/+36 |
| | |||||
* | Implementation of stagefright-enabled MediaPlayerService::decode functionality | Andreas Huber | 2010-02-10 | 1 | -2/+1 |
| | | | | related-to-bug: 2359268 | ||||
* | Replace sine with organ for some SoundPool tests. | Dave Sparks | 2009-12-23 | 1 | -0/+1 |
| | |||||
* | Add SoundPool test | Dave Sparks | 2009-12-23 | 1 | -0/+383 |