Searched refs:calfile (Results 1 – 7 of 7) sorted by relevance
/device/google/sunfish/vibrator/common/ |
D | HardwareBase.cpp | 70 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/ |
D | HardwareBase.cpp | 73 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/ |
D | test-hwcal.cpp | 67 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/ |
D | test-hwcal.cpp | 67 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/ |
D | test-hwcal.cpp | 67 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/ |
D | test-hwcal.cpp | 68 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/ |
D | test-hwcal.cpp | 60 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()
|