summaryrefslogtreecommitdiffstats
path: root/core/jni/android_media_AudioSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* media: Remove effect session callbacks from the frameworkSteve Kondik2016-04-271-36/+0
* media: Add flags, channelMask, and UID to audio session callbacksSteve Kondik2016-04-081-3/+4
* audiosystem: Add API for listening to effect session eventsSteve Kondik2016-03-081-0/+35
* Better handling of 0-length format conversions in convertAudioPortFromNative().Paul McLean2015-06-181-8/+12
* Map >= 24bit encodings to ENCODING_PCM_FLOATPaul McLean2015-06-171-6/+27
* Implement channel index masks in AudioDeviceInfo.Paul McLean2015-06-161-19/+47
* AudioService: indicate system ready to AudioFlingerEric Laurent2015-05-201-0/+6
* Implement audio routing callbacksEric Laurent2015-05-061-2/+3
* AudioService receives callback for dynamic policy mix state changesJean-Michel Trivi2015-04-291-3/+40
* audio port: support multiple clientsEric Laurent2015-04-011-12/+42
* Add missing paramater to AudioPort jni initialization.David Stevens2015-03-021-0/+1
* Add additional info to AudioPort for enum/selection API.Paul McLean2015-02-041-10/+20
* resolved conflicts for merge of 5196dd04 to lmp-mr1-dev-plus-aospEric Laurent2014-12-101-0/+199
|\
| * AudioSystem JNI: Add audio policy custom mixes registrationEric Laurent2014-12-081-0/+199
* | resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-211-79/+74
|\ \
| * | Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-79/+74
* | | resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aospDan Albert2014-11-201-3/+3
|\ \ \ | |/ /
| * | Merge "Fix clang warnings in core/jni."Dan Albert2014-11-201-3/+3
| |\ \
| | * | Fix clang warnings in core/jni.Dan Albert2014-11-201-3/+3
* | | | am d8c169fe: am 0c437fd3: Merge "Add appropriate casts for char16_t."Dan Albert2014-11-201-2/+5
|\ \ \ \ | |/ / /
| * | | Add appropriate casts for char16_t.Dan Albert2014-11-201-2/+5
| |/ /
* | | am a582bd4b: Merge "AudioSystem JNI: fix AudioPortConfig mask usage" into lmp...Eric Laurent2014-11-201-7/+25
|\ \ \ | | |/ | |/|
| * | AudioSystem JNI: fix AudioPortConfig mask usageEric Laurent2014-11-191-7/+25
* | | am 0626ec58: Merge "Frameworks/base: Wall Werror in core/jni"Andreas Gampe2014-11-131-2/+2
|\ \ \ | |/ / |/| / | |/
| * Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-2/+2
| * am e5fe7f3f: Merge "Fix android_media_AudioSystem_getMasterMute return type."Vladimir Marko2014-10-291-1/+1
| |\
| | * Fix android_media_AudioSystem_getMasterMute return type.Vladimir Marko2014-10-291-1/+1
* | | audiosystem JNI: check env pointer before use.Eric Laurent2014-11-121-1/+6
* | | Fix android_media_AudioSystem_getMasterMute return type.Vladimir Marko2014-10-291-1/+1
|/ /
* | AudioSystem: add API to query audio HW sync sourceEric Laurent2014-08-051-0/+8
* | rename AudioSystem::newAudioSessionId()Eric Laurent2014-07-281-1/+1
* | am 19597647: am ff6b0e24: am f1896106: Merge "Fixed VM memory leak in AudioSy...Elliott Hughes2014-06-201-0/+2
|\ \ | |/
| * Fixed VM memory leak in AudioSystem JNI interfaceViorel Suman2014-05-301-0/+2
* | AudioManager: add ability to allocate a new session IDJean-Michel Trivi2014-06-101-0/+7
* | AudioSystem JNI: fix audio gain channel countEric Laurent2014-06-041-2/+6
* | AudioManager: add audio port gain controlEric Laurent2014-05-301-22/+61
* | audio routing update listenerEric Laurent2014-05-301-1/+121
* | AudioSystem: added JNI for routing extensionsEric Laurent2014-05-301-1/+953
* | Resolved conflicts for merge of 28c6ec02 to masterNarayan Kamath2014-01-161-26/+26
|\ \ | |/
| * AArch64: Use long for pointers in media classesAshok Bhat2014-01-151-26/+26
* | Remove I/O handle from get/setParameters parameter listGlenn Kasten2013-12-191-2/+2
|/
* AudioSystem: new audioflinger restart detectionEric Laurent2013-08-191-18/+17
* Revert "Fix media server restart detection mechanism"Eric Laurent2013-08-191-31/+1
* Merge "Remove unused includes"Glenn Kasten2013-07-231-5/+0
|\
| * Remove unused includesGlenn Kasten2013-07-221-5/+0
* | Merge "Inform AudioFlinger of device's low RAM attribute"Glenn Kasten2013-07-221-0/+7
|\ \ | |/ |/|
| * Inform AudioFlinger of device's low RAM attributeGlenn Kasten2013-07-181-0/+7
* | Fix media server restart detection mechanismEric Laurent2013-07-181-1/+31
|/
* Expose latency methods through AudioManager and AudioTrack.Oliver Woodman2013-06-261-0/+12
* Add support for querying whether the music stream is active remotelyJean-Michel Trivi2013-02-111-0/+10