Mikhail Naganov 9da19c7cfa 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: I07e96ae99724f38fe0b40194f4feab7ff68418e7
2020-10-08 17:25:09 +00:00
2020-09-29 06:52:57 +00:00
2020-09-29 06:52:57 +00:00
2020-09-29 06:52:57 +00:00
2020-09-29 06:52:57 +00:00
2020-09-29 06:52:57 +00:00
2020-09-29 06:52:57 +00:00
2020-10-06 09:20:21 -07:00
2020-09-29 06:52:57 +00:00
2020-09-29 06:52:57 +00:00
2020-09-29 06:52:57 +00:00
2019-12-13 14:24:23 -08:00
2016-08-30 11:28:36 -07:00
2019-12-10 09:51:58 -08:00
Description
No description provided
134 MiB
Languages
C++ 56.3%
AIDL 41.2%
C 1.5%
Rust 0.4%
Java 0.4%
Other 0.1%