package: "com.android.media.audio.flags" | |
# General multi-project audio flags. | |
# | |
# Please add flags in alphabetical order. | |
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" | |
} |