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

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCMUtils.c53 int doContinue = TRUE; local
88 doContinue = (*iterator)(ALSA_DEFAULT_DEVICE_ID, pcminfo,
97 while (doContinue) {
117 while (doContinue) {
144 doContinue = (*iterator)(deviceID, pcminfo,
147 if (!doContinue) {
155 } // of while(doContinue)
H A DPLATFORM_API_LinuxOS_ALSA_PCMUtils.c53 int doContinue = TRUE; local
88 doContinue = (*iterator)(ALSA_DEFAULT_DEVICE_ID, pcminfo,
97 while (doContinue) {
117 while (doContinue) {
144 doContinue = (*iterator)(deviceID, pcminfo,
147 if (!doContinue) {
155 } // of while(doContinue)
H A DPLATFORM_API_BsdOS_ALSA_MidiUtils.c70 int doContinue = TRUE; local
111 doContinue = (*iterator)(ALSA_DEFAULT_DEVICE_ID, rawmidi_info,
123 while (doContinue && (card >= 0)) {
137 while (doContinue) {
163 doContinue = (*iterator)(deviceID, rawmidi_info,
167 if (!doContinue) {
175 } // of while(doContinue)
H A DPLATFORM_API_LinuxOS_ALSA_MidiUtils.c70 int doContinue = TRUE; local
111 doContinue = (*iterator)(ALSA_DEFAULT_DEVICE_ID, rawmidi_info,
123 while (doContinue && (card >= 0)) {
137 while (doContinue) {
163 doContinue = (*iterator)(deviceID, rawmidi_info,
167 if (!doContinue) {
175 } // of while(doContinue)

Completed in 45 milliseconds