summaryrefslogtreecommitdiffstats
path: root/core/jni/android_media_AudioTrack.cpp
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-21/+21
* Java API for AudioTrack timestampsGlenn Kasten2013-09-041-0/+25
* Merge "Explicitly compare raw pointers to NULL"Glenn Kasten2013-08-051-2/+2
|\
| * Explicitly compare raw pointers to NULLGlenn Kasten2013-08-021-2/+2
* | Remove dead code in AudioTrack JNIGlenn Kasten2013-08-021-20/+0
|/
* Rename mChannels to mChannelMask to avoid ambiguityGlenn Kasten2013-07-241-1/+1
* Merge "Use switch in callback handler for events, and no EVENT_MORE_DATA"Glenn Kasten2013-07-231-7/+6
|\
| * Use switch in callback handler for events, and no EVENT_MORE_DATAGlenn Kasten2013-07-221-7/+6
* | Merge "Replace run-time PCM encodings by compile-time constants"Glenn Kasten2013-07-231-21/+12
|\ \
| * | Replace run-time PCM encodings by compile-time constantsGlenn Kasten2013-07-191-21/+12
| |/
* | Remove unused includesGlenn Kasten2013-07-221-7/+0
|/
* AudioTrack write() on a full buffer while paused returns 0Glenn Kasten2013-07-101-0/+4
* Return correct status for android.media.AudioTrack.write(short[]...)Glenn Kasten2013-07-101-3/+6
* Expose latency methods through AudioManager and AudioTrack.Oliver Woodman2013-06-261-0/+14
* fix JNI use of incStrong/decStrongMathias Agopian2013-03-061-2/+2
* Merge "Replace run-time modes by compile-time constants"Glenn Kasten2012-12-051-18/+14
|\
| * Replace run-time modes by compile-time constantsGlenn Kasten2012-11-291-18/+14
* | new can't fail on AndroidGlenn Kasten2012-12-031-4/+0
|/
* Use size_t for frame countGlenn Kasten2012-11-151-2/+2
* Use uint32_t for sample rateGlenn Kasten2012-11-141-2/+2
* 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
|\ \ | |/