summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/SoundPool.java
Commit message (Expand)AuthorAgeFilesLines
* SoundPool monitors AppOps for OP_PLAY_AUDIOJean-Michel Trivi2015-06-101-3/+37
* Fix reading attributes for playback restrictionsJean-Michel Trivi2015-05-201-1/+1
* Remove the ability to disable audio service.John Spurlock2015-03-241-410/+181
* AudioAttributes: introduce new flags to bypass audio restrictions.John Spurlock2015-02-181-0/+3
* Make SoundPool use MediaCodecMarco Nelissen2015-01-231-7/+33
* SoundPool.Builder: document default valuesJean-Michel Trivi2014-08-251-0/+4
* Unhide SoundPool builder with AudioAttributesJean-Michel Trivi2014-07-211-3/+3
* AudioAttributes for SoundPoolJean-Michel Trivi2014-07-201-8/+68
* Zen mode filtering should use new usage constants.John Spurlock2014-07-191-1/+2
* Add stream-level suppression to vibrate/audio services.John Spurlock2014-03-191-3/+40
* Resolved conflicts for merge of 28c6ec02 to masterNarayan Kamath2014-01-161-1/+1
|\
| * AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-1/+1
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
|/
* am 233a341b: am 1b8e3197: am 8c38ea39: Merge "Docs: Fixed wrong parameter in ...David Friedman2013-09-271-1/+1
|\
| * Docs: Fixed wrong parameter in SoundPool file; fixed typo in security file.David Friedman2013-09-271-1/+1
* | Phase 1 of refactoring SystemServer.Dan Morrill2013-04-041-142/+327
|/
* Add all-channel setVolume() APIGlenn Kasten2012-11-081-0/+8
* Don't check return value of new for being == nullGlenn Kasten2011-11-111-6/+4
* Fix issue 3261656.Eric Laurent2011-01-071-11/+13
* Unhide new SoundPool API's. Bug 2415373.Dave Sparks2010-02-171-8/+0
* Add SoundPool API to pause and resume all active streams. Bug 2426531.Dave Sparks2010-02-161-0/+22
* Add OnLoadCompleteListener to SoundPool.Dave Sparks2009-12-231-6/+104
* Findbugs fixes.Marco Nelissen2009-05-141-1/+3
* AI 146755: am: CL 146754 Fix some problems in the SoundPool docs and add addi...Dave Sparks2009-04-171-38/+95
* AI 146655: am: CL 146654 Add java docs for SoundPoolDave Sparks2009-04-161-1/+189
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+127
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-122/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-6/+1
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+6
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+12
* Initial ContributionThe Android Open Source Project2008-10-211-0/+111