summaryrefslogtreecommitdiffstats
path: root/media/jni/soundpool/SoundPool.cpp
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE SoundPool: add lock for findSample access from SoundPoolThreadAndy Hung2015-12-101-14/+27
* Add comments to indicate code review was done for bugsGlenn Kasten2015-05-181-0/+1
* Fix SoundPool.unload() return valueAndy Hung2015-05-151-1/+1
* AudioTrack in SoundPool uses audio_attributes_t parameterJean-Michel Trivi2015-05-131-2/+6
* Check for null codec from AMediaCodec_createDecoderByTypeAndy Hung2015-04-291-4/+5
* Fix SoundPool track recycling for fast tracksAndy Hung2015-03-301-5/+9
* Merge "Revert "Revert "soundpool: update sample rate when reusing audiotrack"""Andy Hung2015-03-171-0/+2
|\
| * Revert "Revert "soundpool: update sample rate when reusing audiotrack""Andy Hung2015-03-171-0/+2
* | Merge "Revert "Revert "soundpool: reuse channel for same sample if available"""Andy Hung2015-03-171-33/+50
|\ \
| * | Revert "Revert "soundpool: reuse channel for same sample if available""Andy Hung2015-03-171-33/+50
* | | Merge "Revert "soundpool: reuse channel for same sample if available""Glenn Kasten2015-03-101-50/+33
|\ \ \ | |/ /
| * | Revert "soundpool: reuse channel for same sample if available"Glenn Kasten2015-03-091-50/+33
| |/
* | Merge "Revert "soundpool: update sample rate when reusing audiotrack""Glenn Kasten2015-03-101-2/+0
|\ \ | |/
| * Revert "soundpool: update sample rate when reusing audiotrack"Glenn Kasten2015-03-091-2/+0
* | Fix SoundPool playback of multichannel files.Andy Hung2015-03-061-3/+5
|/
* soundpool: update sample rate when reusing audiotrackDhananjay Kumar2015-03-041-0/+2
* soundpool: reuse channel for same sample if availableHaynes Mathew George2015-03-041-33/+50
* Fix memory leakMarco Nelissen2015-02-101-0/+1
* Fix printf formatMarco Nelissen2015-01-271-2/+2
* Make SoundPool use MediaCodecMarco Nelissen2015-01-231-0/+1018
* reorganize SoundPool and JetPlayer code.Eric Laurent2012-03-261-908/+0
* Use audio_policy_output_flags_t consistentlyGlenn Kasten2012-03-091-2/+3
* Update commentsGlenn Kasten2012-02-141-1/+1
* Follow raw pointer and sp<> conventionsGlenn Kasten2012-02-101-3/+4
* Use audio_stream_type_t consistentlyGlenn Kasten2012-01-131-2/+2
* Merge "Use audio_format_t consistently"Glenn Kasten2012-01-121-1/+1
|\
| * Use audio_format_t consistentlyGlenn Kasten2012-01-051-1/+1
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
|/
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-55/+55
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-011-2/+2
* Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-011-2/+2
* update for new audio.h header locationDima Zavin2011-05-121-1/+1
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-3/+5
* Fix issue 3261656.Eric Laurent2011-01-071-113/+189
* Add a name to the previously-unnamed thread created by SoundPoolThread.Steve Howard2010-03-111-2/+1
* Fix logging in SoundPool.Dave Sparks2010-02-171-2/+2
* Add SoundPool API to pause and resume all active streams. Bug 2426531.Dave Sparks2010-02-161-0/+43
* Add OnLoadCompleteListener to SoundPool.Dave Sparks2009-12-231-5/+24
* am b5fc8ffc: am 91487425: Merge change I0448ef20 into eclairDave Sparks2009-12-151-5/+6
|\
| * Fix SoundPool buffer size rounding error. Bug 2327620.Dave Sparks2009-12-141-5/+6
* | Remove unused Java object reference in native SoundPool code.Dave Sparks2009-12-071-2/+1
|/
* am 17c195c8: Merge change 9340 into donutAndroid (Google) Code Review2009-07-311-11/+8
|\
| * Fix issue 2025872: Deadlock in SoundPool.stopEric Laurent2009-07-311-11/+8
* | Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-2/+3
|/
* Fix issue 1996218: Disable use of shared memory buffer by SoundPool.Eric Laurent2009-07-221-2/+1
* Limit check on maxChannels for SoundPool.Dave Sparks2009-06-011-6/+10
* fix issue 1641535: SoundPool should use AudioTrack with shared memory bufferEric Laurent2009-05-071-1/+4
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+764