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

1 2

  /frameworks/base/cmds/hid/
hid 3 # Script to start "hid" on the device, which has a very rudimentary
7 export CLASSPATH=$base/framework/hid.jar
8 exec app_process $base/bin com.android.commands.hid.Hid "$@"
Android.mk 7 LOCAL_MODULE := hid
13 LOCAL_MODULE := hid
14 LOCAL_SRC_FILES := hid
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ServiceFactory.java 22 import com.android.bluetooth.hid.HidDeviceService;
23 import com.android.bluetooth.hid.HidHostService;
Config.java 36 import com.android.bluetooth.hid.HidDeviceService;
37 import com.android.bluetooth.hid.HidHostService;
BondStateMachine.java 35 import com.android.bluetooth.hid.HidHostService;
233 // Its a keyboard. Follow the HID spec recommendation of creating the
  /bionic/libc/kernel/uapi/linux/
hidraw.h 21 #include <linux/hid.h>
hiddev.h 23 unsigned hid; member in struct:hiddev_event
uhid.h 23 #include <linux/hid.h>
  /external/kernel-headers/original/uapi/linux/
hidraw.h 19 #include <linux/hid.h>
hiddev.h 38 unsigned hid; member in struct:hiddev_event
185 /* To traverse the input report descriptor info for a HID device, perform the
uhid.h 6 * User-space I/O driver support for HID subsystem
25 #include <linux/hid.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hidraw.h 18 #include <linux/hid.h>
hiddev.h 37 unsigned hid; member in struct:hiddev_event
184 /* To traverse the input report descriptor info for a HID device, perform the
  /external/libusb/libusb/os/
windows_winusb.c 6 * HID Reports IOCTLs inspired from HIDAPI by Alan Ott, Signal 11 Software
75 // HID API prototypes
    [all...]
windows_winusb.h 56 // Handle code for HID interface that have been claimed ("dibs")
58 // Additional return code for HID operations that completed synchronously
87 // The following is used to indicate if the HID or composite extra props have already been set.
135 // TODO (v2+): move hid desc to libusb.h?
157 // The following are used for HID reports IOCTLs
215 // by Windows (eg. HID keyboards or mice cannot do R/W)
217 struct hid_device_priv *hid; member in struct:windows_device_priv
238 p->hid = NULL;
265 safe_free(p->hid);
293 uint8_t *hid_buffer; // 1 byte extended data buffer, required for HID
934 DLL_DECLARE_HANDLE(hid); variable
    [all...]
  /external/devlib/devlib/module/
cgroups.py 27 def __init__(self, kind, hid, clist):
34 :param hid: the Hierarchy ID this controller is mounted on
35 :type hid: int
40 self.mount_name = 'devlib_cgh{}'.format(hid)
42 self.hid = hid
49 self.kind, self.hid, self.clist)
292 exec_cmd = "cgroup_trace_attach_task {} {} {}".format(self.controller.hid, self.directory, self.tasks_file)
348 hid = ss.hierarchy
349 controller = Controller(ss.name, hid, hierarchy[hid]
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidHostServiceTest.java 16 package com.android.bluetooth.hid;
  /external/tensorflow/tensorflow/tools/dist_test/python/
mnist_replica.py 159 hid = tf.nn.relu(hid_lin)
161 y = tf.nn.softmax(tf.nn.xw_plus_b(hid, sm_w, sm_b))
  /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);
921 if (bpb->hid == 0)
922 bpb->hid = hs;
    [all...]
  /build/make/target/product/
base.mk 45 hid \
  /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;
36 public class Hid {
37 private static final String TAG = "HID";
43 error("Usage: hid [FILE]");
60 (new Hid(stream)).run();
62 error("HID injection failed.", e);
69 private Hid(InputStream in) {
Event.java 17 package com.android.commands.hid;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 18 * Defines the native inteface that is used by HID Device service to
23 package com.android.bluetooth.hid;
34 * HID Device Native Interface to/from JNI.
94 * @param name name of the HID Device application
95 * @param description description of the HID Device application
96 * @param provider provider of the HID Device application
97 * @param subclass subclass of the HID Device application
98 * @param descriptors HID descriptors
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 371 """"Creates a bluetooth hid facade object."""

Completed in 641 milliseconds

1 2