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

/openjdk9/jdk/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Ports.cpp55 static DeviceList deviceCache; variable
217 deviceCache.Refresh();
218 int count = deviceCache.GetCount();
224 bool result = deviceCache.GetDeviceInfo(mixerIndex, NULL, PORT_STRING_LENGTH,
233 mixer->deviceID = deviceCache.GetDeviceID(mixerIndex);
H A DPLATFORM_API_MacOSX_PCM.cpp71 static DeviceList deviceCache; variable
74 deviceCache.Refresh();
75 int count = deviceCache.GetCount();
96 result = deviceCache.GetDeviceInfo(mixerIndex-1, &deviceID, DAUDIO_STRING_LENGTH,

Completed in 43 milliseconds