/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::__anon10422
|
/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...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elfmanysym.asm | 38 hid: label
|
/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...] |
/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);
|
/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/libusb/src/libusb/os/ |
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...] |