Home
last modified time | relevance | path

Searched refs:TOUCH_PATH (Results 1 – 2 of 2) sorted by relevance

/device/lge/mako/charger_touch/
Dcharger_touch.c23 #define TOUCH_PATH "/sys/devices/virtual/input/lge_touch/charger" macro
51 int fd = open(TOUCH_PATH, O_RDWR, 0); in write_path()
55 ALOGE("Could not open %s", TOUCH_PATH); in write_path()
/device/asus/flo/charger_touch/
Dcharger_touch.c23 #define TOUCH_PATH "/sys/devices/virtual/input/qcom_touch/charger" macro
51 int fd = open(TOUCH_PATH, O_RDWR, 0); in write_path()
55 ALOGE("Could not open %s", TOUCH_PATH); in write_path()