Kevin Rocard 71afcf1f87 Audio V4: Remove all non extensible enum value
The CNT, MAX enum values had two drawbacks:
 - they were invalid enum value that were part of the enum
   thus enum validity check would validate them although those values
   are only expected to be use in loops/validation code.
 - they are not extensible by vendors

The *_ALL enum values were not extensible by vendors.

Those values can instead be replaced by treble enum iterator and
helper functions.

Bug: 38184704
Test: none
Change-Id: I1a9527bb7311088e0abe22eceee92d21d9171ca4
Signed-off-by: Kevin Rocard <krocard@google.com>
2018-01-31 23:09:23 -08:00
2017-11-28 14:22:43 -08:00
2017-11-28 14:22:43 -08:00
2018-01-23 19:44:19 +00:00
2017-11-28 14:22:43 -08:00
2018-01-24 02:03:56 +00:00
2017-11-28 14:22:43 -08:00
2018-01-17 11:20:17 -08:00
2017-11-28 14:22:43 -08:00
2018-01-25 00:53:31 +00:00
2017-11-28 14:22:43 -08:00
2017-11-28 14:22:43 -08:00
2017-05-02 16:45:27 -07:00
2017-11-28 14:22:43 -08:00
2016-08-30 11:28:36 -07:00
2016-08-30 11:28:36 -07:00
2017-06-12 13:20:12 -07: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%