Searched refs:usagePage (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/ |
D | SDL_sysjoystick_c.h | 32 uint32_t usagePage, usage; /* HID usage */ member 51 …uint32_t usagePage; /* usage within above page from IOUSBHID Parser.h which defines sp… member
|
D | SDL_sysjoystick.c | 189 const uint32_t usagePage = IOHIDElementGetUsagePage(refElement); in AddHIDElement() local 199 … switch (usagePage) { /* only interested in kHIDPage_GenericDesktop and kHIDPage_Button */ in AddHIDElement() 308 element->usagePage = usagePage; in AddHIDElement() 331 CFNumberGetValue(refCF, kCFNumberSInt32Type, &pDevice->usagePage); in GetDeviceInfo() 333 if (pDevice->usagePage != kHIDPage_GenericDesktop) { in GetDeviceInfo()
|
/third_party/flutter/glfw/src/ |
D | cocoa_joystick.m | 64 long usagePage, usage; 68 usagePage = IOHIDElementGetUsagePage(elementRef); 78 switch (usagePage) 352 static CFMutableDictionaryRef createMatchingDictionary(long usagePage, 365 &usagePage);
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/ |
D | SDL_syshaptic.c | 56 long usagePage; member 264 if (!CFNumberGetValue(refCF, kCFNumberLongType, &item->usagePage)) { in MacHaptic_MaybeAddDevice() 585 if ((item->usagePage == kHIDPage_GenericDesktop) && in SDL_SYS_HapticMouse()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoakeyboard.m | 213 CreateHIDDeviceMatchingDictionary(UInt32 usagePage, UInt32 usage) 218 CFNumberRef number = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &usagePage);
|
/third_party/libusb/libusb/os/ |
D | windows_winusb.h | 196 uint16_t usagePage; member
|
D | windows_winusb.c | 3373 d[i++] = 0x06; d[i++] = hid_priv->usagePage & 0xFF; d[i++] = hid_priv->usagePage >> 8; in _hid_get_report_descriptor() 3765 priv->hid->usagePage = capabilities.UsagePage; in hid_open()
|