summaryrefslogtreecommitdiffstats
path: root/core/jni/android_media_AudioRecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add comments to indicate code review was done for bugs" into mnc-devGlenn Kasten2015-05-281-0/+1
|\
| * Add comments to indicate code review was done for bugsGlenn Kasten2015-05-181-0/+1
* | Merge "Test for non-null AudioTrack() object in android_media_AudioTrack_setO...Paul McLean2015-05-211-1/+1
|\ \
| * | Test for non-null AudioTrack() object in android_media_AudioTrack_setOutputDe...Paul McLean2015-05-211-1/+1
| |/
* | Fix AudioTrack, AudioRecord, AudioFormat APIAndy Hung2015-05-201-4/+4
|/
* Merge "Implement audio routing callbacks" into mnc-devEric Laurent2015-05-061-0/+92
|\
| * Implement audio routing callbacksEric Laurent2015-05-061-0/+92
* | AudioRecord JNI: use default UID / PIDJean-Michel Trivi2015-05-051-0/+1
|/
* Respect the record audio app op - frameworkSvet Ganov2015-04-281-3/+7
* AudioRecord device select continuedPaul McLean2015-04-281-3/+2
* Merge "Explicit routing in AudioRecord"Paul McLean2015-04-231-0/+8
|\
| * Explicit routing in AudioRecordPaul McLean2015-04-231-0/+8
* | Add channel index mask to AudioRecordAndy Hung2015-04-221-3/+11
|/
* Add non-blocking reads to AudioRecordAndy Hung2015-04-161-111/+69
* Default to minimum buffer size for AudioRecord.BuilderAndy Hung2015-04-141-0/+13
* Add floating point AudioRecord readAndy Hung2015-04-071-0/+53
* Fix AudioRecord read to be blockingAndy Hung2015-03-131-8/+2
* am 981951e4: am 563e61f5: Merge "AudioRecord JNI: pass attributes to native A...Eric Laurent2014-11-271-1/+2
|\
| * AudioRecord JNI: pass attributes to native AudioRecord.Eric Laurent2014-11-261-1/+2
* | resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-211-46/+15
|\ \ | |/ |/|
| * Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-46/+15
* | AudioRecorder read buffer overflowJon Eklund2014-11-131-1/+1
|/
* AudioRecord: add HW hotword capture flagEric Laurent2014-09-191-3/+12
* AudioAttributes and AudioRecord.Jean-Michel Trivi2014-07-281-10/+46
* audio: fixed channel count determination from channel maskEric Laurent2014-07-011-1/+1
* AudioSystem: native to JAVA status translationEric Laurent2014-05-161-31/+15
* fix AudioTrack and AudioRecord JNIEric Laurent2014-04-301-6/+39
* Merge "AudioTrack and AudioRecord JNI cleanup"Glenn Kasten2014-03-311-6/+6
|\
| * AudioTrack and AudioRecord JNI cleanupGlenn Kasten2014-03-281-6/+6
* | Merge "Use set() return value instead of separate call to initCheck()"Glenn Kasten2014-03-311-2/+1
|\ \
| * | Use set() return value instead of separate call to initCheck()Glenn Kasten2014-03-281-2/+1
| |/
* | Fix warningsGlenn Kasten2014-03-281-2/+2
|/
* am d8ccf8b7: am be094d89: am 8fb22ae7: am eee2c72f: Merge "Various format str...Narayan Kamath2014-02-281-2/+3
|\
| * Various format string fixes for 64bitKévin PETIT2014-02-241-2/+3
* | Resolved conflicts for merge of 28c6ec02 to masterNarayan Kamath2014-01-161-22/+22
|\ \ | |/
| * AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-22/+22
* | Prepare for additional formats beyond 8-bit and 16-bit PCMGlenn Kasten2014-01-101-17/+1
* | Prepare for additional formats beyond 8-bit and 16-bit PCMGlenn Kasten2013-12-191-9/+18
* | Include more information in AudioRecord error logsGlenn Kasten2013-12-021-4/+6
|/
* Revert "Workaround for slow AudioRecord destructor"Glenn Kasten2013-09-201-23/+0
* Workaround for slow AudioRecord destructorGlenn Kasten2013-09-191-0/+23
* Add HOTWORD as an AudioSourceEric Laurent2013-09-101-2/+9
* Update audio commentsGlenn Kasten2013-08-061-1/+1
* Merge "Replace run-time PCM encodings by compile-time constants"Glenn Kasten2013-08-051-34/+10
|\
| * Replace run-time PCM encodings by compile-time constantsGlenn Kasten2013-08-021-34/+10
* | Explicitly compare raw pointers to NULLGlenn Kasten2013-08-021-2/+2
|/
* Rename mChannels to mChannelMask to avoid ambiguityGlenn Kasten2013-07-241-7/+8
* Merge "Use switch in callback handler for events, and no EVENT_MORE_DATA"Glenn Kasten2013-07-231-6/+6
|\
| * Use switch in callback handler for events, and no EVENT_MORE_DATAGlenn Kasten2013-07-221-6/+6
* | Merge "Remove unused includes"Glenn Kasten2013-07-231-10/+0
|\ \