# 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" | |
} | |