summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/AudioDeviceInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add a (hidden) mapping for REMOTE_SUBMIX device types for CTS test."Paul Mclean2015-08-071-10/+4
* Merge "Consider channel index masks when calculating channel counts." into mn...Paul Mclean2015-08-061-7/+20
|\
| * Consider channel index masks when calculating channel counts.Paul McLean2015-08-051-7/+20
* | Merge "Add a (hidden) mapping for REMOTE_SUBMIX device types for CTS test." i...Paul Mclean2015-08-061-4/+10
|\ \
| * | Add a (hidden) mapping for REMOTE_SUBMIX device types for CTS test.Paul McLean2015-08-061-4/+10
| |/
* | Documenting behavior of returning a 0-length array for formats,Paul McLean2015-08-051-0/+10
|/
* audio: add definitions for devices connected over IPEric Laurent2015-07-061-0/+7
* Implement channel index masks in AudioDeviceInfo.Paul McLean2015-06-161-2/+1
* AudioFormat: more compressed formatsEric Laurent2015-05-191-1/+1
* Change AudioDevicesInfo.getFormats() to getEncodings().Paul McLean2015-05-141-1/+1
* Merge "New policy for internal and wired device names." into mnc-devPaul McLean2015-05-141-2/+3
|\
| * New policy for internal and wired device names.Paul McLean2015-05-131-2/+3
* | Add getChannelIndexMasks API to AudioDeviceInfoAndy Hung2015-05-131-9/+25
|/
* Changes as per API council review.Paul McLean2015-05-081-9/+13
* Audio Devices Enumeration/Notification APIPaul McLean2015-04-151-0/+277