Searched refs:GetDeviceInfo (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/ |
H A D | GetDeviceInfo.java | 37 public class GetDeviceInfo { class
|
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/ |
H A D | PLATFORM_API_MacOSX_Utils.h | 86 bool GetDeviceInfo(int index, AudioDeviceID *deviceID, int stringLength, char *name, char *vendor, char *description, char *version);
|
H A D | PLATFORM_API_MacOSX_Utils.cpp | 111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, char *vendor, char *description, char *version) { function in class:DeviceList
|
H A D | PLATFORM_API_MacOSX_PCM.cpp | 97 result = deviceCache.GetDeviceInfo(mixerIndex-1, &deviceID, DAUDIO_STRING_LENGTH,
|
H A D | PLATFORM_API_MacOSX_Ports.cpp | 224 bool result = deviceCache.GetDeviceInfo(mixerIndex, NULL, PORT_STRING_LENGTH,
|
Completed in 46 milliseconds