Skip to content
Snippets Groups Projects
Commit 01e70be5 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

Run aidl-format on media/aidl/android/media/audio/common

Bug: 198812639
Test: m
Change-Id: If687409694da06c7608404b29f75779e3037b10b
parent 8e346c0e
No related branches found
No related tags found
No related merge requests found
......@@ -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,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment