summaryrefslogtreecommitdiffstats
path: root/core/jni/android_media_AudioRecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Remove unused includesGlenn Kasten2013-07-221-10/+0
| |/
* | Return correct status for android.media.AudioRecord.read(short[]...)Glenn Kasten2013-07-221-3/+6
|/
* fix JNI use of incStrong/decStrongMathias Agopian2013-03-061-2/+2
* new can't fail on AndroidGlenn Kasten2012-12-031-4/+0
* Use size_t for frame countGlenn Kasten2012-11-151-1/+1
* Use audio_channel_mask_t more consistentlyGlenn Kasten2012-07-031-1/+1
* Remove AudioRecord record_flagsGlenn Kasten2012-06-221-1/+0
* Fix threading issues in AudioRecord JNIEric Laurent2012-04-201-72/+96
* implemented synchronous audio captureEric Laurent2012-03-291-3/+4
* Merge "Use correct syntax for #include <> """Glenn Kasten2012-03-141-6/+6
|\
| * Use correct syntax for #include <> ""Glenn Kasten2012-03-131-6/+6
* | Whitespace and indentationGlenn Kasten2012-03-131-54/+54
|/
* Use AudioRecord::record_flags consistentlyGlenn Kasten2012-03-081-1/+1
* Update commentsGlenn Kasten2012-02-141-1/+1
* Use audio_source_t consistentlyGlenn Kasten2012-01-261-2/+2
* Use audio_format_t consistently, continuedGlenn Kasten2012-01-201-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-20/+20
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-8/+8
* AudioRecord JAVA: expose audio session IdEric Laurent2011-07-181-3/+28
* 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-5/+8
* Don't use local ref for cached jclass reference in JNI codeBrian Carlstrom2011-04-061-8/+5
* Fix issue 3439872: video chat and bluetooth SCOEric Laurent2011-03-081-2/+6