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

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c62 ALSA_AudioDeviceDescription adesc; local
64 adesc.index = (int) mixerIndex;
65 adesc.strLen = DAUDIO_STRING_LENGTH;
67 adesc.maxSimultaneousLines = (int*) (&(description->maxSimulLines));
68 adesc.deviceID = &(description->deviceID);
69 adesc.name = description->name;
70 adesc.vendor = description->vendor;
71 adesc.description = description->description;
72 adesc.version = description->version;
74 return getAudioDeviceDescriptionByIndex(&adesc);
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c62 ALSA_AudioDeviceDescription adesc; local
64 adesc.index = (int) mixerIndex;
65 adesc.strLen = DAUDIO_STRING_LENGTH;
67 adesc.maxSimultaneousLines = (int*) (&(description->maxSimulLines));
68 adesc.deviceID = &(description->deviceID);
69 adesc.name = description->name;
70 adesc.vendor = description->vendor;
71 adesc.description = description->description;
72 adesc.version = description->version;
74 return getAudioDeviceDescriptionByIndex(&adesc);
[all...]

Completed in 24 milliseconds