summaryrefslogtreecommitdiffstats
path: root/media/libmedia/AudioRecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of A/V changes from CodeAuroraKrishnankutty Kolathappilly2013-06-181-6/+87
* Squashed commit of updates from CodeAuroraMingming Yin2013-02-061-1/+6
* Squashed commit of audio changes from CodeAuroravivek mehta2012-12-231-0/+5
* AudioRecord: Fix minimum frame count calculation.Eric Laurent2012-09-061-1/+1
* AudioRecord lockingGlenn Kasten2012-07-171-14/+31
* AudioRecord::stop() return voidGlenn Kasten2012-07-131-3/+1
* AudioRecord client threading cleanupGlenn Kasten2012-07-131-55/+62
* getMinFrameCount error handlingGlenn Kasten2012-07-131-0/+5
* Add tid parameter to IAudioFlinger::openRecordGlenn Kasten2012-07-121-0/+4
* Simplify AudioRecord::getInputFramesLost()Glenn Kasten2012-07-121-4/+2
* Use audio_channel_mask_t more consistentlyGlenn Kasten2012-07-031-4/+5
* Remove acoustics from AudioSystem::getInput()Glenn Kasten2012-06-251-2/+0
* Use audio_channel_mask_t in AudioRecordGlenn Kasten2012-06-251-4/+4
* Include what you useGlenn Kasten2012-06-251-17/+7
* Remove AudioRecord record_flagsGlenn Kasten2012-06-221-6/+3
* Fix issues with synchronous record start.Eric Laurent2012-05-141-1/+4
* Use C APIs instead of C++ APIs for policyGlenn Kasten2012-04-231-4/+4
* Configure policy of mediaserver threadsGlenn Kasten2012-04-221-4/+4
* Make AudioTrack/AudioRecord handle more than 2^32 framesMarco Nelissen2012-03-301-1/+1
* implemented synchronous audio captureEric Laurent2012-03-291-5/+7
* IAudioFlinger::createTrack and openRecord flagsGlenn Kasten2012-03-191-4/+3
* Whitespace and indentationGlenn Kasten2012-03-131-9/+8
* Use AudioRecord::record_flags consistentlyGlenn Kasten2012-03-081-2/+2
* Merge "Shorten thread names"Glenn Kasten2012-02-291-1/+1
|\
| * Shorten thread namesGlenn Kasten2012-02-281-1/+1
* | AudioRecord const methodsGlenn Kasten2012-02-281-7/+7
|/
* AudioRecord and AudioTrack client tidGlenn Kasten2012-02-141-4/+33
* Merge "Remove dead mutex in AudioTrack/AudioRecord thread"Glenn Kasten2012-02-081-13/+0
|\
| * Remove dead mutex in AudioTrack/AudioRecord threadGlenn Kasten2012-02-021-13/+0
* | Use NULL not 0 for raw pointersGlenn Kasten2012-02-031-6/+6
|/
* Use audio_source_t consistentlyGlenn Kasten2012-01-261-5/+5
* Use audio_format_t consistently, continuedGlenn Kasten2012-01-201-6/+6
* Use size_t for frame sizeGlenn Kasten2012-01-131-1/+1
* libmedia new can't fail on AndroidGlenn Kasten2012-01-111-3/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-9/+9
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-6/+6
* Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten2012-01-051-6/+4
* Bug 4903178 Restore priority and cgroup on stopGlenn Kasten2011-11-161-5/+10
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-7/+7
* Keep effects sessions active when the caller dies.Marco Nelissen2011-08-091-0/+3
* AudioRecord: Fix getInput()Eric Laurent2011-07-261-1/+1
* Audio framework: support for audio pre processingEric Laurent2011-07-181-5/+16
* Merge "Fix warnings for uninitialized local variables"Glenn Kasten2011-06-231-1/+1
|\
| * Fix warnings for uninitialized local variablesGlenn Kasten2011-06-221-1/+1
* | Added audio_bytes_per_sample() helper functionEric Laurent2011-06-171-2/+2
|/
* Remove unnecessary level of priority indirectionGlenn Kasten2011-06-011-2/+2
* Use channel mask instead of channel count for track creationJean-Michel Trivi2011-06-011-14/+14
* 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-10/+13
* New fix for issue 4111672: control block flagsEric Laurent2011-04-051-14/+7