OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_devnode_path
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/contexthubhal/
nanohub_perdevice.h
27
const char *
get_devnode_path
(void);
nanohubhal_default.cpp
65
const char *
get_devnode_path
(void)
function in namespace:android::nanohub
nanohubhal.cpp
316
mFd = open(
get_devnode_path
(), O_RDWR);
318
ALOGE("cannot find hub devnode '%s'",
get_devnode_path
());
Completed in 92 milliseconds