Home
last modified time | relevance | path

Searched refs:DURATION_PATH (Results 1 – 4 of 4) sorted by relevance

/device/google/crosshatch/vibrator/
Dimpl.cpp32 static constexpr char DURATION_PATH[] = "/sys/class/leds/vibrator/duration"; variable
112 std::ofstream duration{DURATION_PATH}; in makeVibratorService()
114 ALOGE("Failed to open %s (%d): %s", DURATION_PATH, errno, strerror(errno)); in makeVibratorService()
/device/google/wahoo/vibrator/
Dservice.cpp35 static constexpr char DURATION_PATH[] = "/sys/class/leds/vibrator/duration"; variable
130 std::ofstream duration{DURATION_PATH}; in registerVibratorService()
133 ALOGE("Failed to open %s (%d): %s", DURATION_PATH, error, strerror(error)); in registerVibratorService()
/device/google/bonito/vibrator/
Dservice.cpp36 static constexpr char DURATION_PATH[] = "/sys/class/leds/vibrator/duration"; variable
153 hwapi.duration.open(DURATION_PATH); in registerVibratorService()
156 ALOGE("Failed to open %s (%d): %s", DURATION_PATH, error, strerror(error)); in registerVibratorService()
/device/google/coral/vibrator/
Dandroid.hardware.vibrator@1.3-service.coral.rc12 setenv DURATION_PATH /sys/class/leds/vibrator/duration