Home
last modified time | relevance | path

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

/device/google/wahoo/vibrator/
Dservice.cpp50 static constexpr char AUTOCAL_FILEPATH[] = "/sys/class/leds/vibrator/device/autocal"; variable
69 std::ofstream autocal{AUTOCAL_FILEPATH}; in loadCalibrationData()
72 ALOGE("Failed to open %s (%d): %s", AUTOCAL_FILEPATH, error, in loadCalibrationData()
/device/google/bonito/vibrator/
Dservice.cpp53 static constexpr char AUTOCAL_FILEPATH[] = "/sys/class/leds/vibrator/device/autocal"; variable
79 std::ofstream autocal{AUTOCAL_FILEPATH}; in loadCalibrationData()
82 ALOGE("Failed to open %s (%d): %s", AUTOCAL_FILEPATH, error, strerror(error)); in loadCalibrationData()