History log of /hardware/interfaces/audio/effect/2.0/IBassBoostEffect.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/effect/2.0/IBassBoostEffect.hal
40be06cdf3a34856144574cf5e70b60e4ad4940c 28-Sep-2016 Mikhail Naganov <mnaganov@google.com> Define HAL for audio effects

Created after hardware/audio_effect.h with the following changes:

- names changed to satisfy HAL style guide;

- defined an interface per effect, an interface method
per command, and getter / setter methods for properties;

- retained methods for executing proprietary commands
and accessing proprietary properties, only to be used
for third-party software effects;

- HIDL vector type is used instead of count / array pairs;

- provider callback changed to be used over RPC;

- 'dump' is method is already defined by generated code.

Note that audio data is currently transferred using AudioBuffers,
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: Ic8ea5c19688610ebe642c7597d2bcfa3226977e7
/hardware/interfaces/audio/effect/2.0/IBassBoostEffect.hal