HomeSort by relevance Sort by last modified time
    Searched refs:NANOHUB_LOCK_DIR (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 42 #define NANOHUB_LOCK_DIR "/data/vendor/sensor/nanohub_lock"
43 #define NANOHUB_LOCK_FILE NANOHUB_LOCK_DIR "/lock"
114 mkdir(NANOHUB_LOCK_DIR, NANOHUB_LOCK_DIR_PERMS);
118 } else if (inotify_add_watch(pfd->fd, NANOHUB_LOCK_DIR, IN_CREATE | IN_DELETE) < 0) {
  /device/google/contexthub/sensorhal/
hubconnection.cpp 62 #define NANOHUB_LOCK_DIR "/data/vendor/sensor/nanohub_lock"
63 #define NANOHUB_LOCK_FILE NANOHUB_LOCK_DIR "/lock"
    [all...]

Completed in 60 milliseconds