Home
last modified time | relevance | path

Searched refs:deviceID (Results 151 – 175 of 2200) sorted by relevance

12345678910>>...88

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/bsd/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_CommonUtils.c93 void decodeDeviceID(UINT32 deviceID, int* card, int* device, int* subdevice, in decodeDeviceID() argument
95 deviceID--; in decodeDeviceID()
96 *card = (deviceID >> 20) & 0x3FF; in decodeDeviceID()
97 *device = (deviceID >> 10) & 0x3FF; in decodeDeviceID()
99 *subdevice = deviceID & 0x3FF; in decodeDeviceID()
120 void getDeviceStringFromDeviceID(char* buffer, UINT32 deviceID, in getDeviceStringFromDeviceID() argument
124 if (deviceID == ALSA_DEFAULT_DEVICE_ID) { in getDeviceStringFromDeviceID()
127 decodeDeviceID(deviceID, &card, &device, &subdevice, isMidi); in getDeviceStringFromDeviceID()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/linux/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_CommonUtils.c93 void decodeDeviceID(UINT32 deviceID, int* card, int* device, int* subdevice, in decodeDeviceID() argument
95 deviceID--; in decodeDeviceID()
96 *card = (deviceID >> 20) & 0x3FF; in decodeDeviceID()
97 *device = (deviceID >> 10) & 0x3FF; in decodeDeviceID()
99 *subdevice = deviceID & 0x3FF; in decodeDeviceID()
120 void getDeviceStringFromDeviceID(char* buffer, UINT32 deviceID, in getDeviceStringFromDeviceID() argument
124 if (deviceID == ALSA_DEFAULT_DEVICE_ID) { in getDeviceStringFromDeviceID()
127 decodeDeviceID(deviceID, &card, &device, &subdevice, isMidi); in getDeviceStringFromDeviceID()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_CommonUtils.c88 void decodeDeviceID(UINT32 deviceID, int* card, int* device, int* subdevice, in decodeDeviceID() argument
90 deviceID--; in decodeDeviceID()
91 *card = (deviceID >> 20) & 0x3FF; in decodeDeviceID()
92 *device = (deviceID >> 10) & 0x3FF; in decodeDeviceID()
94 *subdevice = deviceID & 0x3FF; in decodeDeviceID()
115 void getDeviceStringFromDeviceID(char* buffer, UINT32 deviceID, in getDeviceStringFromDeviceID() argument
119 if (deviceID == ALSA_DEFAULT_DEVICE_ID) { in getDeviceStringFromDeviceID()
122 decodeDeviceID(deviceID, &card, &device, &subdevice, isMidi); in getDeviceStringFromDeviceID()
H A DPLATFORM_API_LinuxOS_ALSA_CommonUtils.c88 void decodeDeviceID(UINT32 deviceID, int* card, int* device, int* subdevice, in decodeDeviceID() argument
90 deviceID--; in decodeDeviceID()
91 *card = (deviceID >> 20) & 0x3FF; in decodeDeviceID()
92 *device = (deviceID >> 10) & 0x3FF; in decodeDeviceID()
94 *subdevice = deviceID & 0x3FF; in decodeDeviceID()
115 void getDeviceStringFromDeviceID(char* buffer, UINT32 deviceID, in getDeviceStringFromDeviceID() argument
119 if (deviceID == ALSA_DEFAULT_DEVICE_ID) { in getDeviceStringFromDeviceID()
122 decodeDeviceID(deviceID, &card, &device, &subdevice, isMidi); in getDeviceStringFromDeviceID()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
H A DPLATFORM_API_MacOSX_MidiUtils.c191 if (deviceID < 0) { in getEndpointProperty()
198 endpoint = MIDIGetSource(deviceID); in getEndpointProperty()
200 endpoint = MIDIGetDestination(deviceID); in getEndpointProperty()
238 INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceName() argument
239 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyName); in MIDI_Utils_GetDeviceName()
243 INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceVendor() argument
249 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyDisplayName); in MIDI_Utils_GetDeviceDescription()
459 INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle, in MIDI_Utils_OpenDevice() argument
489 endpoint = MIDIGetSource(deviceID); in MIDI_Utils_OpenDevice()
492 endpoint = MIDIGetDestination(deviceID); in MIDI_Utils_OpenDevice()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
H A DPLATFORM_API_MacOSX_MidiUtils.c191 if (deviceID < 0) { in getEndpointProperty()
198 endpoint = MIDIGetSource(deviceID); in getEndpointProperty()
200 endpoint = MIDIGetDestination(deviceID); in getEndpointProperty()
238 INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceName() argument
239 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyName); in MIDI_Utils_GetDeviceName()
243 INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceVendor() argument
249 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyDisplayName); in MIDI_Utils_GetDeviceDescription()
459 INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle, in MIDI_Utils_OpenDevice() argument
489 endpoint = MIDIGetSource(deviceID); in MIDI_Utils_OpenDevice()
492 endpoint = MIDIGetDestination(deviceID); in MIDI_Utils_OpenDevice()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
H A DPLATFORM_API_MacOSX_MidiUtils.c191 if (deviceID < 0) { in getEndpointProperty()
198 endpoint = MIDIGetSource(deviceID); in getEndpointProperty()
200 endpoint = MIDIGetDestination(deviceID); in getEndpointProperty()
238 INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceName() argument
239 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyName); in MIDI_Utils_GetDeviceName()
243 INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceVendor() argument
249 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyDisplayName); in MIDI_Utils_GetDeviceDescription()
459 INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle, in MIDI_Utils_OpenDevice() argument
489 endpoint = MIDIGetSource(deviceID); in MIDI_Utils_OpenDevice()
492 endpoint = MIDIGetDestination(deviceID); in MIDI_Utils_OpenDevice()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
H A DPLATFORM_API_MacOSX_MidiUtils.c191 if (deviceID < 0) { in getEndpointProperty()
198 endpoint = MIDIGetSource(deviceID); in getEndpointProperty()
200 endpoint = MIDIGetDestination(deviceID); in getEndpointProperty()
238 INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceName() argument
239 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyName); in MIDI_Utils_GetDeviceName()
243 INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceVendor() argument
249 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyDisplayName); in MIDI_Utils_GetDeviceDescription()
459 INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle, in MIDI_Utils_OpenDevice() argument
489 endpoint = MIDIGetSource(deviceID); in MIDI_Utils_OpenDevice()
492 endpoint = MIDIGetDestination(deviceID); in MIDI_Utils_OpenDevice()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
H A DPLATFORM_API_MacOSX_MidiUtils.c191 if (deviceID < 0) { in getEndpointProperty()
198 endpoint = MIDIGetSource(deviceID); in getEndpointProperty()
200 endpoint = MIDIGetDestination(deviceID); in getEndpointProperty()
238 INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceName() argument
239 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyName); in MIDI_Utils_GetDeviceName()
243 INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 bufferLength) { in MIDI_Utils_GetDeviceVendor() argument
249 return getEndpointProperty(direction, deviceID, name, bufferLength, kMIDIPropertyDisplayName); in MIDI_Utils_GetDeviceDescription()
459 INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle, in MIDI_Utils_OpenDevice() argument
489 endpoint = MIDIGetSource(deviceID); in MIDI_Utils_OpenDevice()
492 endpoint = MIDIGetDestination(deviceID); in MIDI_Utils_OpenDevice()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiUtils.h55 int deviceID; /* logical index (0 .. numEndpoints-1) */ member
74 extern INT32 MIDI_Utils_GetDeviceName(int direction, INT32 deviceID, char *name, UINT32 nameLength);
75 extern INT32 MIDI_Utils_GetDeviceVendor(int direction, INT32 deviceID, char *name, UINT32 nameLengt…
76 extern INT32 MIDI_Utils_GetDeviceDescription(int direction, INT32 deviceID, char *name, UINT32 name…
77 extern INT32 MIDI_Utils_GetDeviceVersion(int direction, INT32 deviceID, char *name, UINT32 nameLeng…
78 extern INT32 MIDI_Utils_OpenDevice(int direction, INT32 deviceID, MacMidiDeviceHandle** handle,
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwinput/
H A Dbindingsmanager.hpp47 void mousePressed(const SDL_MouseButtonEvent &evt, int deviceID);
48 void mouseReleased(const SDL_MouseButtonEvent &arg, int deviceID);
55 void controllerAdded(int deviceID, const SDL_ControllerDeviceEvent &arg);
57 void controllerButtonPressed(int deviceID, const SDL_ControllerButtonEvent &arg);
58 void controllerButtonReleased(int deviceID, const SDL_ControllerButtonEvent &arg);
59 void controllerAxisMoved(int deviceID, const SDL_ControllerAxisEvent &arg);
/dports/graphics/goom/goom2k4-0/mac/StandAlone/
H A DCoreAudioDevice.cpp13 CoreAudioDevice::CoreAudioDevice(AudioDeviceID devId):deviceID(devId) {} in CoreAudioDevice()
36 if (AudioDeviceGetPropertyInfo(deviceID, channel, section, property, &size, NULL) != 0) in propertyDataSize()
46 AudioDeviceGetProperty(deviceID, channel, section, property, &size, data) != 0; in propertyData()
51 …OSStatus theError = AudioDeviceSetProperty(deviceID, NULL, channel, section, property, inDataSize,… in setPropertyData()
81 …if (AudioDeviceAddPropertyListener(deviceID, inChannel, inSection, inPropertyID, inListenerProc, i… in AddPropertyListener()
90 …if (AudioDeviceRemovePropertyListener(deviceID, inChannel, inSection, inPropertyID, inListenerProc… in RemovePropertyListener()
101 …OSStatus theError = AudioDeviceGetPropertyInfo(deviceID, channel, section, kAudioDevicePropertyVol… in HasVolumeControl()
108 …OSStatus theError = AudioDeviceGetPropertyInfo(deviceID, channel, section, kAudioDevicePropertyVol… in VolumeControlIsSettable()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/bsd/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_MidiUtils.c50 typedef int (*DeviceIteratorPtr)(UINT32 deviceID,
69 UINT32 deviceID; in iterateRawmidiDevices() local
162 deviceID = encodeDeviceID(card, dev, subDev); in iterateRawmidiDevices()
215 static int deviceInfoIterator(UINT32 deviceID, snd_rawmidi_info_t *rawmidi_info, in deviceInfoIterator() argument
229 desc->deviceID = deviceID; in deviceInfoIterator()
348 UINT32* deviceID) { in getMidiDeviceID() argument
357 *deviceID = desc.deviceID; in getMidiDeviceID()
376 UINT32 deviceID = 0; in openMidiDevice() local
393 err = getMidiDeviceID(direction, deviceIndex, &deviceID); in openMidiDevice()
394 TRACE1(" openMidiDevice(): deviceID: %d\n", (int) deviceID); in openMidiDevice()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/linux/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_MidiUtils.c50 typedef int (*DeviceIteratorPtr)(UINT32 deviceID,
69 UINT32 deviceID; in iterateRawmidiDevices() local
162 deviceID = encodeDeviceID(card, dev, subDev); in iterateRawmidiDevices()
215 static int deviceInfoIterator(UINT32 deviceID, snd_rawmidi_info_t *rawmidi_info, in deviceInfoIterator() argument
229 desc->deviceID = deviceID; in deviceInfoIterator()
348 UINT32* deviceID) { in getMidiDeviceID() argument
357 *deviceID = desc.deviceID; in getMidiDeviceID()
376 UINT32 deviceID = 0; in openMidiDevice() local
393 err = getMidiDeviceID(direction, deviceIndex, &deviceID); in openMidiDevice()
394 TRACE1(" openMidiDevice(): deviceID: %d\n", (int) deviceID); in openMidiDevice()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/bsd/native/libjsound/
H A DPLATFORM_API_BsdOS_ALSA_MidiUtils.c50 typedef int (*DeviceIteratorPtr)(UINT32 deviceID,
69 UINT32 deviceID; in iterateRawmidiDevices() local
162 deviceID = encodeDeviceID(card, dev, subDev); in iterateRawmidiDevices()
215 static int deviceInfoIterator(UINT32 deviceID, snd_rawmidi_info_t *rawmidi_info, in deviceInfoIterator() argument
229 desc->deviceID = deviceID; in deviceInfoIterator()
348 UINT32* deviceID) { in getMidiDeviceID() argument
357 *deviceID = desc.deviceID; in getMidiDeviceID()
376 UINT32 deviceID = 0; in openMidiDevice() local
393 err = getMidiDeviceID(direction, deviceIndex, &deviceID); in openMidiDevice()
394 TRACE1(" openMidiDevice(): deviceID: %d\n", (int) deviceID); in openMidiDevice()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/linux/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_MidiUtils.c50 typedef int (*DeviceIteratorPtr)(UINT32 deviceID,
69 UINT32 deviceID; in iterateRawmidiDevices() local
162 deviceID = encodeDeviceID(card, dev, subDev); in iterateRawmidiDevices()
215 static int deviceInfoIterator(UINT32 deviceID, snd_rawmidi_info_t *rawmidi_info, in deviceInfoIterator() argument
229 desc->deviceID = deviceID; in deviceInfoIterator()
348 UINT32* deviceID) { in getMidiDeviceID() argument
357 *deviceID = desc.deviceID; in getMidiDeviceID()
376 UINT32 deviceID = 0; in openMidiDevice() local
393 err = getMidiDeviceID(direction, deviceIndex, &deviceID); in openMidiDevice()
394 TRACE1(" openMidiDevice(): deviceID: %d\n", (int) deviceID); in openMidiDevice()
[all …]

12345678910>>...88