summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* audiohal: Fix typos in comments, add missing commentsMikhail Naganov2017-04-254-5/+17
* audio hal: initialize audio patch handleDerek Chen2017-04-201-1/+1
* Audio primary hal: fix member function used before initKevin Rocard2017-04-191-1/+1
* Merge changes from topic 'vts-audio-fix' into oc-devTreeHugger Robot2017-04-193-16/+72
|\
| * Audio HAL: Destroy EventFlag on failed prepareTo{write,read}Kevin Rocard2017-04-072-6/+14
| * Audio HAL: Check for buffer size overflowKevin Rocard2017-04-072-4/+17
| * Audio HAL: Detect buffer memory allocation failureKevin Rocard2017-04-072-5/+28
| * Audio HAL: Detect openDevice failureKevin Rocard2017-04-071-0/+1
| * Audio HAL VTS: Fix documentationKevin Rocard2017-04-071-1/+12
* | audio hal: explicitly import headersSteven Moreland2017-04-173-0/+18
* | soundtrigger: Use "default" instance name for HAL serviceMikhail Naganov2017-04-141-1/+1
* | Merge "audio.common@2.0-util: vendor_available + in Soong" into oc-devTreeHugger Robot2017-04-143-32/+33
|\ \
| * | audio.common@2.0-util: vendor_available + in SoongSteven Moreland2017-04-133-32/+33
* | | Changed the naming scheme for Treble java libraries (both static and dynamic)Andreas Huber2017-04-133-3/+3
* | | Update makefiles (2/2).Steven Moreland2017-04-113-0/+3
|/ /
* / audiohal: init and send all offloadinfo related elementvivek mehta2017-04-071-0/+4
|/
* audiohal: Fix UAF of HAL devices in Stream objectsMikhail Naganov2017-03-306-16/+26
* Convert all comments into "doxygen-ready" comments.Andreas Huber2017-03-2922-287/+289
* Update makefiles for hwtypes.hSteven Moreland2017-03-283-0/+3
* Merge "audiohal: Add crash tests for some methods of IEffect"TreeHugger Robot2017-03-271-10/+89
|\
| * audiohal: Add crash tests for some methods of IEffectMikhail Naganov2017-03-241-10/+89
* | Merge "audiohal: Remove stale TODOs"TreeHugger Robot2017-03-235-13/+3
|\ \
| * | audiohal: Remove stale TODOsMikhail Naganov2017-03-225-13/+3
| |/
* | Merge "Audio HAL VTS: test leftover calls"TreeHugger Robot2017-03-221-11/+21
|\ \ | |/ |/|
| * Audio HAL VTS: test leftover callsKevin Rocard2017-03-211-11/+21
* | Merge "audio: fix mistake in AudioDevice enum"Eric Laurent2017-03-211-2/+4
|\ \ | |/ |/|
| * audio: fix mistake in AudioDevice enumEric Laurent2017-03-171-2/+4
* | Merge changes Ie3e9e23c,I5e13eb47Kevin Rocard2017-03-173-9/+190
|\ \ | |/ |/|
| * Audio HAL VTS: Add test for IStreamOutKevin Rocard2017-03-162-2/+183
| * Audio HAL VTS: Avoid copying Return in helperKevin Rocard2017-03-161-7/+7
* | Merge "audiohal: Rename output flag VOIP_CALL_RX -> VOIP_RX"Mikhail Naganov2017-03-161-2/+2
|\ \ | |/ |/|
| * audiohal: Rename output flag VOIP_CALL_RX -> VOIP_RXMikhail Naganov2017-03-141-2/+2
* | Merge "Add VTS tests for audio effects"TreeHugger Robot2017-03-1510-80/+757
|\ \
| * | Add VTS tests for audio effectsMikhail Naganov2017-03-1410-80/+757
| |/
* | Audio HAL VTS: Add tests for IStreamInKevin Rocard2017-03-141-11/+64
* | Audio HAL VTS: Add at least negative tests for IStreamKevin Rocard2017-03-141-18/+163
* | Audio HAL VTS: Test IStream::debugDumpKevin Rocard2017-03-141-3/+12
* | Audio HAL VTS: Split big test for better traceabilityKevin Rocard2017-03-141-49/+54
* | Audio hal VTS: pretty print AudioDevice and ChannelMaskKevin Rocard2017-03-141-4/+31
* | Audio Hal VTS: Refactor ASSERT_RESULT helperKevin Rocard2017-03-142-18/+38
* | Audio hal VTS: generate names for parametrized testsKevin Rocard2017-03-131-9/+32
* | Audio hal VTS: factorize master volume testKevin Rocard2017-03-132-58/+25
* | Fix potentiel deadlock in audio VTSKevin Rocard2017-03-131-15/+5
|/
* audio: use vts target test base classYuexi Ma2017-03-102-5/+4
* Change vts target base test class nameYuexi Ma2017-03-102-4/+4
* Add VTS for the audio primary deviceKevin Rocard2017-03-092-27/+131
* Fix segfault in Primary audio hal hidl wrapper getDeviceKevin Rocard2017-03-092-10/+7
* Do not skip failing Audio vts testsKevin Rocard2017-03-091-4/+4
* hidl_default to all targets.Steven Moreland2017-03-082-0/+2
* Merge "audio: fix IStream.createMmapBuffer()"Eric Laurent2017-03-081-1/+0
|\