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

/openjdk10/jdk/src/java.desktop/macosx/native/libjsound/
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...]
/openjdk10/jdk/src/java.desktop/unix/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c53 } PortControl; typedef in typeref:struct:__anon1268
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;
497 PortControl* portControl = (PortControl*) controlID
[all...]
H A DPLATFORM_API_BsdOS_ALSA_Ports.c53 } PortControl; typedef in typeref:struct:__anon1267
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;
497 PortControl* portControl = (PortControl*) controlID
[all...]

Completed in 96 milliseconds