HomeSort by relevance Sort by last modified time
    Searched full:uhid (Results 1 - 10 of 10) sorted by null

  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 21 #include <linux/uhid.h>
42 namespace uhid { namespace in namespace:android
44 static const char* UHID_PATH = "/dev/uhid";
91 ALOGE("Failed to open uhid: %s", strerror(errno));
111 ALOGE("Failed to create uhid node: %s", strerror(errno));
119 ALOGE("uhid node failed to start: %s", strerror(errno));
155 ALOGE("uhid node was closed or an error occurred. events=0x%x", events);
162 ALOGE("Failed to read from uhid node: %s", strerror(errno));
174 } // namespace uhid
196 std::unique_ptr<uhid::DeviceCallback> cb(new uhid::DeviceCallback(env, callback))
    [all...]
com_android_commands_hid_Device.h 24 namespace uhid { namespace in namespace:android
60 } // namespace uhid
  /external/libbrillo/brillo/message_loops/
base_message_loop_unittest.cc 17 "227 mcelog\n 58 sw_sync\n 59 ashmem\n 57 binder\n239 uhid\n"));
  /system/bt/btif/co/
bta_hh_co.c 23 #include <linux/uhid.h>
39 const char *dev_path = "/dev/uhid";
59 /*Internal function to perform UHID write and error checking*/
67 APPL_TRACE_ERROR("%s: Cannot write to uhid:%s",
71 APPL_TRACE_ERROR("%s: Wrong size written to uhid: %zd != %zu",
79 /* Internal function to parse the events received from UHID driver*/
91 APPL_TRACE_ERROR("%s: Read HUP on uhid-cdev %s", __FUNCTION__,
95 APPL_TRACE_ERROR("%s: Cannot read uhid-cdev: %s", __FUNCTION__,
102 APPL_TRACE_ERROR("%s: Invalid size read from uhid-dev: %ld != %lu",
110 APPL_TRACE_DEBUG("UHID_START from uhid-dev\n")
    [all...]
  /device/google/marlin/sepolicy/
system_server.te 8 # /dev/uhid
  /frameworks/base/media/lib/tvremote/
README.txt 24 inject events into uhid.
  /external/kernel-headers/original/uapi/linux/
uhid.h 171 * UHID Events
172 * All UHID events from and to the kernel are encoded as "struct uhid_event".
  /system/core/rootdir/
ueventd.rc 43 /dev/uhid 0660 system net_bt_stack
  /system/bt/btif/src/
btif_hh.c 519 BTIF_TRACE_DEBUG("%s: uhid fd = %d", __FUNCTION__, p_dev->fd);
754 BTIF_TRACE_WARNING("BTA_HH_OPEN_EVT: Error, failed to find the uhid driver...");
796 BTIF_TRACE_DEBUG("%s: uhid fd=%d local_vup=%d", __func__, p_dev->fd, p_dev->local_vup);
    [all...]
  /system/sepolicy/
file_contexts 133 /dev/uhid u:object_r:uhid_device:s0

Completed in 1216 milliseconds