History log of /hardware/interfaces/audio/2.0/IStreamOutCallback.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/IStreamOutCallback.hal
685f0e36a1185b24f473f0382ba2175685dbcdf9 17-Dec-2016 Mikhail Naganov <mnaganov@google.com> Fix offload tracks playback

Translation between audio_offload_info_t and AudioOffloadInfo
was missing a field. This was causing compressed tracks to play
using 'deep_buffer' mode instead of 'offload'.

Changing output stream async callback methods to 'oneway',
since they don't require anything from the callee.

Change-Id: I27fe7fb715e421f102db21a10d34e1dc3134cf01
Test: play MP3 file with Play Music, check audioflinger dump
/hardware/interfaces/audio/2.0/IStreamOutCallback.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/IStreamOutCallback.hal