Home
last modified time | relevance | path

Searched refs:MODE_PATH (Results 1 – 2 of 2) sorted by relevance

/device/google/wahoo/vibrator/
Dservice.cpp38 static constexpr char MODE_PATH[] = "/sys/class/leds/vibrator/device/mode"; variable
158 std::ofstream mode{MODE_PATH}; in registerVibratorService()
161 ALOGW("Failed to open %s (%d): %s", MODE_PATH, error, strerror(error)); in registerVibratorService()
/device/google/bonito/vibrator/
Dservice.cpp39 static constexpr char MODE_PATH[] = "/sys/class/leds/vibrator/device/mode"; variable
181 hwapi.mode.open(MODE_PATH); in registerVibratorService()
184 ALOGW("Failed to open %s (%d): %s", MODE_PATH, error, strerror(error)); in registerVibratorService()