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

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp314 UInt32 terminalType; local
317 kAudioStreamPropertyTerminalType, sizeof(terminalType), &terminalType, 1);
326 (int)portIndex, FourCC2Str(scope), (int)terminalType, FourCC2Str(terminalType));
327 switch (terminalType) {
344 TRACE1(" unknown output terminal type %#x\n", terminalType);

Completed in 31 milliseconds