OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uhid
(Results
1 - 7
of
7
) 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
";
98
LOGE("Failed to open
uhid
: %s", strerror(errno));
119
LOGE("Failed to create
uhid
node: %s", strerror(errno));
127
LOGE("
uhid
node failed to start: %s", strerror(errno));
173
LOGE("
uhid
node was closed or an error occurred. events=0x%x", events);
180
LOGE("Failed to read from
uhid
node: %s", strerror(errno));
192
} // namespace
uhid
214
std::unique_ptr<
uhid
::DeviceCallback> cb(new uhid::DeviceCallback(env, callback))
[
all
...]
com_android_commands_hid_Device.h
22
namespace
uhid
{
namespace in namespace:android
59
} // namespace
uhid
/system/bt/btif/co/
bta_hh_co.cc
23
#include <linux/
uhid
.h>
38
const char* dev_path = "/dev/
uhid
";
59
/*Internal function to perform
UHID
write and error checking*/
66
APPL_TRACE_ERROR("%s: Cannot write to
uhid
:%s", __func__, strerror(errno));
69
APPL_TRACE_ERROR("%s: Wrong size written to
uhid
: %zd != %zu", __func__,
77
/* Internal function to parse the events received from
UHID
driver*/
88
APPL_TRACE_ERROR("%s: Read HUP on
uhid
-cdev %s", __func__, strerror(errno));
91
APPL_TRACE_ERROR("%s: Cannot read
uhid
-cdev: %s", __func__,
98
APPL_TRACE_DEBUG("UHID_START from
uhid
-dev\n");
102
APPL_TRACE_DEBUG("UHID_STOP from
uhid
-dev\n")
[
all
...]
/system/sepolicy/prebuilts/api/27.0/private/
file_contexts
162
/dev/
uhid
u:object_r:uhid_device:s0
/system/sepolicy/prebuilts/api/26.0/private/
file_contexts
160
/dev/
uhid
u:object_r:uhid_device:s0
/system/sepolicy/prebuilts/api/28.0/private/
file_contexts
169
/dev/
uhid
u:object_r:uhid_device:s0
/system/sepolicy/private/
file_contexts
169
/dev/
uhid
u:object_r:uhid_device:s0
Completed in 143 milliseconds