summaryrefslogtreecommitdiff
path: root/media/libmedia/AudioTrack.cpp
AgeCommit message (Expand)Author
2012-01-17Track volume cleanupGlenn Kasten
2012-01-17Move memcpy_to_i16_from_u8 to audio_utilsGlenn Kasten
2012-01-17Merge "Use size_t for frame size"Glenn Kasten
2012-01-17Merge "Use audio_stream_type_t consistently"Glenn Kasten
2012-01-13AudioTrack and AudioFlinger send level cleanupGlenn Kasten
2012-01-13Use size_t for frame sizeGlenn Kasten
2012-01-13Use audio_stream_type_t consistentlyGlenn Kasten
2012-01-12Merge "Use audio_format_t consistently"Glenn Kasten
2012-01-11libmedia new can't fail on AndroidGlenn Kasten
2012-01-09Merge "Clean up AudioTrack::mActive and stopped()"Glenn Kasten
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2012-01-05Use audio_format_t consistentlyGlenn Kasten
2012-01-05Clean up AudioTrack::mActive and stopped()Glenn Kasten
2012-01-05Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten
2011-12-14Merge "Fix indentation and whitespace"Glenn Kasten
2011-12-14Merge "Audio C++ comments"Glenn Kasten
2011-12-14Fix indentation and whitespaceGlenn Kasten
2011-12-14Merge "Remove unnecessary this->"Glenn Kasten
2011-12-14Merge "Remove redundant clear()"Glenn Kasten
2011-12-14Audio C++ commentsGlenn Kasten
2011-12-14Remove redundant clear()Glenn Kasten
2011-12-14Remove unnecessary this->Glenn Kasten
2011-12-14AudioTrack::setVolume check rangeGlenn Kasten
2011-11-16Bug 4903178 Restore priority and cgroup on stopGlenn Kasten
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-09-13Issue 5298399: Lost speech after a crash in gTalk.Eric Laurent
2011-09-08AudioTrack: extend callback thread sleep timeEric Laurent
2011-09-06Issue 5247986: Battery drain due to audio wakelockEric Laurent
2011-08-30226483: A2DP connected, but music out to speakerEric Laurent
2011-08-25Bug 4364249 Play position is 0 after flushing AudioTrackJean-Michel Trivi
2011-08-09Keep effects sessions active when the caller dies.Marco Nelissen
2011-06-23Merge "Fix warnings for uninitialized local variables"Glenn Kasten
2011-06-22Fix warnings for uninitialized local variablesGlenn Kasten
2011-06-17Added audio_bytes_per_sample() helper functionEric Laurent
2011-06-13audio: update for audio/audio_policy header names/locationsDima Zavin
2011-06-01Remove unnecessary level of priority indirectionGlenn Kasten
2011-06-01Use channel mask instead of channel count for track creationJean-Michel Trivi
2011-05-12update for new audio.h header locationDima Zavin
2011-04-27audio/media: convert to using the audio HAL and new audio defsDima Zavin
2011-04-05New fix for issue 4111672: control block flagsEric Laurent
2011-03-21Fix issue 3483718: audio streaming and A2DP.Eric Laurent
2011-03-18Fix issue 4111672: AudioTrack control block flagsEric Laurent
2011-03-08Fix issue 3439872: video chat and bluetooth SCOEric Laurent
2010-11-19Fix issue 3157123.Eric Laurent
2010-09-30Issue 3032913: improve AudioTrack recovery timeEric Laurent
2010-07-21Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent
2010-06-22Added support for audio sessions in MediaPlayer and AudioTrack.Eric Laurent
2010-06-21media: add AudioTrack::getMinFrameCount().Chia-chi Yeh
2010-06-03Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m...Eric Laurent