summaryrefslogtreecommitdiffstats
path: root/media/jni/soundpool
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of a976bddd to masterYing Wang2013-04-091-0/+1
|\
| * Add liblogYing Wang2013-04-091-0/+1
* | Phase 1 of refactoring SystemServer.Dan Morrill2013-04-042-49/+49
|/
* Remove obsolete references to libmedia_nativeGlenn Kasten2012-10-301-2/+1
* frameworks base Android.mk file changesJames Dong2012-03-282-4/+1
* reorganize SoundPool and JetPlayer code.Eric Laurent2012-03-266-1331/+5
* Add libmedia_nativeGlenn Kasten2012-03-161-1/+2
* 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-102-4/+5
* Use audio_stream_type_t consistentlyGlenn Kasten2012-01-133-6/+6
* Merge "Use audio_format_t consistently"Glenn Kasten2012-01-122-4/+4
|\
| * Use audio_format_t consistentlyGlenn Kasten2012-01-052-4/+4
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-082-8/+8
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-062-3/+3
|/
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-263-76/+76
* Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-012-4/+4
* Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-012-4/+4
* 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
* You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-1/+1
* Fix issue 3261656.Eric Laurent2011-01-073-121/+198
* Fix issue 3157123.Eric Laurent2010-11-191-1/+0
* Add a name to the previously-unnamed thread created by SoundPoolThread.Steve Howard2010-03-112-3/+2
* 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-163-1/+76
* Fix SoundPool restart problem CheckJNI issue.Dave Sparks2009-12-231-1/+5
* Add OnLoadCompleteListener to SoundPool.Dave Sparks2009-12-235-57/+111
* 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
* | More SoundPool cleanup. Remove mSoundPoolRef and unused notify callback.Dave Sparks2009-12-071-4/+0
* | Remove unused Java object reference in native SoundPool code.Dave Sparks2009-12-073-4/+3
|/
* am 17c195c8: Merge change 9340 into donutAndroid (Google) Code Review2009-07-312-11/+9
|\
| * Fix issue 2025872: Deadlock in SoundPool.stopEric Laurent2009-07-312-11/+9
* | Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-2/+3
* | am 5f2b05ea: Merge change 8220 into donutAndroid (Google) Code Review2009-07-221-2/+1
|\ \ | |/
| * Fix issue 1996218: Disable use of shared memory buffer by SoundPool.Eric Laurent2009-07-221-2/+1
* | am 450ad31b: Merge change 2774 into donutAndroid (Google) Code Review2009-06-011-6/+10
|\ \ | |/
| * Limit check on maxChannels for SoundPool.Dave Sparks2009-06-011-6/+10
* | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-201-0/+1
|/
* fix issue 1641535: SoundPool should use AudioTrack with shared memory bufferEric Laurent2009-05-071-1/+4
* Automated import from //branches/donutburger/...@140818,140818Dianne Hackborn2009-03-241-0/+190
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-0/+1459
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-1459/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-4/+5
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-102-17/+34
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-301/+330
* Initial ContributionThe Android Open Source Project2008-10-216-0/+1412