HomeSort by relevance Sort by last modified time
    Searched refs:hid (Results 1 - 20 of 20) 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 21 #include <linux/hid.h>
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_mac.h 20 #include <IOKit/hid/IOHIDManager.h>
92 } hid; member in union:content::GamepadPlatformDataFetcherMac::AssociatedData::__anon10006
  /external/bluetooth/bluedroid/stack/
Android.mk 18 $(LOCAL_PATH)/hid \
54 ./hid/hidh_api.c \
55 ./hid/hidh_conn.c \
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 6 * HID Reports IOCTLs inspired from HIDAPI by Alan Ott, Signal 11 Software
68 // HID API prototypes
    [all...]
windows_usb.h 63 // Handle code for HID interface that have been claimed ("dibs")
65 // Additional return code for HID operations that completed synchronously
94 // The following is used to indicate if the HID or composite extra props have already been set.
142 // TODO (v2+): move hid desc to libusb.h?
163 // The following are used for HID reports IOCTLs
222 // by Windows (eg. HID keyboards or mice cannot do R/W)
224 struct hid_device_priv *hid; member in struct:windows_device_priv
242 p->hid = NULL;
265 safe_free(p->hid);
293 uint8_t *hid_buffer; // 1 byte extended data buffer, required for HID
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 29 import com.android.bluetooth.hid.HidService;
BondStateMachine.java 23 import com.android.bluetooth.hid.HidService;
AdapterService.java 51 import com.android.bluetooth.hid.HidService;
    [all...]
  /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;
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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;
604 bpb.mid = !bpb.hid ? 0xf0 : 0xf8;
607 if (bpb.hid + bpb.bsec <= MAXU16) {
653 mk4(bsbpb->hid, bpb.hid);
901 if (bpb->hid == 0)
902 bpb->hid = hs;
921 printf(" spt=%u hds=%u hid=%u", bpb->spt, bpb->hds, bpb->hid)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm 38 hid: label
  /external/qemu/distrib/sdl-1.2.15/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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 17 package com.android.bluetooth.hid;
45 * Provides Bluetooth Hid Host profile, as a service in
182 if (DBG) Log.d(TAG,"Incoming HID connection rejected");
384 Log.e(TAG, "Hid Device not disconnected: " + device);
388 Log.e(TAG, "Hid Device PRIORITY_OFF: " + device);
627 Log.e(TAG, "bad hid connection state: " + halState);

Completed in 1097 milliseconds