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

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Utils.c126 int getAudioDeviceDescriptionByIndex(int index, AudioDeviceDescription* adDesc, int getNames) { argument
132 ret = getAudioDeviceDescription(globalADPaths[index].path, adDesc, getNames);
137 int getAudioDeviceDescription(char* path, AudioDeviceDescription* adDesc, int getNames) { argument
144 strncpy(adDesc->path, path, MAX_NAME_LENGTH);
145 adDesc->path[MAX_NAME_LENGTH] = 0;
146 strcpy(adDesc->pathctl, adDesc->path);
147 strcat(adDesc->pathctl, "ctl");
148 strcpy(adDesc->name, adDesc
[all...]

Completed in 27 milliseconds