History log of /system/media/audio/include/system/audio_effect.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f971c08b6a404bd59d9ad0b3b22d287b4413131d 23-Feb-2018 Kevin Rocard <krocard@google.com> Audio V4: Update audio.h to V4.0

Exported the audio/common/4.0/types.h to audio-base.h.

As all system only values are removed in 4.0 but the headers
are still shared between vendor and system,
add those values back protected by the macro
AUDIO_NO_SYSTEM_DECLARATIONS.

This macro is defined for vendor libraries.

audio.h used to have *_CNT and *_MAX values in its enum
mostly for enum iteration.

This was not compatible with Treble as it denied any enum
inheritance.

*_CNT and *_MAX are now implemented with constants that can
be updated and are not part of the HIDL API.

Bug: 38184704
Test: compile
Change-Id: I5f99ccc9ce262b3addb15cd5034a885c9ab4cedf
Merged-In: I5f99ccc9ce262b3addb15cd5034a885c9ab4cedf
Cherry-picked from master
Signed-off-by: Kevin Rocard <krocard@google.com>
/system/media/audio/include/system/audio_effect.h
8fd1200e16284417f9a2d6f7bd84a665c5d772dd 02-Nov-2017 rago <rago@google.com> Added float pointer to audio_buffer_s

Used for all floating point effect chains

Bug: 63935479
Test: Bufflog dumps, frequency analysis comparison, SoloTester
Change-Id: I70e61e0781e8dce684e8b81b4c8eacee83339277
/system/media/audio/include/system/audio_effect.h
1c11cf1f220a4eb8abe39cb4e1862c8d1752614c 30-Nov-2016 rago <rago@google.com> Fix security vulnerability: potential OOB write in audioserver

Bug: 32705438
Bug: 32703959
Test: cts security test
(audio_effect.h moved to a different branch)

Change-Id: I36a2c19373e0a2c7bf90599c0ccbb9e0ad815f65
/system/media/audio/include/system/audio_effect.h
dde56cbece88e4c6d973787043c8d8adbcb337d3 13-Oct-2016 Mikhail Naganov <mnaganov@google.com> Remove dependencies on hardware/audio_effects.h

Also remove some outstanding dependencies on hardware/audio.h.

Most of the time, only constants and structs from audio_effects.h
are used, and no actual calls into HAL are made. Move these
definitions into system/audio_effect.h, and generate constants
from TREBLE HAL definition.

Test: make

Change-Id: Ib28eca67f40bf8285d3352407f1ee82b6c77ad54
/system/media/audio/include/system/audio_effect.h