Home
last modified time | relevance | path

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

/device/google/wahoo/vibrator/
Dservice.cpp48 static constexpr char AUTOCAL_CONFIG[] = "autocal"; variable
110 if(config_data.find(AUTOCAL_CONFIG) != config_data.end()) { in loadCalibrationData()
111 autocal << config_data[AUTOCAL_CONFIG] << std::endl; in loadCalibrationData()
/device/google/bonito/vibrator/
Dservice.cpp51 static constexpr char AUTOCAL_CONFIG[] = "autocal"; variable
117 if (config_data.find(AUTOCAL_CONFIG) != config_data.end()) { in loadCalibrationData()
118 autocal << config_data[AUTOCAL_CONFIG] << std::endl; in loadCalibrationData()