Home
last modified time | relevance | path

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

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.h128 void cw_save_calibrator_file(int type, const char * path, int* str);
DCwMcuSensor.cpp525 cw_save_calibrator_file(CW_MAGNETIC, fixed_sysfs_path, compass_temp_data); in CwMcuSensor()
536 cw_save_calibrator_file(CW_ACCELERATION, fixed_sysfs_path, gs_temp_data); in CwMcuSensor()
832 cw_save_calibrator_file(CW_MAGNETIC, SAVE_PATH_MAG, temp_data); in setEnable()
1263 void CwMcuSensor::cw_save_calibrator_file(int type, const char * path, int* str) { in cw_save_calibrator_file() function in CwMcuSensor