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

/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp72 #define MAX_DS_DEVICES 60 macro
84 static DS_AudioDeviceCache g_audioDeviceCache[MAX_DS_DEVICES];
149 if (g_cacheCount < MAX_DS_DEVICES-1) {
162 /* failure case: more than MAX_DS_DEVICES available... */

Completed in 46 milliseconds