Commit Graph

5 Commits

Author SHA1 Message Date
Trinath Thammishetty 85b1929d4e qahw_api: Propagate missing changes from 2.2.c4 to 4.0
Add support for audio effects through binder server
calls if QAS is enabled. Else the required APIs are
called directly.

Change-Id: I1f45ae89b839e69c49cbca407ddb05b7a02d3dc6
2017-12-29 11:58:40 +05:30
Sachin Mohan Gadag 25328bd102 audio: qahw: Fix compilation errors
Fix compilation errors such as
- unused parameter
- multiple declaration.
Also modify makefile to install images
in vendor partition.

Change-Id: I3d998eef91a16a890993449e92ef8f5443558c78
2017-12-18 03:18:37 -08:00
Sachin Mohan Gadag 364932c70f audio: Make repetitive logs silent
Define NDEBUG Macro in Makefile to avoid
ALOGV logs to be printed on shell.
Move repetitive logs under ALOGV log level.

CRs-Fixed: 2135642
Change-Id: Id573300504cdb15aea285ec33a08319155cff189
2017-12-07 17:22:05 +05:30
Sachin Mohan Gadag 12f5884b21 qahw: Use glib2.0 library for standard api
Use glib package for standard api such as
g_strlcpy.

Change-Id: Ib7db03814a051ffa67389c7bf00ced7062fb0ed4
2017-12-05 15:46:28 +05:30
Sidipotu Ashok 404f26d1f6 qahw: Add binder support for Audio HAL
- 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
2017-11-16 11:08:30 +05:30