summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/AudioTrack.java
Commit message (Expand)AuthorAgeFilesLines
* AudioTrack: error reporting for getTimestamp()Eric Laurent2015-08-281-0/+50
* Merge "Improve getTimestamp documentation" into mnc-devGlenn Kasten2015-07-311-3/+11
|\
| * Improve getTimestamp documentationGlenn Kasten2015-07-301-3/+11
* | Change MNC codename to just M.Dianne Hackborn2015-07-291-4/+3
|/
* AudioTrack.Builder should throw exception on failure.Andy Hung2015-06-171-3/+10
* Adding default handler to (re)Routing callbacks where no handler is provided.Paul McLean2015-06-091-1/+2
* Improve error handling for AudioTrack write with PTSGlenn Kasten2015-05-271-1/+16
* Merge "Fix reading attributes for playback restrictions" into mnc-devJean-Michel Trivi2015-05-211-1/+1
|\
| * Fix reading attributes for playback restrictionsJean-Michel Trivi2015-05-201-1/+1
* | Merge "Fix AudioTrack, AudioRecord, AudioFormat API" into mnc-devAndy Hung2015-05-201-7/+24
|\ \
| * | Fix AudioTrack, AudioRecord, AudioFormat APIAndy Hung2015-05-201-7/+24
| |/
* | Merge "AudioFormat: more compressed formats" into mnc-devEric Laurent2015-05-201-2/+2
|\ \
| * | AudioFormat: more compressed formatsEric Laurent2015-05-191-2/+2
* | | Merge "Updating (and completing) documentation post API-council changes." int...Paul McLean2015-05-201-4/+18
|\ \ \ | |_|/ |/| |
| * | Updating (and completing) documentation post API-council changes.Paul McLean2015-05-201-4/+18
| |/
* | Merge "Update documentation for short transfer counts" into mnc-devGlenn Kasten2015-05-191-49/+125
|\ \
| * | Update documentation for short transfer countsGlenn Kasten2015-05-181-49/+125
| |/
* | Merge "Minor cleanup of comments and code" into mnc-devGlenn Kasten2015-05-181-12/+15
|\ \ | |/ |/|
| * Minor cleanup of comments and codeGlenn Kasten2015-05-121-12/+15
* | Merge "Rename mChannels to mChannelMask" into mnc-devGlenn Kasten2015-05-161-6/+6
|\ \
| * | Rename mChannels to mChannelMaskGlenn Kasten2015-05-121-6/+6
| |/
* | Spell out parametersGlenn Kasten2015-05-121-5/+5
|/
* Merge "Changes as per API council review." into mnc-devPaul McLean2015-05-111-13/+21
|\
| * Changes as per API council review.Paul McLean2015-05-081-13/+21
* | MediaSync: address API review.Wei Jia2015-05-081-16/+16
|/
* Implement audio routing callbacksEric Laurent2015-05-061-15/+38
* Pass PlaybackSettings as class object for AudioTrack JNIAndy Hung2015-04-291-30/+4
* Merge "Hide stretch mode from PlaybackSettings"Andy Hung2015-04-251-3/+2
|\
| * Hide stretch mode from PlaybackSettingsAndy Hung2015-04-241-3/+2
* | Merge "Move channel index computation to native AudioTrack JNI"Andy Hung2015-04-251-49/+2
|\ \ | |/
| * Move channel index computation to native AudioTrack JNIAndy Hung2015-04-241-49/+2
* | Merge "Fix API level in documentation to refer to MNC"Andy Hung2015-04-241-5/+6
|\ \
| * | Fix API level in documentation to refer to MNCAndy Hung2015-04-241-5/+6
| |/
* | 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-5/+122
|\ \
| * | (Re)routing Notification API in AudioTrack/AudioRecord.Paul McLean2015-04-231-5/+122
* | | Merge "Explicit routing in AudioRecord"Paul McLean2015-04-231-8/+8
|\ \ \ | |_|/ |/| |
| * | Explicit routing in AudioRecordPaul McLean2015-04-231-8/+8
* | | Add PlaybackSettings for use with AudioTrackAndy Hung2015-04-221-1/+64
|/ /
* | Merge "AudioTrack.write() with timestamp support"Rachad2015-04-211-0/+94
|\ \
| * | AudioTrack.write() with timestamp supportRachad2015-04-171-0/+94
* | | Add non-blocking writes to AudioTrackAndy Hung2015-04-171-11/+89
| |/ |/|
* | Adding explicit routing API to AudioTrackPaul McLean2015-04-161-0/+35
* | Default to minimum buffer size for AudioTrack.BuilderAndy Hung2015-04-131-20/+39
* | Add channel index mask to AudioTrack and AudioFormatAndy Hung2015-04-101-13/+93
|/
* AudioTrack: update javadoc for missing DEAD_OBJECT return codeJean-Michel Trivi2015-04-071-3/+9
* AudioTrack builder API.Jean-Michel Trivi2015-04-031-1/+184