Home
last modified time | relevance | path

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

/device/google/wahoo/vibrator/
Dservice.cpp41 static constexpr char CTRL_LOOP_PATH[] = "/sys/class/leds/vibrator/device/ctrl_loop"; variable
176 std::ofstream ctrlloop{CTRL_LOOP_PATH}; in registerVibratorService()
179 ALOGW("Failed to open %s (%d): %s", CTRL_LOOP_PATH, error, strerror(error)); in registerVibratorService()
/device/google/bonito/vibrator/
Dservice.cpp42 static constexpr char CTRL_LOOP_PATH[] = "/sys/class/leds/vibrator/device/ctrl_loop"; variable
199 hwapi.ctrlLoop.open(CTRL_LOOP_PATH); in registerVibratorService()
202 ALOGW("Failed to open %s (%d): %s", CTRL_LOOP_PATH, error, strerror(error)); in registerVibratorService()