Searched refs:cw_save_calibrator_file (Results 1 – 2 of 2) sorted by relevance
/device/htc/flounder/sensor_hub/libsensors/ |
D | CwMcuSensor.h | 128 void cw_save_calibrator_file(int type, const char * path, int* str);
|
D | CwMcuSensor.cpp | 524 cw_save_calibrator_file(CW_MAGNETIC, fixed_sysfs_path, compass_temp_data); in CwMcuSensor() 535 cw_save_calibrator_file(CW_ACCELERATION, fixed_sysfs_path, gs_temp_data); in CwMcuSensor() 831 cw_save_calibrator_file(CW_MAGNETIC, SAVE_PATH_MAG, temp_data); in setEnable() 1267 void CwMcuSensor::cw_save_calibrator_file(int type, const char * path, int* str) { in cw_save_calibrator_file() function in CwMcuSensor
|