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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPortMixer.java44 final class PortMixer extends AbstractMixer { class in inherits:AbstractMixer
68 PortMixer(PortMixerProvider.PortMixerInfo portMixerInfo) { method in class:PortMixer
75 if (Printer.trace) Printer.trace(">> PortMixer: constructor");
121 if (Printer.trace) Printer.trace("<< PortMixer: constructor completed");
158 if (Printer.trace) Printer.trace(">> PortMixer: implOpen (id="+id+")");
163 if (Printer.trace) Printer.trace("<< PortMixer: implOpen succeeded.");
167 if (Printer.trace) Printer.trace(">> PortMixer: implClose");
181 if (Printer.trace) Printer.trace("<< PortMixer: implClose succeeded");
229 * Private inner class representing a Port for the PortMixer.
239 PortMixer mixe
[all...]
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_Ports.c66 } PortMixer; typedef in typeref:struct:tag_PortMixer
149 PortMixer* handle;
173 handle = (PortMixer*) calloc(1, sizeof(PortMixer));
215 PortMixer* handle = (PortMixer*) id;
236 PortMixer* portMixer;
244 portMixer = (PortMixer*) id;
280 PortMixer* portMixer;
287 portMixer = (PortMixer*) i
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c66 } PortMixer; typedef in typeref:struct:tag_PortMixer
149 PortMixer* handle;
173 handle = (PortMixer*) calloc(1, sizeof(PortMixer));
215 PortMixer* handle = (PortMixer*) id;
236 PortMixer* portMixer;
244 portMixer = (PortMixer*) id;
280 PortMixer* portMixer;
287 portMixer = (PortMixer*) i
[all...]
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp41 * PortMixer provides a single Port, using the stream kAudioStreamPropertyTerminalType
69 // PortMixer do all memory management (alloc/free audioControls)
84 // represents line (port) for PortMixer
92 struct PortMixer { struct
107 void RemoveChangeListeners(PortMixer *mixer); // forward declaration
112 PortMixer *mixer = (PortMixer *)inClientData;
176 TRACE1("PortMixer (deviceID=0x%x) becomes invalid", (int)mixer->deviceID);
194 void AddChangeListeners(PortMixer *mixer) {
203 void RemoveChangeListeners(PortMixer *mixe
[all...]

Completed in 35 milliseconds