platform_hardware_interfaces/audio/2.0
Mikhail Naganov 96b30be9d0 Define audio HAL
Created after hardware/audio.h with the following changes:

 - names changed to satisfy HAL style guide;

 - defined getter / setter methods for properties, and interfaces
   for devices where needed;

 - stream out callback changed to be used over RPC;

 - 'dump' method is already defined by BBinder, so in HAL
   interfaces it is replaced by 'debugDump'.

Note that audio data is currently transferred using byte buffer,
which is not effective due to memory copy and HwBinder transaction
involved. The transfer method will be changed to FastMessageQueue.

Bug: 30222631
Test: make

Change-Id: Ibb3bd940a91820e81d1a2b53b38d63b9e3de148a
2016-10-12 17:01:32 -07:00
..
Android.bp Define audio HAL 2016-10-12 17:01:32 -07:00
IDevice.hal Define audio HAL 2016-10-12 17:01:32 -07:00
IDevicesFactory.hal Define audio HAL 2016-10-12 17:01:32 -07:00
IPrimaryDevice.hal Define audio HAL 2016-10-12 17:01:32 -07:00
IStream.hal Define audio HAL 2016-10-12 17:01:32 -07:00
IStreamIn.hal Define audio HAL 2016-10-12 17:01:32 -07:00
IStreamOut.hal Define audio HAL 2016-10-12 17:01:32 -07:00
IStreamOutCallback.hal Define audio HAL 2016-10-12 17:01:32 -07:00
types.hal Define audio HAL 2016-10-12 17:01:32 -07:00