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

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp70 struct PortControl { struct
81 PortControl *next; // to organize PortControl list
101 PortControl *portControls; // list of port controls
155 for (PortControl *ctrl = mixer->portControls; ctrl != NULL; ctrl = ctrl->next) {
277 PortControl *control2delete = mixer->portControls;
413 static void* CreatePortControl(PortMixer *mixer, PortControlCreator *creator, PortControl::ControlType type,
416 PortControl *control = (PortControl *)calloc(1, sizeof(PortControl));
[all...]
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_Ports.c53 } PortControl; typedef in typeref:struct:__anon949
65 PortControl* controls;
195 handle->controls = (PortControl*) calloc(MAX_CONTROLS, sizeof(PortControl));
325 /* Sets portControl to a pointer to the next free array element in the PortControl (pointer)
328 static int getControlSlot(PortMixer* portMixer, PortControl** portControl) {
354 PortControl* portControl,
379 PortControl* portControl;
496 PortControl* portControl = (PortControl*) controlID
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c53 } PortControl; typedef in typeref:struct:__anon950
65 PortControl* controls;
195 handle->controls = (PortControl*) calloc(MAX_CONTROLS, sizeof(PortControl));
325 /* Sets portControl to a pointer to the next free array element in the PortControl (pointer)
328 static int getControlSlot(PortMixer* portMixer, PortControl** portControl) {
354 PortControl* portControl,
379 PortControl* portControl;
496 PortControl* portControl = (PortControl*) controlID
[all...]

Completed in 51 milliseconds