Home
last modified time | relevance | path

Searched refs:isSurroundFormat (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3563 bool isSurroundFormat = false; in getSupportedFormats() local
3566 isSurroundFormat = true; in getSupportedFormats()
3570 if (!exist && isSurroundFormat) { in getSupportedFormats()
3691 bool isSurroundFormat = false; in setSurroundFormatEnabled() local
3694 isSurroundFormat = true; in setSurroundFormatEnabled()
3698 if (!isSurroundFormat) { in setSurroundFormatEnabled()
/frameworks/base/core/java/android/provider/
DSettings.java11430 boolean isSurroundFormat = false;
11433 isSurroundFormat = true;
11437 if (!isSurroundFormat) {
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1344 boolean isSurroundFormat = false; in sendEnabledSurroundFormats()
1347 isSurroundFormat = true; in sendEnabledSurroundFormats()
1351 if (isSurroundFormat && !formats.contains(audioFormat)) { in sendEnabledSurroundFormats()