HomeSort by relevance Sort by last modified time
    Searched refs:cw_read_calibrator_file (Results 1 - 2 of 2) sorted by null

  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.h 129 int cw_read_calibrator_file(int type, const char * path, int* str);
CwMcuSensor.cpp 520 rc = cw_read_calibrator_file(CW_MAGNETIC, SAVE_PATH_MAG, compass_temp_data);
530 rc = cw_read_calibrator_file(CW_ACCELERATION, SAVE_PATH_ACC, gs_temp_data);
830 rc = cw_read_calibrator_file(CW_MAGNETIC, fixed_sysfs_path, temp_data);
1293 int CwMcuSensor::cw_read_calibrator_file(int type, const char * path, int* str) { function in class:CwMcuSensor
    [all...]

Completed in 1278 milliseconds