Home
last modified time | relevance | path

Searched refs:deviceID (Results 1 – 25 of 2072) sorted by relevance

12345678910>>...83

/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Output/jack/
H A Dbio2jack.h64 int JACK_OpenEx(int *deviceID, unsigned int bits_per_channel,
69 int JACK_Close(int deviceID); /* return 0 for success */
84 enum status_enum JACK_GetState(int deviceID);
86 long JACK_GetMaxOutputBufferedBytes(int deviceID);
87 long JACK_GetMaxInputBufferedBytes(int deviceID);
90 unsigned long JACK_GetJackBufferedBytes(int deviceID);
99 enum JACK_VOLUME_TYPE JACK_SetVolumeEffectType(int deviceID,
112 unsigned long JACK_GetBytesPerOutputFrame(int deviceID);
113 unsigned long JACK_GetBytesPerInputFrame(int deviceID);
116 int JACK_GetNumInputChannels(int deviceID);
[all …]
H A Dbio2jack.c292 getDriver(int deviceID)
326 tryGetDriver(int deviceID)
911 getDriver(drv->deviceID);
1417 JACK_Reset(int deviceID) argument
1504 getDriver(drv->deviceID);
1687 *deviceID = drv->deviceID; /* set the deviceID for the caller */
1697 JACK_Close(int deviceID) argument
2072 JACK_GetState(int deviceID) argument
2175 JACK_GetBytesStored(int deviceID) argument
2490 JACK_GetSampleRate(int deviceID) argument
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/extern/oics/
H A DICSInputControlSystem_joystick.cpp81 mJoystickIDList.push_back(deviceID); in addJoystickAxisBinding()
85 + ToString<int>(deviceID) + ", direction=" in addJoystickAxisBinding()
103 + ToString<int>(deviceID) + ", direction=" in addJoystickButtonBinding()
175 mControlsJoystickAxisBinderMap[deviceID].erase(it); in removeJoystickAxisBinding()
310 …if(mControlsJoystickAxisBinderMap[deviceID].find(j) == mControlsJoystickAxisBinderMap[deviceID].en… in controllerAdded()
318 mJoystickIDList.push_front(deviceID); in controllerAdded()
337 ICS->removeJoystickAxisBinding(deviceID, axis); in joystickAxisBindingDetected()
343 ICS->removeJoystickAxisBinding(deviceID, oldAxis); in joystickAxisBindingDetected()
346 ICS->addJoystickAxisBinding(control, deviceID, axis, direction); in joystickAxisBindingDetected()
353 ICS->removeJoystickButtonBinding(deviceID, button); in joystickButtonBindingDetected()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Directx9/
H A DGPU_DX9.cpp118 if (deviceID >= 0x1180 && deviceID <= 0x11bf)
120 if (deviceID >= 0x11c0 && deviceID <= 0x11fa)
122 if (deviceID >= 0x0fc0 && deviceID <= 0x0fff)
124 if (deviceID >= 0x1003 && deviceID <= 0x1028)
126 if (deviceID >= 0x1280 && deviceID <= 0x12ba)
128 if (deviceID >= 0x1381 && deviceID <= 0x13b0)
130 if (deviceID >= 0x1340 && deviceID <= 0x134d)
132 if (deviceID >= 0x13c0 && deviceID <= 0x13d9)
134 if (deviceID >= 0x1401 && deviceID <= 0x1427)
136 if (deviceID >= 0x15f7 && deviceID <= 0x15f9)
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DGPU_DX9.cpp118 if (deviceID >= 0x1180 && deviceID <= 0x11bf) in NVIDIAGetDeviceGeneration()
120 if (deviceID >= 0x11c0 && deviceID <= 0x11fa) in NVIDIAGetDeviceGeneration()
122 if (deviceID >= 0x0fc0 && deviceID <= 0x0fff) in NVIDIAGetDeviceGeneration()
124 if (deviceID >= 0x1003 && deviceID <= 0x1028) in NVIDIAGetDeviceGeneration()
126 if (deviceID >= 0x1280 && deviceID <= 0x12ba) in NVIDIAGetDeviceGeneration()
128 if (deviceID >= 0x1381 && deviceID <= 0x13b0) in NVIDIAGetDeviceGeneration()
130 if (deviceID >= 0x1340 && deviceID <= 0x134d) in NVIDIAGetDeviceGeneration()
132 if (deviceID >= 0x13c0 && deviceID <= 0x13d9) in NVIDIAGetDeviceGeneration()
134 if (deviceID >= 0x1401 && deviceID <= 0x1427) in NVIDIAGetDeviceGeneration()
136 if (deviceID >= 0x15f7 && deviceID <= 0x15f9) in NVIDIAGetDeviceGeneration()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DGPU_DX9.cpp118 if (deviceID >= 0x1180 && deviceID <= 0x11bf) in NVIDIAGetDeviceGeneration()
120 if (deviceID >= 0x11c0 && deviceID <= 0x11fa) in NVIDIAGetDeviceGeneration()
122 if (deviceID >= 0x0fc0 && deviceID <= 0x0fff) in NVIDIAGetDeviceGeneration()
124 if (deviceID >= 0x1003 && deviceID <= 0x1028) in NVIDIAGetDeviceGeneration()
126 if (deviceID >= 0x1280 && deviceID <= 0x12ba) in NVIDIAGetDeviceGeneration()
128 if (deviceID >= 0x1381 && deviceID <= 0x13b0) in NVIDIAGetDeviceGeneration()
130 if (deviceID >= 0x1340 && deviceID <= 0x134d) in NVIDIAGetDeviceGeneration()
132 if (deviceID >= 0x13c0 && deviceID <= 0x13d9) in NVIDIAGetDeviceGeneration()
134 if (deviceID >= 0x1401 && deviceID <= 0x1427) in NVIDIAGetDeviceGeneration()
136 if (deviceID >= 0x15f7 && deviceID <= 0x15f9) in NVIDIAGetDeviceGeneration()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/qt7/
H A Daudiodevice.mm63 AudioDeviceID deviceID = 0;
64 UInt32 size = sizeof(deviceID);
67 return deviceID;
73 AudioDeviceID deviceID = 0;
74 UInt32 size = sizeof(deviceID);
77 return deviceID;
89 AudioDeviceID deviceID = 0;
93 return deviceID;
125 if (!deviceID)
139 if (!deviceID)
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dcontrol.h20 int deviceID; member
30 void control_remapdevice(int deviceID);
36 int *control_getmappings(int deviceID);
39 void control_resetmappings(int deviceID);
42 const char *control_getkeyname(int deviceID, int keycode);
43 bool control_isvaliddevice(int deviceID);
44 const char *control_getdevicename(int deviceID);
45 void control_rumble(int deviceID, int ratio, int msec);
54 #define control_getmappedkeyname(deviceID, key) control_getkeyname(deviceID, control_getmappings(de… argument
/dports/games/openbor/openbor-3caaddd5/engine/wii/
H A Dcontrol.h25 int deviceID; member
35 void control_remapdevice(int deviceID);
41 int *control_getmappings(int deviceID);
44 void control_resetmappings(int deviceID);
47 const char *control_getkeyname(int deviceID, int keycode);
48 bool control_isvaliddevice(int deviceID);
49 const char *control_getdevicename(int deviceID);
50 void control_rumble(int deviceID, int ratio, int msec);
59 #define control_getmappedkeyname(deviceID, key) control_getkeyname(deviceID, control_getmappings(de… argument
H A Dcontrol.c103 control_resetmappings(deviceID); in load_from_saved_mapping()
127 devices[deviceID].deviceType = type; in setup_device()
128 devices[deviceID].port = port; in setup_device()
129 snprintf(devices[deviceID].name, sizeof(devices[deviceID].name), "%s #%i", name, port+1); in setup_device()
130 load_from_saved_mapping(deviceID); in setup_device()
228 if (deviceID < 0) return; in control_resetmappings()
362 void control_remapdevice(int deviceID) in control_remapdevice() argument
364 if (deviceID < 0) in control_remapdevice()
390 if (deviceID < 0) return "None"; in control_getkeyname()
490 return deviceID >= 0 && devices[deviceID].deviceType != DEVICE_TYPE_NONE; in control_isvaliddevice()
[all …]
/dports/security/keybase/client-v5.7.1/shared/devices/device-page/
H A Dindex.stories.tsx13 deviceID: Types.stringToDeviceID(options.deviceID),
25 deviceMap.set('backup', makeDevice({created: 0, deviceID: 'backup', type: 'backup'}))
28 makeDevice({created: 1, deviceID: 'backup revoked', revoked: true, type: 'backup'})
30 deviceMap.set('desktop', makeDevice({created: 2, deviceID: 'desktop', type: 'desktop'}))
33 makeDevice({created: 3, current: true, deviceID: 'desktop current', type: 'desktop'})
37 makeDevice({created: 4, deviceID: 'desktop no last', lastUsed: false, type: 'desktop'})
41 makeDevice({created: 5, deviceID: 'desktop revoked', revoked: true, type: 'desktop'})
43 deviceMap.set('mobile', makeDevice({created: 6, deviceID: 'mobile', type: 'mobile'}))
46 makeDevice({created: 7, deviceID: 'mobile revoked', revoked: true, type: 'mobile'})
61 .add('Desktop', () => <DevicePage {...Sb.createNavigator({deviceID: 'desktop'})} />)
[all …]
/dports/science/jmol/jmol-14.32.7/src/com/sparshui/cpp/HPTouchSmart/
H A DNWMultiTouch.h109 typedef void (__stdcall *NWConnectEvent)(DWORD deviceID);
112 typedef void (__stdcall *NWDisconnectEvent)(DWORD deviceID);
169 DWORD __declspec(dllexport) __cdecl OpenDevice(DWORD deviceID, NWReceiveTouchInfo callbackFn);
170 void __declspec(dllexport) __cdecl CloseDevice(DWORD deviceID);
177 DWORD __declspec(dllexport) __cdecl SetReportMode (DWORD deviceID, DWORD reportMode);
178 DWORD __declspec(dllexport) __cdecl GetReportMode (DWORD deviceID);
185 DWORD __declspec(dllexport) __cdecl GetNearFieldRegion (DWORD deviceID, point_t* nearField);
186 DWORD __declspec(dllexport) __cdecl SetNearFieldRegion (DWORD deviceID, point_t nearField);
212 void __declspec(dllexport) __cdecl SetKalmanFilterStatus(DWORD deviceID, bool kalmanOn);
218 DWORD __declspec(dllexport) __cdecl GetDeviceLoopbackStatus (DWORD deviceID);
[all …]
/dports/security/keybase/client-v5.7.1/shared/actions/__tests__/
H A Ddevices.test.tsx29 deviceID: Types.stringToDeviceID('123'),
45 deviceID: Types.stringToDeviceID('456'),
61 deviceID: Types.stringToDeviceID('789'),
79 deviceID: '123',
95 deviceID: '456',
111 deviceID: '789',
174 deviceID: Types.stringToDeviceID('132'),
232 const deviceID = Types.stringToDeviceID('456')
235 dispatch(DevicesGen.createRevoke({deviceID}))
258 dispatch(DevicesGen.createRevoke({deviceID}))
[all …]
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/builders/hardsid-builder/
H A Dhardsid-emu.h50 typedef void (CALLBACK* HsidDLL2_Delay_t) (BYTE deviceID, WORD cycles);
52 typedef void (CALLBACK* HsidDLL2_Filter_t) (BYTE deviceID, BOOL filter);
53 typedef void (CALLBACK* HsidDLL2_Flush_t) (BYTE deviceID);
54 typedef void (CALLBACK* HsidDLL2_Mute_t) (BYTE deviceID, BYTE channel, BOOL mute);
55 typedef void (CALLBACK* HsidDLL2_MuteAll_t) (BYTE deviceID, BOOL mute);
56 typedef void (CALLBACK* HsidDLL2_Reset_t) (BYTE deviceID);
57 typedef BYTE (CALLBACK* HsidDLL2_Read_t) (BYTE deviceID, WORD cycles, BYTE SID_reg);
58 typedef void (CALLBACK* HsidDLL2_Sync_t) (BYTE deviceID);
63 typedef BOOL (CALLBACK* HsidDLL2_Lock_t) (BYTE deviceID);
64 typedef void (CALLBACK* HsidDLL2_Unlock_t) (BYTE deviceID);
[all …]
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/builders/hardsid-builder/
H A Dhardsid-emu.h50 typedef void (CALLBACK* HsidDLL2_Delay_t) (BYTE deviceID, WORD cycles);
52 typedef void (CALLBACK* HsidDLL2_Filter_t) (BYTE deviceID, BOOL filter);
53 typedef void (CALLBACK* HsidDLL2_Flush_t) (BYTE deviceID);
54 typedef void (CALLBACK* HsidDLL2_Mute_t) (BYTE deviceID, BYTE channel, BOOL mute);
55 typedef void (CALLBACK* HsidDLL2_MuteAll_t) (BYTE deviceID, BOOL mute);
56 typedef void (CALLBACK* HsidDLL2_Reset_t) (BYTE deviceID);
57 typedef BYTE (CALLBACK* HsidDLL2_Read_t) (BYTE deviceID, WORD cycles, BYTE SID_reg);
58 typedef void (CALLBACK* HsidDLL2_Sync_t) (BYTE deviceID);
63 typedef BOOL (CALLBACK* HsidDLL2_Lock_t) (BYTE deviceID);
64 typedef void (CALLBACK* HsidDLL2_Unlock_t) (BYTE deviceID);
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DAccountDeviceInstance.java29 private final String deviceID; field in AccountDeviceInstance
33 this.deviceID = deviceId; in AccountDeviceInstance()
51 return this.deviceID; in getDeviceId()
58 hash = 11 * hash + (this.deviceID != null ? this.deviceID.hashCode() : 0); in hashCode()
74 if ((this.deviceID == null) ? (other.deviceID != null) : !this.deviceID.equals(other.deviceID)) { in equals()
/dports/audio/libsidplay2/sidplay-libs-2.1.1/builders/hardsid-builder/src/
H A Dhardsid-emu.h63 typedef void (CALLBACK* HsidDLL2_Delay_t) (BYTE deviceID, WORD cycles);
65 typedef void (CALLBACK* HsidDLL2_Filter_t) (BYTE deviceID, BOOL filter);
66 typedef void (CALLBACK* HsidDLL2_Flush_t) (BYTE deviceID);
67 typedef void (CALLBACK* HsidDLL2_Mute_t) (BYTE deviceID, BYTE channel, BOOL mute);
68 typedef void (CALLBACK* HsidDLL2_MuteAll_t) (BYTE deviceID, BOOL mute);
69 typedef void (CALLBACK* HsidDLL2_Reset_t) (BYTE deviceID);
70 typedef BYTE (CALLBACK* HsidDLL2_Read_t) (BYTE deviceID, WORD cycles, BYTE SID_reg);
71 typedef void (CALLBACK* HsidDLL2_Sync_t) (BYTE deviceID);
76 typedef BOOL (CALLBACK* HsidDLL2_Lock_t) (BYTE deviceID);
77 typedef void (CALLBACK* HsidDLL2_Unlock_t) (BYTE deviceID);
[all …]
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dactive_device.go55 deviceID: d,
78 deviceID: d.deviceID,
103 deviceID := src.deviceID
202 a.deviceID = deviceID
205 } else if !a.deviceID.Eq(deviceID) {
227 a.deviceID = ""
474 if !a.deviceID.Eq(deviceID) {
486 if !a.deviceID.Eq(deviceID) {
501 if !a.deviceID.Eq(deviceID) {
527 if !deviceID.Eq(a.deviceID) {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp117 AudioDeviceID deviceID = devices[index]; in GetDeviceInfo() local
119 *pDeviceID = deviceID; in GetDeviceInfo()
125 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
138 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
177 AudioDeviceID deviceID; in GetDefaultDevice() local
180 sizeof(deviceID), &deviceID, 1); in GetDefaultDevice()
185 return deviceID; in GetDefaultDevice()
188 int GetChannelCount(AudioDeviceID deviceID, int isSource) { in GetChannelCount() argument
194 … err = GetAudioObjectPropertySize(deviceID, scope, kAudioDevicePropertyStreamConfiguration, &size); in GetChannelCount()
210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result); in GetChannelCount()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp117 AudioDeviceID deviceID = devices[index]; in GetDeviceInfo() local
119 *pDeviceID = deviceID; in GetDeviceInfo()
125 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
138 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
177 AudioDeviceID deviceID; in GetDefaultDevice() local
180 sizeof(deviceID), &deviceID, 1); in GetDefaultDevice()
185 return deviceID; in GetDefaultDevice()
188 int GetChannelCount(AudioDeviceID deviceID, int isSource) { in GetChannelCount() argument
194 … err = GetAudioObjectPropertySize(deviceID, scope, kAudioDevicePropertyStreamConfiguration, &size); in GetChannelCount()
210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result); in GetChannelCount()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp117 AudioDeviceID deviceID = devices[index]; in GetDeviceInfo() local
119 *pDeviceID = deviceID; in GetDeviceInfo()
125 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
138 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
177 AudioDeviceID deviceID; in GetDefaultDevice() local
180 sizeof(deviceID), &deviceID, 1); in GetDefaultDevice()
185 return deviceID; in GetDefaultDevice()
188 int GetChannelCount(AudioDeviceID deviceID, int isSource) { in GetChannelCount() argument
194 … err = GetAudioObjectPropertySize(deviceID, scope, kAudioDevicePropertyStreamConfiguration, &size); in GetChannelCount()
210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result); in GetChannelCount()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Utils.cpp117 AudioDeviceID deviceID = devices[index]; in GetDeviceInfo() local
119 *pDeviceID = deviceID; in GetDeviceInfo()
125 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
138 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
177 AudioDeviceID deviceID; in GetDefaultDevice() local
180 sizeof(deviceID), &deviceID, 1); in GetDefaultDevice()
185 return deviceID; in GetDefaultDevice()
188 int GetChannelCount(AudioDeviceID deviceID, int isSource) { in GetChannelCount() argument
194 … err = GetAudioObjectPropertySize(deviceID, scope, kAudioDevicePropertyStreamConfiguration, &size); in GetChannelCount()
210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result); in GetChannelCount()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp117 AudioDeviceID deviceID = devices[index]; in GetDeviceInfo() local
119 *pDeviceID = deviceID; in GetDeviceInfo()
125 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
138 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
177 AudioDeviceID deviceID; in GetDefaultDevice() local
180 sizeof(deviceID), &deviceID, 1); in GetDefaultDevice()
185 return deviceID; in GetDefaultDevice()
188 int GetChannelCount(AudioDeviceID deviceID, int isSource) { in GetChannelCount() argument
194 … err = GetAudioObjectPropertySize(deviceID, scope, kAudioDevicePropertyStreamConfiguration, &size); in GetChannelCount()
210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result); in GetChannelCount()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp117 AudioDeviceID deviceID = devices[index]; in GetDeviceInfo() local
119 *pDeviceID = deviceID; in GetDeviceInfo()
125 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
138 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
177 AudioDeviceID deviceID; in GetDefaultDevice() local
180 sizeof(deviceID), &deviceID, 1); in GetDefaultDevice()
185 return deviceID; in GetDefaultDevice()
188 int GetChannelCount(AudioDeviceID deviceID, int isSource) { in GetChannelCount() argument
194 … err = GetAudioObjectPropertySize(deviceID, scope, kAudioDevicePropertyStreamConfiguration, &size); in GetChannelCount()
210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result); in GetChannelCount()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_Utils.cpp117 AudioDeviceID deviceID = devices[index]; in GetDeviceInfo() local
119 *pDeviceID = deviceID; in GetDeviceInfo()
125 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
138 err = GetAudioObjectProperty(deviceID, kAudioObjectPropertyScopeGlobal, in GetDeviceInfo()
177 AudioDeviceID deviceID; in GetDefaultDevice() local
180 sizeof(deviceID), &deviceID, 1); in GetDefaultDevice()
185 return deviceID; in GetDefaultDevice()
188 int GetChannelCount(AudioDeviceID deviceID, int isSource) { in GetChannelCount() argument
194 … err = GetAudioObjectPropertySize(deviceID, scope, kAudioDevicePropertyStreamConfiguration, &size); in GetChannelCount()
210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result); in GetChannelCount()
[all …]

12345678910>>...83