summaryrefslogtreecommitdiffstats
path: root/core/jni/android_media_AudioRecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of audio changes from CodeAuroravivek mehta2012-12-231-9/+74
* 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
* Use getMinFrameCount() instead of querying AudioSystem directly.Chia-chi Yeh2010-08-191-22/+15
* Add locking around AudioRecord release() function in JNI. Bug 2481952.Dave Sparks2010-03-151-14/+16
* Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persiste...Eric Laurent2009-12-071-4/+4
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-15/+11
* Fix global ref leak in android.media.AudioRecord. Delete global refsJean-Michel Trivi2009-07-171-1/+5
* Fix issue 1846343 - part 1Eric Laurent2009-05-261-25/+9
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+601
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-601/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+36
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-5/+5
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+566