Run aidl-format on media/aidl/android/media/audio/common
Bug: 198812639 Test: m Change-Id: If687409694da06c7608404b29f75779e3037b10b
This commit is contained in:
@@ -29,13 +29,13 @@ enum AudioMMapPolicy {
|
||||
/**
|
||||
* The MMAP feature is disabled and never used.
|
||||
*/
|
||||
NEVER = 1,
|
||||
NEVER = 1,
|
||||
/**
|
||||
* If MMAP feature works then uses it. Otherwise, fall back to something else.
|
||||
*/
|
||||
AUTO = 2,
|
||||
AUTO = 2,
|
||||
/**
|
||||
* The MMAP feature must be used. If not available then fail.
|
||||
*/
|
||||
ALWAYS = 3,
|
||||
ALWAYS = 3,
|
||||
}
|
||||
|
||||
@@ -26,10 +26,10 @@ enum AudioMMapPolicyType {
|
||||
* Default aaudio mmap policy. It is used to query whether the
|
||||
* aaudio MMAP could be used or not.
|
||||
*/
|
||||
DEFAULT = 1,
|
||||
DEFAULT = 1,
|
||||
/**
|
||||
* Exclusive aaudio mmap policy. It is used to query whether the
|
||||
* aaudio MMAP could be used in exclusive mode or not.
|
||||
*/
|
||||
EXCLUSIVE = 2,
|
||||
EXCLUSIVE = 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user