Home
last modified time | relevance | path

Searched refs:IOHIDDeviceGetProperty (Results 1 – 25 of 87) sorted by relevance

1234

/dports/astro/phd2/phd2-2.6.10/thirdparty/HID_Utilities/IOHIDManager/
H A DIOHIDDevice_.c112 return ( IOHIDDeviceGetProperty( inIOHIDDeviceRef, CFSTR(kIOHIDTransportKey) ) ); in IOHIDDevice_GetTransport()
196 return ( IOHIDDeviceGetProperty( inIOHIDDeviceRef, CFSTR(kIOHIDManufacturerKey) ) ); in IOHIDDevice_GetManufacturer()
212 return ( IOHIDDeviceGetProperty( inIOHIDDeviceRef, CFSTR(kIOHIDProductKey) ) ); in IOHIDDevice_GetProduct()
228 return ( IOHIDDeviceGetProperty( inIOHIDDeviceRef, CFSTR(kIOHIDSerialNumberKey) ) ); in IOHIDDevice_GetSerialNumber()
312 return ( IOHIDDeviceGetProperty( inIOHIDDeviceRef, CFSTR(kIOHIDDeviceUsagePairsKey) ) ); in IOHIDDevice_GetUsagePairs()
511 CFTypeRef tCFTypeRef = IOHIDDeviceGetProperty(inIOHIDDeviceRef, inKey); in IOHIDDevice_GetLongProperty()
H A DImmrHIDUtilAddOn.c71 CFTypeRef tCFTypeRef = IOHIDDeviceGetProperty( inIOHIDDeviceRef, CFSTR(kIOHIDLocationIDKey) ); in AllocateHIDObjectFromIOHIDDeviceRef()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/cocoa/
H A DJoystickCocoa.cpp91 CFStringRef productRef = (CFStringRef)IOHIDDeviceGetProperty(m_device, CFSTR(kIOHIDProductKey)); in Initialize()
92 … CFNumberRef vendorIdRef = (CFNumberRef)IOHIDDeviceGetProperty(m_device, CFSTR(kIOHIDVendorIDKey)); in Initialize()
93 …CFNumberRef productIdRef = (CFNumberRef)IOHIDDeviceGetProperty(m_device, CFSTR(kIOHIDProductIDKey)… in Initialize()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/osx/
H A Djoypad_osx.cpp222 CFTypeRef refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDPrimaryUsagePageKey)); in is_joypad()
230 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDPrimaryUsageKey)); in is_joypad()
294 CFTypeRef refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDProductKey)); in configure_joypad()
296 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDManufacturerKey)); in configure_joypad()
307 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDVendorIDKey)); in configure_joypad()
313 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDProductIDKey)); in configure_joypad()
319 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDVersionNumberKey)); in configure_joypad()
/dports/devel/godot/godot-3.2.3-stable/platform/osx/
H A Djoypad_osx.cpp222 CFTypeRef refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDPrimaryUsagePageKey)); in is_joypad()
230 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDPrimaryUsageKey)); in is_joypad()
294 CFTypeRef refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDProductKey)); in configure_joypad()
296 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDManufacturerKey)); in configure_joypad()
307 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDVendorIDKey)); in configure_joypad()
313 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDProductIDKey)); in configure_joypad()
319 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDVersionNumberKey)); in configure_joypad()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/joystick/darwin/
H A DSDL_sysjoystick.c346 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsagePageKey)); in GetDeviceInfo()
354 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsageKey)); in GetDeviceInfo()
368 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductKey)); in GetDeviceInfo()
371 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDManufacturerKey)); in GetDeviceInfo()
377 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVendorIDKey)); in GetDeviceInfo()
382 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductIDKey)); in GetDeviceInfo()
387 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVersionNumberKey)); in GetDeviceInfo()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/macos/hid/
H A DAKGamepad.m56 tCFTypeRef = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVendorIDKey));
61 tCFTypeRef = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductIDKey));
66 tCFTypeRef = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDLocationIDKey));
71 _name = (__bridge NSString *)IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductKey));
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/darwin/
H A DSDL_sysjoystick.c329 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsagePageKey)); in GetDeviceInfo()
337 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsageKey)); in GetDeviceInfo()
351 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductKey)); in GetDeviceInfo()
354 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDManufacturerKey)); in GetDeviceInfo()
360 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVendorIDKey)); in GetDeviceInfo()
365 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductIDKey)); in GetDeviceInfo()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/joystick/darwin/
H A DSDL_sysjoystick.c329 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsagePageKey)); in GetDeviceInfo()
337 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsageKey)); in GetDeviceInfo()
351 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductKey)); in GetDeviceInfo()
354 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDManufacturerKey)); in GetDeviceInfo()
360 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVendorIDKey)); in GetDeviceInfo()
365 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductIDKey)); in GetDeviceInfo()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/joystick/darwin/
H A DSDL_sysjoystick.c329 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsagePageKey)); in GetDeviceInfo()
337 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsageKey)); in GetDeviceInfo()
351 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductKey)); in GetDeviceInfo()
354 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDManufacturerKey)); in GetDeviceInfo()
360 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVendorIDKey)); in GetDeviceInfo()
365 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductIDKey)); in GetDeviceInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/gamepad/
H A Dgamepad_platform_data_fetcher_mac.mm155 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDLocationIDKey))));
159 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDVendorIDKey))));
161 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDProductIDKey))));
163 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDVersionNumberKey))));
165 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDProductKey))));
/dports/devel/godot2/godot-2.1.6-stable/platform/osx/
H A Djoystick_osx.cpp222 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDPrimaryUsagePageKey)); in is_joystick()
230 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDPrimaryUsageKey)); in is_joystick()
297 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDProductKey)); in configure_joystick()
299 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDManufacturerKey)); in configure_joystick()
310 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDVendorIDKey)); in configure_joystick()
316 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDProductIDKey)); in configure_joystick()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/osx/
H A Djoystick_osx.cpp222 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDPrimaryUsagePageKey)); in is_joystick()
230 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDPrimaryUsageKey)); in is_joystick()
297 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDProductKey)); in configure_joystick()
299 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDManufacturerKey)); in configure_joystick()
310 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDVendorIDKey)); in configure_joystick()
316 refCF = IOHIDDeviceGetProperty(p_device_ref, CFSTR(kIOHIDProductIDKey)); in configure_joystick()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/gamepad/
H A Dgamepad_platform_data_fetcher_mac.mm155 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDLocationIDKey))));
159 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDVendorIDKey))));
161 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDProductIDKey))));
163 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDVersionNumberKey))));
165 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDProductKey))));
/dports/emulators/sameboy/SameBoy-0.14.7/JoyKit/
H A DJOYController.m419 …[(__bridge NSNumber *)IOHIDDeviceGetProperty(device, CFSTR(kIOHIDMaxFeatureReportSizeKey)) unsigne…
540 …_isDualSense = [(__bridge NSNumber *)IOHIDDeviceGetProperty(device, CFSTR(kIOHIDProductIDKey)) uns…
544 …_isUSBDualSense = [(__bridge NSString *)IOHIDDeviceGetProperty(_device, CFSTR(kIOHIDTransportKey))…
575 return IOHIDDeviceGetProperty(_device, CFSTR(kIOHIDProductKey));
581 …NSString *serial = (__bridge NSString *)IOHIDDeviceGetProperty(_device, CFSTR(kIOHIDSerialNumberKe…
582 …if (!serial || [(__bridge NSString *)IOHIDDeviceGetProperty(_device, CFSTR(kIOHIDTransportKey)) is…
584 … [(__bridge NSNumber *)IOHIDDeviceGetProperty(_device, CFSTR(kIOHIDVendorIDKey)) unsignedIntValue],
585 …[(__bridge NSNumber *)IOHIDDeviceGetProperty(_device, CFSTR(kIOHIDProductIDKey)) unsignedIntValue],
586 …[(__bridge NSNumber *)IOHIDDeviceGetProperty(_device, CFSTR(kIOHIDLocationIDKey)) unsignedIntValue…
994 NSString *name = (__bridge NSString *)IOHIDDeviceGetProperty(device, CFSTR(kIOHIDProductKey));
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/darwin/
H A DSDL_iokitjoystick.c436 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsagePageKey)); in GetDeviceInfo()
444 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsageKey)); in GetDeviceInfo()
466 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVendorIDKey)); in GetDeviceInfo()
471 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductIDKey)); in GetDeviceInfo()
476 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVersionNumberKey)); in GetDeviceInfo()
482 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDManufacturerKey)); in GetDeviceInfo()
486 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductKey)); in GetDeviceInfo()
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/darwin/
H A DSDL_iokitjoystick.c436 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsagePageKey)); in GetDeviceInfo()
444 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDPrimaryUsageKey)); in GetDeviceInfo()
466 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVendorIDKey)); in GetDeviceInfo()
471 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductIDKey)); in GetDeviceInfo()
476 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDVersionNumberKey)); in GetDeviceInfo()
482 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDManufacturerKey)); in GetDeviceInfo()
486 refCF = IOHIDDeviceGetProperty(hidDevice, CFSTR(kIOHIDProductKey)); in GetDeviceInfo()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/pyu2f/hid/
H A Dmacos.py154 iokit.IOHIDDeviceGetProperty.restype = CF_TYPE_REF
155 iokit.IOHIDDeviceGetProperty.argtypes = [IO_HID_DEVICE_REF, CF_STRING_REF]
198 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
219 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pyu2f/hid/
H A Dmacos.py153 iokit.IOHIDDeviceGetProperty.restype = CF_TYPE_REF
154 iokit.IOHIDDeviceGetProperty.argtypes = [IO_HID_DEVICE_REF, CF_STRING_REF]
197 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
218 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/pyu2f/pyu2f/hid/
H A Dmacos.py153 iokit.IOHIDDeviceGetProperty.restype = CF_TYPE_REF
154 iokit.IOHIDDeviceGetProperty.argtypes = [IO_HID_DEVICE_REF, CF_STRING_REF]
197 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
218 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
/dports/net/py-pyu2f/pyu2f-0.1.5/pyu2f/hid/
H A Dmacos.py153 iokit.IOHIDDeviceGetProperty.restype = CF_TYPE_REF
154 iokit.IOHIDDeviceGetProperty.argtypes = [IO_HID_DEVICE_REF, CF_STRING_REF]
197 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
218 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/pyu2f/pyu2f/hid/
H A Dmacos.py153 iokit.IOHIDDeviceGetProperty.restype = CF_TYPE_REF
154 iokit.IOHIDDeviceGetProperty.argtypes = [IO_HID_DEVICE_REF, CF_STRING_REF]
197 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
218 type_ref = iokit.IOHIDDeviceGetProperty(dev_ref, cf_key)
/dports/security/py-fido2/fido2-0.9.2/fido2/hid/
H A Dmacos.py197 iokit.IOHIDDeviceGetProperty.restype = CF_TYPE_REF
198 iokit.IOHIDDeviceGetProperty.argtypes = [IO_HID_DEVICE_REF, CF_STRING_REF]
329 type_ref = iokit.IOHIDDeviceGetProperty(dev, cf_key)
348 type_ref = iokit.IOHIDDeviceGetProperty(dev, cf_key)
/dports/security/py-yubikey-manager/yubikey-manager-4.0.7/ykman/hid/
H A Dmacos.py140 iokit.IOHIDDeviceGetProperty.restype = CF_TYPE_REF
141 iokit.IOHIDDeviceGetProperty.argtypes = [IO_HID_DEVICE_REF, CF_STRING_REF]
228 type_ref = iokit.IOHIDDeviceGetProperty(dev, cf_key)
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerInterface/OSX/
H A DOSX.mm111 #define shortlog(x) NSLog(@"%s: %@", x, IOHIDDeviceGetProperty(device, CFSTR(x)));
114 IOHIDDeviceGetProperty(device, CFSTR(kIOHIDProductKey)));
143 IOHIDDeviceGetProperty(inIOHIDDeviceRef, CFSTR(kIOHIDProductKey)));

1234