Searched refs:DURATION_PATH (Results 1 – 4 of 4) sorted by relevance
32 static constexpr char DURATION_PATH[] = "/sys/class/leds/vibrator/duration"; variable112 std::ofstream duration{DURATION_PATH}; in makeVibratorService()114 ALOGE("Failed to open %s (%d): %s", DURATION_PATH, errno, strerror(errno)); in makeVibratorService()
35 static constexpr char DURATION_PATH[] = "/sys/class/leds/vibrator/duration"; variable130 std::ofstream duration{DURATION_PATH}; in registerVibratorService()133 ALOGE("Failed to open %s (%d): %s", DURATION_PATH, error, strerror(error)); in registerVibratorService()
36 static constexpr char DURATION_PATH[] = "/sys/class/leds/vibrator/duration"; variable153 hwapi.duration.open(DURATION_PATH); in registerVibratorService()156 ALOGE("Failed to open %s (%d): %s", DURATION_PATH, error, strerror(error)); in registerVibratorService()
12 setenv DURATION_PATH /sys/class/leds/vibrator/duration