Searched defs:PORT_GetPortCount (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_Ports.c206 PORT_GetPortCount(handle);
235 INT32 PORT_GetPortCount(void* id) { function
239 TRACE0("> PORT_GetPortCount\n");
274 TRACE0("< PORT_GetPortCount\n");
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c206 PORT_GetPortCount(handle);
235 INT32 PORT_GetPortCount(void* id) { function
239 TRACE0("> PORT_GetPortCount\n");
274 TRACE0("< PORT_GetPortCount\n");
H A DPLATFORM_API_SolarisOS_Ports.c214 INT32 PORT_GetPortCount(void* id) { function
263 if ((portIndex >= 0) && (portIndex < PORT_GetPortCount(id))) {
289 if ((portIndex >= 0) && (portIndex < PORT_GetPortCount(id))) {
388 int portCount = PORT_GetPortCount(id);
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp85 // used for PORT_GetPortCount/PORT_GetPortType/PORT_GetPortName functions
293 INT32 PORT_GetPortCount(void* id) { function
298 TRACE1("<<PORT_GetPortCount = %d\n", result);
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c514 INT32 PORT_GetPortCount(void* id) { function
546 if ((portIndex >= 0) && (portIndex < PORT_GetPortCount(id))) {
559 if ((portIndex >= 0) && (portIndex < PORT_GetPortCount(id))) {
885 int portCount = PORT_GetPortCount(id);

Completed in 40 milliseconds