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

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DGetDeviceInfo.java37 public class GetDeviceInfo { class
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Utils.h86 bool GetDeviceInfo(int index, AudioDeviceID *deviceID, int stringLength, char *name, char *vendor, char *description, char *version);
H A DPLATFORM_API_MacOSX_Utils.cpp111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, char *vendor, char *description, char *version) { function in class:DeviceList
H A DPLATFORM_API_MacOSX_PCM.cpp97 result = deviceCache.GetDeviceInfo(mixerIndex-1, &deviceID, DAUDIO_STRING_LENGTH,
H A DPLATFORM_API_MacOSX_Ports.cpp224 bool result = deviceCache.GetDeviceInfo(mixerIndex, NULL, PORT_STRING_LENGTH,

Completed in 47 milliseconds