platform_hardware_libhardwa.../include
Mikhail Naganov afea6a410f 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
2020-10-08 17:25:28 +00:00
..
hardware_legacy Convert mask types from uint32_t to enum type 2020-10-08 17:25:28 +00:00
wakelock libpower: RAII wake lock implementation 2019-06-26 13:01:39 -07:00