summaryrefslogtreecommitdiff
path: root/audio/2.0/default/StreamIn.cpp
AgeCommit message (Expand)Author
2018-01-20Audio V4: Move the legacy wrapper before refactorKevin Rocard
2018-01-20Audio V4: Fix issues in the legacy wrapper raised by clang-formatKevin Rocard
2017-11-29Merge "Fix inequality typo in StreamIn::getCapturePosition"Daniel Van Veen
2017-11-29Fix inequality typo in StreamIn::getCapturePositionDaniel Van Veen
2017-11-28Merge "Use -Werror in hardware/interfaces/audio"Chih-Hung Hsieh
2017-11-28Use -Werror in hardware/interfaces/audioChih-Hung Hsieh
2017-10-10Legacy wrapper: Use arbitrary limit on buffer sizeKevin Rocard
2017-05-23audiohal: Prevent logspam when calling get_presentation_positionMikhail Naganov
2017-05-08Audio HAL: A volume/gain outside of [0,1] is an errorKevin Rocard
2017-05-08Audio HAL VTS: Sanitize prepareFor{Writing,Reading} input sizeKevin Rocard
2017-05-08Audio HAL VTS: refactor prepareFor{Reading,Writing}Kevin Rocard
2017-05-08Audio HAL VTS: Fix style on modified filesKevin Rocard
2017-04-19Audio primary hal: fix member function used before initKevin Rocard
2017-04-07Audio HAL: Destroy EventFlag on failed prepareTo{write,read}Kevin Rocard
2017-04-07Audio HAL: Check for buffer size overflowKevin Rocard
2017-04-07Audio HAL: Detect buffer memory allocation failureKevin Rocard
2017-03-30audiohal: Fix UAF of HAL devices in Stream objectsMikhail Naganov
2017-03-22audiohal: Remove stale TODOsMikhail Naganov
2017-02-10Merge "audio: Remove timeout from waits on event flags in HAL driver threads"TreeHugger Robot
2017-02-10audio: Remove timeout from waits on event flags in HAL driver threadsMikhail Naganov
2017-02-07audiohal: Pass thread identifiers to the client for priority adjustmentMikhail Naganov
2017-02-06Merge "audiohal: Make closing of effects and streams fast"Mikhail Naganov
2017-02-03audiohal: Make sure audio data transfer related commands go via FMQMikhail Naganov
2017-02-02audiohal: Make closing of effects and streams fastMikhail Naganov
2017-01-23Merge "Use MQDescriptor typedefs for cleanup"TreeHugger Robot
2017-01-23Use MQDescriptor typedefs for cleanupHridya Valsaraju
2017-01-12audiohal: Fix incompatibility with legacy hal for writesMikhail Naganov
2017-01-05audiohal: Re-implement stream read and write using FMQMikhail Naganov
2016-12-20audio treble HAL: implement methods and structures for stream in MMAP modeEric Laurent
2016-12-01Update to use the correct logging library.Yifan Hong
2016-11-22Use newly introduced hidl_handle.Martijn Coenen
2016-11-15Implement audio devices and streams HAL delegating to legacy HALMikhail Naganov