Home
last modified time | relevance | path

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

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp1295 int readBytes; in cw_read_calibrator_file() local
1311 readBytes = fscanf(fp, "%d %d %d\n", &str[0], &str[1], &str[2]); in cw_read_calibrator_file()
1313 if (readBytes != 3) { in cw_read_calibrator_file()
1314 …or::cw_read_calibrator_file: fscanf3, readBytes = %d, strerror = %s\n", readBytes, strerror(my_err… in cw_read_calibrator_file()
1321 readBytes = fscanf(fp, "%d ", &str[i]); in cw_read_calibrator_file()
1324 if (readBytes < 1) { in cw_read_calibrator_file()
1325 …r::cw_read_calibrator_file: fscanf26, readBytes = %d, strerror = %s\n", readBytes, strerror(my_err… in cw_read_calibrator_file()
1327 return readBytes; in cw_read_calibrator_file()