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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSample.java45 byte[] guid = null; field in class:DLSSample
117 return guid == null ? null : Arrays.copyOf(guid, guid.length);
120 public void setGuid(byte[] guid) { argument
121 this.guid = guid == null ? null : Arrays.copyOf(guid, guid.length);
H A DDLSInstrument.java48 byte[] guid = null; field in class:DLSInstrument
443 return guid == null ? null : Arrays.copyOf(guid, guid.length);
446 public void setGuid(byte[] guid) { argument
447 this.guid = guid == null ? null : Arrays.copyOf(guid, guid.length);
H A DDLSSoundbank.java517 instrument.guid = new byte[16];
518 chunk.readFully(instrument.guid);
753 sample.guid = new byte[16];
754 chunk.readFully(sample.guid);
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp81 GUID guid; member in struct:__anon1055
118 && isEqualGUID(lpGuid, &(g_audioDeviceCache[i].guid))) {
155 memset(&(g_audioDeviceCache[g_cacheCount].guid), 0, sizeof(GUID));
157 memcpy(&(g_audioDeviceCache[g_cacheCount].guid), lpGuid, sizeof(GUID));
547 lpGuid = &(g_audioDeviceCache[deviceID].guid);

Completed in 340 milliseconds