Home
last modified time | relevance | path

Searched refs:calfile (Results 1 – 7 of 7) sorted by relevance

/device/google/sunfish/vibrator/common/
DHardwareBase.cpp70 std::ifstream calfile; in HwCalBase() local
79 utils::fileFromEnv("CALIBRATION_FILEPATH", &calfile); in HwCalBase()
81 for (std::string line; std::getline(calfile, line);) { in HwCalBase()
/device/google/felix/vibrator/common/
DHardwareBase.cpp73 std::ifstream calfile; in HwCalBase() local
83 utils::fileFromEnv("CALIBRATION_FILEPATH", &calfile); in HwCalBase()
85 for (std::string line; std::getline(calfile, line);) { in HwCalBase()
/device/google/bramble/vibrator/drv2624/tests/
Dtest-hwcal.cpp67 std::ofstream calfile{mCalFile.path, std::ios_base::app}; in write() local
68 calfile << key << ":"; in write()
69 pack(calfile, value, lpad, rpad); in write()
70 calfile << std::endl; in write()
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwcal.cpp67 std::ofstream calfile{mCalFile.path, std::ios_base::app}; in write() local
68 calfile << key << ":"; in write()
69 pack(calfile, value, lpad, rpad); in write()
70 calfile << std::endl; in write()
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwcal.cpp67 std::ofstream calfile{mCalFile.path, std::ios_base::app}; in write() local
68 calfile << key << ":"; in write()
69 pack(calfile, value, lpad, rpad); in write()
70 calfile << std::endl; in write()
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwcal.cpp68 std::ofstream calfile{mCalFile.path, std::ios_base::app}; in write() local
69 calfile << key << ":"; in write()
70 pack(calfile, value, lpad, rpad); in write()
71 calfile << std::endl; in write()
/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwcal.cpp60 std::ofstream calfile{mCalFile.path, std::ios_base::app}; in write() local
61 calfile << key << ":"; in write()
62 pack(calfile, value, lpad, rpad); in write()
63 calfile << std::endl; in write()