Home
last modified time | relevance | path

Searched refs:usagePage (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/
DSDL_sysjoystick_c.h32 uint32_t usagePage, usage; /* HID usage */ member
51 …uint32_t usagePage; /* usage within above page from IOUSBHID Parser.h which defines sp… member
DSDL_sysjoystick.c189 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/
Dcocoa_joystick.m64 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/
DSDL_syshaptic.c56 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/
DSDL_cocoakeyboard.m213 CreateHIDDeviceMatchingDictionary(UInt32 usagePage, UInt32 usage)
218 CFNumberRef number = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &usagePage);
/third_party/libusb/libusb/os/
Dwindows_winusb.h196 uint16_t usagePage; member
Dwindows_winusb.c3373 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()