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

1 23

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
hiddev.h 24 unsigned hid; member in struct:hiddev_event
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
hiddev.h 24 unsigned hid; member in struct:hiddev_event
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
hiddev.h 24 unsigned hid; member in struct:hiddev_event
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
hiddev.h 24 unsigned hid; member in struct:hiddev_event
  /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;
625 bpb.mid = !bpb.hid ? 0xf0 : 0xf8;
628 if (bpb.hid + bpb.bsec <= MAXU16) {
671 mk4(bsbpb->hid, bpb.hid);
920 if (bpb->hid == 0)
921 bpb->hid = hs;
    [all...]
  /bionic/libc/kernel/uapi/linux/
uhid.h 24 #include <linux/hid.h>
  /external/kernel-headers/original/uapi/linux/
uhid.h 5 * User-space I/O driver support for HID subsystem
24 #include <linux/hid.h>
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Device.java 17 package com.android.commands.hid;
Hid.java 17 package com.android.commands.hid;
37 public class Hid {
38 private static final String TAG = "HID";
44 error("Usage: hid [FILE]");
61 (new Hid(stream)).run();
63 error("HID injection failed.", e);
70 private Hid(InputStream in) {
Event.java 17 package com.android.commands.hid;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 38 import com.android.bluetooth.hid.HidService;
BondStateMachine.java 24 import com.android.bluetooth.hid.HidService;
235 // Its a keyboard. Follow the HID spec recommendation of creating the
AdapterService.java 64 import com.android.bluetooth.hid.HidService;
263 (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Hid) ||
    [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
183 if (DBG) Log.d(TAG,"Incoming HID connection rejected");
191 // local device originated connection to hid device, move out
401 Log.e(TAG, "Hid Device not disconnected: " + device);
405 Log.e(TAG, "Hid Device PRIORITY_OFF: " + device);
678 Log.e(TAG, "bad hid connection state: " + halState);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 5262 RAWHID hid; member in union:tagRAWINPUT::__anon44091
5312 RID_DEVICE_INFO_HID hid; member in union:tagRID_DEVICE_INFO::__anon44092
    [all...]

Completed in 1490 milliseconds

1 23