blob: a25dd5fe0b523d1df4793d000f910da6374b5a58 [file] [log] [blame]
# Flags for the native audioserver
#
# Please add flags in alphabetical order.
package: "com.android.media.audioserver"
flag {
name: "mutex_priority_inheritance"
namespace: "media_audio"
description:
"Enable mutex priority inheritance in audioserver (std::mutex does not normally transfer "
"priority from the blocked thread to the blocking thread). "
"This feature helps reduce audio glitching caused by low priority blocking threads."
bug: "209491695"
}