summaryrefslogtreecommitdiff
path: root/qahw_api/src/qahw_api.cpp
AgeCommit message (Collapse)Author
2019-10-13qahw_api: Updated fixes on qahw api's and loggingRajesha Kini
Updated to get working of stream drain, flush and minimum buffer size. Enahanced log message for time capture. CRs-fixed: 2450433 Change-Id: I7523808a434b74626bd1e2a44e08eb1d871b8229
2019-10-09qahw: Add support for new stream APIsJosh Kirsch
Add support for new APIs to support voice call and voice call features. CRs-fixed: 2381271 Change-Id: Id3ba4417f1365018e5a26d243caea83571857f63
2019-07-03hal: Add API support to stop input streamManish Dewangan
Add API support to stop input stream. Expose in_stop in HAL via QAHW so that clients may call it when necessary. Change-Id: I5b1112166453371ab4d79c31fa99fb1f6b3bff3f
2018-10-29hal: add support for configuring render windowTrinath Thammishetty
Add support to set render window in transcode loopback usecase. Render window is used by DSP to take rendering decision, i.e, whether input frame should be rendered, dropped or repeated. Change-Id: I87560a8e437b33dcd15094f30a532b3ed3d3749f
2018-05-17qahw_api: call unlinkToDeath to avoid segmentation faultSurendar Karka
Segmentation fault is observed while client cleaning up/closing the session as death notifier is not released. Calling unlinkToDeath to avoid segmentation fault. Change-Id: Ibc855396a25b80103302298306438e84c29eda23
2017-12-29qahw_api: Propagate missing changes from 2.2.c4 to 4.0Trinath Thammishetty
Add support for audio effects through binder server calls if QAS is enabled. Else the required APIs are called directly. Change-Id: I1f45ae89b839e69c49cbca407ddb05b7a02d3dc6
2017-11-16qahw: Add binder support for Audio HALSidipotu Ashok
- Bring in a new cpp source file which HAL clients talk to - This code in turn makes the binder proxy/clients side calls - The binder server calls into the existing qahw.c Change-Id: I45625bcb2d8a2eb858c68d24f0cad3202d754244