summaryrefslogtreecommitdiff
path: root/media/libmedia/AudioRecord.cpp
AgeCommit message (Expand)Author
2012-09-06AudioRecord: Fix minimum frame count calculation.Eric Laurent
2012-07-17AudioRecord lockingGlenn Kasten
2012-07-13AudioRecord::stop() return voidGlenn Kasten
2012-07-13AudioRecord client threading cleanupGlenn Kasten
2012-07-13getMinFrameCount error handlingGlenn Kasten
2012-07-12Add tid parameter to IAudioFlinger::openRecordGlenn Kasten
2012-07-12Simplify AudioRecord::getInputFramesLost()Glenn Kasten
2012-07-03Use audio_channel_mask_t more consistentlyGlenn Kasten
2012-06-25Remove acoustics from AudioSystem::getInput()Glenn Kasten
2012-06-25Use audio_channel_mask_t in AudioRecordGlenn Kasten
2012-06-25Include what you useGlenn Kasten
2012-06-22Remove AudioRecord record_flagsGlenn Kasten
2012-05-14Fix issues with synchronous record start.Eric Laurent
2012-04-23Use C APIs instead of C++ APIs for policyGlenn Kasten
2012-04-22Configure policy of mediaserver threadsGlenn Kasten
2012-03-30Make AudioTrack/AudioRecord handle more than 2^32 framesMarco Nelissen
2012-03-29implemented synchronous audio captureEric Laurent
2012-03-19IAudioFlinger::createTrack and openRecord flagsGlenn Kasten
2012-03-13Whitespace and indentationGlenn Kasten
2012-03-08Use AudioRecord::record_flags consistentlyGlenn Kasten
2012-02-29Merge "Shorten thread names"Glenn Kasten
2012-02-28Shorten thread namesGlenn Kasten
2012-02-28AudioRecord const methodsGlenn Kasten
2012-02-14AudioRecord and AudioTrack client tidGlenn Kasten
2012-02-08Merge "Remove dead mutex in AudioTrack/AudioRecord thread"Glenn Kasten
2012-02-03Use NULL not 0 for raw pointersGlenn Kasten
2012-02-02Remove dead mutex in AudioTrack/AudioRecord threadGlenn Kasten
2012-01-26Use audio_source_t consistentlyGlenn Kasten
2012-01-20Use audio_format_t consistently, continuedGlenn Kasten
2012-01-13Use size_t for frame sizeGlenn Kasten
2012-01-11libmedia new can't fail on AndroidGlenn 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 the standard CC_LIKELY and CC_UNLIKELY macrosGlenn 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-08-09Keep effects sessions active when the caller dies.Marco Nelissen
2011-07-26AudioRecord: Fix getInput()Eric Laurent
2011-07-18Audio framework: support for audio pre processingEric Laurent
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-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-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