Searched refs:isSurroundFormat (Results 1 – 3 of 3) sorted by relevance
3563 bool isSurroundFormat = false; in getSupportedFormats() local3566 isSurroundFormat = true; in getSupportedFormats()3570 if (!exist && isSurroundFormat) { in getSupportedFormats()3691 bool isSurroundFormat = false; in setSurroundFormatEnabled() local3694 isSurroundFormat = true; in setSurroundFormatEnabled()3698 if (!isSurroundFormat) { in setSurroundFormatEnabled()
11430 boolean isSurroundFormat = false;11433 isSurroundFormat = true;11437 if (!isSurroundFormat) {
1344 boolean isSurroundFormat = false; in sendEnabledSurroundFormats()1347 isSurroundFormat = true; in sendEnabledSurroundFormats()1351 if (isSurroundFormat && !formats.contains(audioFormat)) { in sendEnabledSurroundFormats()