platform_hardware_libhardwa.../audio
Mikhail Naganov 0fb2f22696 Convert mask types from uint32_t to enum type
This applies to the following types:

- audio_gain_mode_t;
- audio_flags_mask_t;
- audio_channel_representation_t;
- audio_channel_mask_t;
- audio_devices_t.

Enum types are distinct thus proper overloading on the type
is possible in C++. Also, assignments to enum types are
less prone to errors.

Bug: 169889714
Test: basic audio functionality
Change-Id: I6366511b421ccab2782310ecc15a13e08d9c17af
Merged-In: I6366511b421ccab2782310ecc15a13e08d9c17af
2020-11-24 03:42:39 +00:00
..
A2dpAudioInterface.cpp Remove unused systemTime() and include utils/Timers.h. 2015-08-05 10:38:37 -06:00
A2dpAudioInterface.h hardware_legacy: provide HAL helpers for legacy audio users 2011-04-27 10:48:25 -07:00
Android.bp libaudiohw_legacy needs libaudioclient_headers 2019-10-08 09:41:33 -07:00
audio_hw_hal.cpp Convert mask types from uint32_t to enum type 2020-11-24 03:42:39 +00:00
audio_policy.conf audio: fix remote submix sampling rates 2013-09-26 11:28:36 -07:00
AudioDumpInterface.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 10:18:02 +00:00
AudioDumpInterface.h legacy: move legacy audio code from frameworks/base here 2011-04-27 10:48:20 -07:00
AudioHardwareGeneric.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 10:18:02 +00:00
AudioHardwareGeneric.h Code changes for audio offload support 2013-07-24 18:39:05 -07:00
AudioHardwareInterface.cpp Audio: add an openOutputStreamWithFlags API 2014-04-23 14:42:21 +02:00
AudioHardwareStub.cpp audio: fixed channel count determination from channel mask 2014-07-01 20:33:36 -07:00
AudioHardwareStub.h Code changes for audio offload support 2013-07-24 18:39:05 -07:00