HomeSort by relevance Sort by last modified time
    Searched refs:hid (Results 1 - 9 of 9) sorted by null

  /external/qemu/hw/
bt-hid.c 2 * QEMU Bluetooth HID Profile wrapper for USB HID.
77 /* HID interface requests */
383 struct bt_hid_device_s *hid = opaque; local
385 bt_hid_control_transaction(hid, data, len);
390 struct bt_hid_device_s *hid = opaque; local
395 if (hid->state == bt_state_suspend) {
396 hid->state = bt_state_ready;
399 if (bt_hid_in(hid) > 0)
402 bt_hid_send_data(hid->interrupt, BT_DATA_INPUT
408 struct bt_hid_device_s *hid = opaque; local
463 struct bt_hid_device_s *hid = opaque; local
471 struct bt_hid_device_s *hid = opaque; local
480 struct bt_hid_device_s *hid = (struct bt_hid_device_s *) dev; local
498 struct bt_hid_device_s *hid = (struct bt_hid_device_s *) dev; local
515 struct bt_hid_device_s *hid = (struct bt_hid_device_s *) dev; local
    [all...]
bt-sdp.c 819 SERVICE(hid,
835 ATTRIBUTE(SVCNAME_PRIMARY, STRING("QEMU Bluetooth HID"))
847 /* TODO: extract from hid->usbdev->report_desc */
  /external/kernel-headers/original/linux/
hidraw.h 18 #include <linux/hid.h>
53 struct hid_device *hid; member in struct:hidraw
82 static inline void hidraw_report_event(struct hid_device *hid, u8 *data, int len) { }
83 static inline int hidraw_connect(struct hid_device *hid) { return -1; }
84 static inline void hidraw_disconnect(struct hid_device *hid) { }
hid.h 31 * USB HID (Human Interface Device) interface class code
37 * USB HID interface subclass and protocol codes
45 * HID class requests
56 * HID class descriptor types
98 * HID report item format
111 * HID report descriptor item type (prefix bit 2,3)
120 * HID report descriptor main item tags
130 * HID report descriptor main item contents
144 * HID report descriptor collection item types
152 * HID report descriptor global item tag
366 unsigned hid; \/* hid usage code *\/ member in struct:hid_usage
    [all...]
  /bionic/libc/kernel/common/linux/
hidraw.h 15 #include <linux/hid.h>
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 700 for (uint16 hid = 0; hid < kFullSplIdStart; hid++) {
701 for (uint16 fid = h2f_start_[hid];
702 fid < h2f_start_[hid] + h2f_num_[hid]; fid++)
703 f2h_[fid - kFullSplIdStart] = hid;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hiddev.h 37 unsigned hid; member in struct:hiddev_event
184 /* To traverse the input report descriptor info for a HID device, perform the
  /system/core/toolbox/
newfs_msdos.c 122 u_int8_t hid[4]; /* hidden sectors */ member in struct:bsbpb
166 u_int hid; /* hidden sectors */ member in struct:bpb
413 bpb.hid = opt_o;
603 bpb.mid = !bpb.hid ? 0xf0 : 0xf8;
606 if (bpb.hid + bpb.bsec <= MAXU16) {
652 mk4(bsbpb->hid, bpb.hid);
900 if (bpb->hid == 0)
901 bpb->hid = hs;
920 printf(" spt=%u hds=%u hid=%u", bpb->spt, bpb->hds, bpb->hid)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 26 /* SDL joystick driver for Darwin / Mac OS X, based on the IOKit HID API */
42 #include <IOKit/hid/IOHIDLib.h>
43 #include <IOKit/hid/IOHIDKeys.h>
185 HIDReportErrorNum ("Couldn?t query HID class device interface from plugInInterface", plugInResult);
427 /* Mac OS X currently is not mirroring all USB properties to HID page so need to look at USB device page also
438 * try hid dictionary first, if fail then go to usb dictionary
464 if (NULL == refCF) /* get top level element HID usage page or usage */
494 /* get dictionary for HID properties */
594 /* Set up a matching dictionary to search I/O Registry by class name for all HID class devices. */
613 SDL_SetError("Joystick: Failed to get HID CFMutableDictionaryRef via IOServiceMatching.")
    [all...]

Completed in 143 milliseconds