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

  /external/bluetooth/bluez/input/
Android.mk 3 # HID plugin
  /external/libpcap/
tokdefs.h 80 HID = 306,
184 #define HID 306
grammar.y 178 %token ID EID HID HID6 AID
198 %type <s> HID HID6
234 | HID '/' NUM { $$.b = gen_mcode($1, NULL, $3,
236 | HID NETMASK HID { $$.b = gen_mcode($1, $3, 0,
238 | HID {
239 /* Decide how to parse HID based on proto */
grammar.c 115 HID = 306,
219 #define HID 306
788 "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID", "HID6", "AID", "LSH",
    [all...]
scanner.l 312 yylval.s = sdup((char *)yytext); return HID; }
scanner.c     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 48 public static final int HID = 2;
79 if (mProfile == HID && (newState == BluetoothProfile.STATE_CONNECTED ||
  /external/bluetooth/bluez/tools/
hid2hci.c 3 * it from HID to HCI and back
44 HID = 1,
131 case HID:
212 printf("hid2hci - Bluetooth HID to HCI mode switching utility\n\n");
215 " --mode= mode to switch to [hid|hci] (default hci)\n"
217 " --method= method to use to switch [csr|logitech-hid|dell]\n"
254 if (!strcmp(optarg, "hid")) {
255 mode = HID;
270 } else if (!strcmp(optarg, "logitech-hid")) {
  /frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java 36 * This handles all the operations on the HID profile.
38 * is the Service handler for the HID profile.
54 mHidProfileState = new BluetoothProfileState(mContext, BluetoothProfileState.HID);

Completed in 82 milliseconds