summaryrefslogtreecommitdiffstats
path: root/core/jni/android_media_AudioTrack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of audio changes from CodeAuroravivek mehta2012-12-231-6/+114
* Fix threading issues in AudioRecord JNIEric Laurent2012-04-201-154/+152
* rename audio policy flagsEric Laurent2012-04-181-2/+2
* Merge "Use correct syntax for #include <> """Glenn Kasten2012-03-141-6/+6
|\
| * Use correct syntax for #include <> ""Glenn Kasten2012-03-131-6/+6
* | Whitespace and indentationGlenn Kasten2012-03-131-53/+53
|/
* Use audio_policy_output_flags_t consistentlyGlenn Kasten2012-03-091-2/+2
* Rename JNI implementation to match Java methodGlenn Kasten2012-01-191-5/+5
* Replace run-time stream types by compile-timeGlenn Kasten2012-01-171-77/+25
* Use audio_stream_type_t consistentlyGlenn Kasten2012-01-131-3/+3
* 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-22/+22
|/
* Fix indentation and whitespaceGlenn Kasten2011-12-141-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-8/+8
* Fix bug 4319552 Java to native channel mask translationJean-Michel Trivi2011-07-251-7/+12
* Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-011-1/+1
* Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-011-1/+1
* 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-24/+27
* Don't use local ref for cached jclass reference in JNI codeBrian Carlstrom2011-04-061-9/+7
* Fix issue 3439872: video chat and bluetooth SCOEric Laurent2011-03-081-2/+6
* fix problem in AudioEffect JNI setup.Eric Laurent2010-09-241-13/+19
* Use getMinFrameCount() instead of querying AudioSystem directly.Chia-chi Yeh2010-08-191-21/+5
* Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-211-0/+40
* Added support for audio sessions in MediaPlayer and AudioTrack.Eric Laurent2010-06-221-4/+29
* Fix issue 2015322 mediaframeworktest.MediaAudioTrackTest fails.Eric Laurent2009-07-281-4/+12
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-18/+11
* am 733cbb00: Merge change 7492 into donutAndroid (Google) Code Review2009-07-171-0/+8
|\
| * Delete leaked global ref in AudioTrack constructor.Jean-Michel Trivi2009-07-161-0/+8
* | am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the p...Eric Laurent2009-07-071-3/+4
|\ \ | |/
| * Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate ...Eric Laurent2009-07-071-3/+4
* | move libbinder's header files under includes/binderMathias Agopian2009-05-201-2/+2
|/
* Check the size of the data to write for STATIC AudioTrack objects.Jean-Michel Trivi2009-05-081-25/+42
* Automated import from //branches/donutburger/...@142372,142372Jean-Michel Trivi2009-03-241-0/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+936
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-918/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-26/+8
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-8/+26
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-14/+45
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-12/+21
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-34/+73
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-17/+24
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+832