Searched refs:ValidControlCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp402 static int ValidControlCount(AudioControl **arr, int offset, int len) { function
560 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) {
565 totalChannels, ValidControlCount(volumeControls, 1, totalChannels));
572 if (ValidControlCount(muteControls, 1, totalChannels) == totalChannels) {
577 totalChannels, ValidControlCount(muteControls, 1, totalChannels));
583 if (ValidControlCount(volumeControls, 1, totalChannels) == totalChannels) {
587 totalChannels, ValidControlCount(volumeControls, 1, totalChannels));
607 if (ValidControlCount(volumeControls, 1, totalChannels) > 0 || ValidControlCount(muteControls, 1, totalChannels) > 0) {

Completed in 1203 milliseconds