summaryrefslogtreecommitdiffstats
path: root/media/libmedia/AudioRecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up channel count and channel maskGlenn Kasten2012-11-191-12/+8
* Merge ""if" statements use curly braces per media style"Glenn Kasten2012-11-161-2/+4
|\
| * "if" statements use curly braces per media styleGlenn Kasten2012-11-161-2/+4
* | Don't use control block frame count after createGlenn Kasten2012-11-161-4/+4
|/
* Use size_t for frame countsGlenn Kasten2012-11-151-6/+12
* Use uint32_t for sample rateGlenn Kasten2012-11-141-2/+2
* Simplify AudioRecord::restoreTrack_l()Glenn Kasten2012-11-131-49/+44
* Move frame size out of the control blockGlenn Kasten2012-11-121-11/+9
* Move buffers pointer out of the control blockGlenn Kasten2012-11-081-2/+2
* Remove CBLK_DIRECTION from control block flagsGlenn Kasten2012-11-071-5/+4
* Removed unused fields in AudioRecord::BufferGlenn Kasten2012-11-061-3/+0
* Simplify control block flag namesGlenn Kasten2012-11-051-11/+11
* Line length 100Glenn Kasten2012-11-011-2/+4
* 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