summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Audio VTS: HAL can support more than the native sampling ratesKevin Rocard2017-12-051-13/+17
* Audio VTS: Allow 4GB buffer prepareToWrite/Read to succeed on 64 bitsMikhail Naganov2017-10-101-16/+32
* Audio VTS: do not test duplicate policy configuration fileKevin Rocard2017-09-141-0/+1
* Audio VTS: remove expectation of policy configuration unicityKevin Rocard2017-09-081-4/+0
* Allow partially dynamic profile in the audio policy configKevin Rocard2017-09-061-4/+4
* Audio VTS: Look for Audio policy config in all supported foldersKevin Rocard2017-08-231-2/+17
* Audio policy config xsd: add missing gains and address in portsKevin Rocard2017-07-271-0/+35
* Merge "audiohal: Prevent logspam when calling get_presentation_position" into...TreeHugger Robot2017-06-084-18/+34
|\
| * audiohal: Prevent logspam when calling get_presentation_positionMikhail Naganov2017-05-314-18/+34
* | Audio VTS: Enforce policy configuration formatKevin Rocard2017-06-024-0/+212
* | Audio VTS: Test now use Android.mkKevin Rocard2017-06-024-40/+43
* | VTS Audio Effect: Do not check the result of IEffect::offload methodMikhail Naganov2017-06-021-4/+1
* | Merge "Audio: Add XML schema for audio policy configuration" into oc-devTreeHugger Robot2017-06-011-0/+496
|\ \
| * | Audio: Add XML schema for audio policy configurationEric Laurent2017-05-311-0/+496
| |/
* | Merge "Revert "audiohal: Add diagnostics to investigate HAL call crashes"" in...TreeHugger Robot2017-06-014-63/+10
|\ \ | |/ |/|
| * Revert "audiohal: Add diagnostics to investigate HAL call crashes"Mikhail Naganov2017-05-314-63/+10
* | Merge "Temporary disable tests failing tests for O" into oc-devTreeHugger Robot2017-05-231-12/+4
|\ \
| * | Temporary disable tests failing tests for OKevin Rocard2017-05-171-12/+4
* | | Update makefiles. (2/2)Steven Moreland2017-05-193-0/+3
* | | VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload methodMikhail Naganov2017-05-191-2/+4
* | | audio HAL: fix getParameters status check.Eric Laurent2017-05-171-2/+3
|/ /
* | Audio HAL: A speech volume outside of [0,1] is an errorKevin Rocard2017-05-152-7/+8
* | Audio HAL VTS: Some methods are not optionalKevin Rocard2017-05-121-2/+2
* | Merge changes from topic 'audio-primary-hal-vts-fix' into oc-devKevin Rocard2017-05-118-758/+1169
|\ \
| * | Audio HAL: A volume/gain outside of [0,1] is an errorKevin Rocard2017-05-084-10/+61
| * | Audio HAL VTS: Log test unexpected behaviourKevin Rocard2017-05-081-0/+6
| * | Audio HAL VTS: Improve ASSERT of Result and ReturnKevin Rocard2017-05-082-37/+81
| * | Audio HAL VTS: stopped stream state getters may return INVALID_STATEKevin Rocard2017-05-081-5/+17
| * | Audio HAL VTS: setGain allow -0.0Kevin Rocard2017-05-081-7/+8
| * | Audio HAL VTS: Some methods are optionalKevin Rocard2017-05-081-11/+24
| * | Audio HAL VTS: GetPresentationPosition may return 0 on stop streamKevin Rocard2017-05-081-0/+7
| * | Audio HAL VTS: getDevice() == NONE => not supportedKevin Rocard2017-05-081-1/+6
| * | Audio HAL VTS: Getter test assert logic was incorrectKevin Rocard2017-05-081-2/+4
| * | Audio HAL VTS: debugDump can only test for crashKevin Rocard2017-05-081-7/+17
| * | Audio HAL VTS: Sanitize prepareFor{Writing,Reading} input sizeKevin Rocard2017-05-083-6/+42
| * | Audio HAL VTS: refactor prepareFor{Reading,Writing}Kevin Rocard2017-05-082-22/+29
| * | Audio HAL VTS: Sanitize setMode inputKevin Rocard2017-05-082-6/+22
| * | Audio HAL VTS: Allow OK when setting a non existing parameterKevin Rocard2017-05-081-7/+11
| * | Audio HAL VTS: differentiate getParam success/failure/not_implementedKevin Rocard2017-05-082-26/+40
| * | Audio HAL VTS: Fix style on modified filesKevin Rocard2017-05-087-666/+849
| |/
* / Update makefiles for c++-sources and c++-headers. (2/2)Steven Moreland2017-05-093-6/+6
|/
* audiohal: Add diagnostics to investigate HAL call crashesMikhail Naganov2017-05-044-10/+63
* audiohal: Fix incorrect parameter handling in IDevicesFactory::openDeviceMikhail Naganov2017-05-042-11/+25
* Revert "audiohal: Get rid of multiple inheritance in IDevice implementation"Mikhail Naganov2017-05-033-74/+33
* audiohal: Get rid of multiple inheritance in IDevice implementationMikhail Naganov2017-04-293-33/+74
* audiohal: Support stateful downmixer effectsMikhail Naganov2017-04-271-1/+4
* Merge "audiohal: Fix handling of invalid arguments in 'debugDump' methods" in...Mikhail Naganov2017-04-265-3/+19
|\
| * audiohal: Fix handling of invalid arguments in 'debugDump' methodsMikhail Naganov2017-04-255-3/+19
* | audiohal: Fix typos in comments, add missing commentsMikhail Naganov2017-04-254-5/+17
|/
* audio hal: initialize audio patch handleDerek Chen2017-04-201-1/+1