History log of /hardware/interfaces/audio/2.0/IDevicesFactory.hal
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
40d3a9bd8c62714ee58f9363c4456f764aa5a95d 29-Mar-2017 Andreas Huber <andih@google.com> Convert all comments into "doxygen-ready" comments.

Bug: 36453077
Test: mma
Change-Id: I0b1f77dfae5d2258969e33d85ecf45401ffbdfaa
/hardware/interfaces/audio/2.0/IDevicesFactory.hal
f247b8df085d6b2a50f981a062f9d376148acd5b 19-Jan-2017 Eric Laurent <elaurent@google.com> audio: add support for stub HAL in HIDL mode

Fixed broken functionality for some devices relying on
a stub HAL module to be present (e.g Fugu).

Bug: 34360879
Test: make and check stub HAL is loaded in HIDL passthrough mode

Change-Id: Ibad050d63827c4e49604273efd76ac8074bb00d2
/hardware/interfaces/audio/2.0/IDevicesFactory.hal
d26dc50abbad068cd1a673f204fa538c1c61bdb2 29-Nov-2016 Steven Moreland <smoreland@google.com> Always specify underlying enum type.

Bug: 33197891
Test: compiles
Change-Id: I3d4822ea9a665708302d3bd1460425fddf1dcda9
/hardware/interfaces/audio/2.0/IDevicesFactory.hal
96b30be9d0bd14e4ae31533a9fc6844058352fcc 05-Oct-2016 Mikhail Naganov <mnaganov@google.com> 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
/hardware/interfaces/audio/2.0/IDevicesFactory.hal