Searched refs:CTRL_LOOP_PATH (Results 1 – 2 of 2) sorted by relevance
41 static constexpr char CTRL_LOOP_PATH[] = "/sys/class/leds/vibrator/device/ctrl_loop"; variable176 std::ofstream ctrlloop{CTRL_LOOP_PATH}; in registerVibratorService()179 ALOGW("Failed to open %s (%d): %s", CTRL_LOOP_PATH, error, strerror(error)); in registerVibratorService()
42 static constexpr char CTRL_LOOP_PATH[] = "/sys/class/leds/vibrator/device/ctrl_loop"; variable199 hwapi.ctrlLoop.open(CTRL_LOOP_PATH); in registerVibratorService()202 ALOGW("Failed to open %s (%d): %s", CTRL_LOOP_PATH, error, strerror(error)); in registerVibratorService()