Home
last modified time | relevance | path

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

/device/google/crosshatch/vibrator/
Dimpl.cpp31 static constexpr char ACTIVATE_PATH[] = "/sys/class/leds/vibrator/activate"; variable
107 std::ofstream activate{ACTIVATE_PATH}; in makeVibratorService()
109 ALOGE("Failed to open %s (%d): %s", ACTIVATE_PATH, errno, strerror(errno)); in makeVibratorService()
/device/google/wahoo/vibrator/
Dservice.cpp34 static constexpr char ACTIVATE_PATH[] = "/sys/class/leds/vibrator/activate"; variable
123 std::ofstream activate{ACTIVATE_PATH}; in registerVibratorService()
126 ALOGE("Failed to open %s (%d): %s", ACTIVATE_PATH, error, strerror(error)); in registerVibratorService()
/device/google/bonito/vibrator/
Dservice.cpp35 static constexpr char ACTIVATE_PATH[] = "/sys/class/leds/vibrator/activate"; variable
146 hwapi.activate.open(ACTIVATE_PATH); in registerVibratorService()
149 ALOGE("Failed to open %s (%d): %s", ACTIVATE_PATH, error, strerror(error)); in registerVibratorService()
/device/google/coral/vibrator/
Dandroid.hardware.vibrator@1.3-service.coral.rc11 setenv ACTIVATE_PATH /sys/class/leds/vibrator/activate