OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOUCH_PATH
(Results
1 - 2
of
2
) sorted by null
/device/asus/flo/charger_touch/
charger_touch.c
23
#define
TOUCH_PATH
"/sys/devices/virtual/input/qcom_touch/charger"
51
int fd = open(
TOUCH_PATH
, O_RDWR, 0);
55
ALOGE("Could not open %s",
TOUCH_PATH
);
/device/lge/mako/charger_touch/
charger_touch.c
23
#define
TOUCH_PATH
"/sys/devices/virtual/input/lge_touch/charger"
51
int fd = open(
TOUCH_PATH
, O_RDWR, 0);
55
ALOGE("Could not open %s",
TOUCH_PATH
);
Completed in 49 milliseconds