Home
last modified time | relevance | path

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

/device/google/crosshatch/vibrator/
Dimpl.cpp33 static constexpr char STATE_PATH[] = "/sys/class/leds/vibrator/state"; variable
117 std::ofstream state{STATE_PATH}; in makeVibratorService()
119 ALOGE("Failed to open %s (%d): %s", STATE_PATH, errno, strerror(errno)); in makeVibratorService()
/device/google/wahoo/vibrator/
Dservice.cpp36 static constexpr char STATE_PATH[] = "/sys/class/leds/vibrator/state"; variable
137 std::ofstream state{STATE_PATH}; in registerVibratorService()
140 ALOGE("Failed to open %s (%d): %s", STATE_PATH, error, strerror(error)); in registerVibratorService()
/device/google/bonito/vibrator/
Dservice.cpp37 static constexpr char STATE_PATH[] = "/sys/class/leds/vibrator/state"; variable
160 hwapi.state.open(STATE_PATH); in registerVibratorService()
163 ALOGE("Failed to open %s (%d): %s", STATE_PATH, error, strerror(error)); in registerVibratorService()
/device/google/coral/vibrator/
Dandroid.hardware.vibrator@1.3-service.coral.rc13 setenv STATE_PATH /sys/class/leds/vibrator/state