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

/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c50 MIXERLINE* dstLines; member in struct:tag_PortInfo
52 MIXERLINE* srcLines; // contains all the Source Lines of dstLines
56 LPMIXERLINE* ports; // points into dstLines and dstLines. Starts with Target Ports (Playback)
246 TRACE5(" PortInfo %p: handle=%p, mixerIndex=%d, dstLineCount=%d, dstLines=%p, ", info, (void*) info->handle, info->mixerIndex, info->dstLineCount, info->dstLines);
403 info->dstLines = (MIXERLINE*) malloc(dstCount * sizeof(MIXERLINE));
404 success = (info->dstLines != NULL);
406 if (success && info->dstLines) {
409 if (getMixerLineByDestination(handle, dst, &info->dstLines[inf
[all...]

Completed in 45 milliseconds