summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/AudioRecord.java
Commit message (Expand)AuthorAgeFilesLines
* Add hotword AudioService null checkMatt Garnes2016-05-111-1/+8
* Udpate instrumentation codeWilliam Clark2015-11-301-3/+2
* Add broadcast and query API for AudioSource.HOTWORD.Matt Garnes2015-10-281-0/+19
* SEEMP: Add more framework instrumentationWilliam Clark2015-10-061-0/+3
* audio: enable recording in new formatsSidipotu Ashok2015-10-061-12/+0
* audio: add support for extended audio encodingMingming Yin2015-10-061-0/+21
* AudioRecord.Builder should throw exception on failure.Andy Hung2015-06-171-4/+11
* Adding default handler to (re)Routing callbacks where no handler is provided.Paul McLean2015-06-091-1/+2
* Merge "Fix AudioTrack, AudioRecord, AudioFormat API" into mnc-devAndy Hung2015-05-201-5/+5
|\
| * Fix AudioTrack, AudioRecord, AudioFormat APIAndy Hung2015-05-201-5/+5
* | Updating (and completing) documentation post API-council changes.Paul McLean2015-05-201-4/+18
|/
* AudioRecord.Builder works with no or partial parametersJean-Michel Trivi2015-05-111-2/+18
* Merge "android.media.AudioRecord.Builder: no "capture preset"" into mnc-devJean-Michel Trivi2015-05-111-15/+15
|\
| * android.media.AudioRecord.Builder: no "capture preset"Jean-Michel Trivi2015-05-091-15/+15
* | Changes as per API council review.Paul McLean2015-05-081-13/+21
|/
* Implement audio routing callbacksEric Laurent2015-05-061-13/+45
* Add camera app op - frameworkSvetoslav2015-05-021-13/+1
* Respect the record audio app op - frameworkSvet Ganov2015-04-281-3/+14
* Increase AudioTrack and AudioRecord max sample rate to 192kHzAndy Hung2015-04-231-1/+1
* Merge "Add getFormat to AudioTrack and AudioRecord"Andy Hung2015-04-241-3/+25
|\
| * Add getFormat to AudioTrack and AudioRecordAndy Hung2015-04-231-3/+25
* | Fix buildGlenn Kasten2015-04-231-2/+2
* | Merge "(Re)routing Notification API in AudioTrack/AudioRecord."Paul McLean2015-04-231-1/+117
|\ \
| * | (Re)routing Notification API in AudioTrack/AudioRecord.Paul McLean2015-04-231-1/+117
* | | Merge "Explicit routing in AudioRecord"Paul McLean2015-04-231-0/+35
|\ \ \ | |_|/ |/| |
| * | Explicit routing in AudioRecordPaul McLean2015-04-231-0/+35
| |/
* | Add channel index mask to AudioRecordAndy Hung2015-04-221-9/+19
|/
* Add non-blocking reads to AudioRecordAndy Hung2015-04-161-17/+114
* Default to minimum buffer size for AudioRecord.BuilderAndy Hung2015-04-141-3/+28
* Increase AudioRecord sample rate limit to 96kHzAndy Hung2015-04-131-1/+7
* Add floating point AudioRecord readAndy Hung2015-04-071-19/+83
* AudioRecord builderJean-Michel Trivi2015-03-251-2/+164
* enable FM tuner and hotword capture for system apps.Eric Laurent2015-03-091-2/+3
* AudioRecord: filter attributesJean-Michel Trivi2014-12-221-6/+11
* am dce7a427: Merge "Full volume on remote submix for apps that need it" into ...Jean-Michel Trivi2014-10-071-1/+39
|\
| * Full volume on remote submix for apps that need itJean-Michel Trivi2014-10-071-1/+39
* | [FM] Add FM_TUNER audio source to support L version FM radio appBenson Huang2014-10-061-0/+1
|/
* AudioAttributes and AudioRecord.Jean-Michel Trivi2014-07-281-35/+108
* AudioSystem: native to JAVA status translationEric Laurent2014-05-161-6/+6
* Add AudioFormat.getBytesPerSample and use itGlenn Kasten2014-05-061-1/+1
* Resolved conflicts for merge of 28c6ec02 to masterNarayan Kamath2014-01-161-2/+2
|\
| * AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-2/+2
* | Merge "Use AUDIO_SESSION_ALLOCATE instead of hard-coded 0"Glenn Kasten2014-01-151-2/+2
|\ \
| * | Use AUDIO_SESSION_ALLOCATE instead of hard-coded 0Glenn Kasten2013-06-261-2/+2
* | | Update comments for AudioRecord IllegalArgumentExceptionGlenn Kasten2013-12-021-3/+4
* | | Document need to call AudioRecord.getState() after constructionGlenn Kasten2013-12-021-0/+3
* | | Fix typo nbChannels -> channelMaskGlenn Kasten2013-11-221-1/+1
| |/ |/|
* | Add HOTWORD as an AudioSourceEric Laurent2013-09-101-1/+2
* | Update audio commentsGlenn Kasten2013-08-061-5/+7
* | Merge "Don't doubly initialize fields in constructor"Glenn Kasten2013-08-051-5/+4
|\ \