Searched refs:readBytes (Results 1 – 1 of 1) sorted by relevance
/device/htc/flounder/sensor_hub/libsensors/ |
D | CwMcuSensor.cpp | 1299 int readBytes; in cw_read_calibrator_file() local 1315 readBytes = fscanf(fp, "%d %d %d\n", &str[0], &str[1], &str[2]); in cw_read_calibrator_file() 1317 if (readBytes != 3) { in cw_read_calibrator_file() 1318 …or::cw_read_calibrator_file: fscanf3, readBytes = %d, strerror = %s\n", readBytes, strerror(my_err… in cw_read_calibrator_file() 1325 readBytes = fscanf(fp, "%d ", &str[i]); in cw_read_calibrator_file() 1328 if (readBytes < 1) { in cw_read_calibrator_file() 1329 …r::cw_read_calibrator_file: fscanf26, readBytes = %d, strerror = %s\n", readBytes, strerror(my_err… in cw_read_calibrator_file() 1331 return readBytes; in cw_read_calibrator_file()
|