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

  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.h 35 CW_MAGNETIC = 1,
CwMcuSensor.cpp 281 mPendingEvents[CW_MAGNETIC].version = sizeof(sensors_event_t);
282 mPendingEvents[CW_MAGNETIC].sensor = ID_M;
283 mPendingEvents[CW_MAGNETIC].type = SENSOR_TYPE_MAGNETIC_FIELD;
519 rc = cw_read_calibrator_file(CW_MAGNETIC, SAVE_PATH_MAG, compass_temp_data);
524 cw_save_calibrator_file(CW_MAGNETIC, fixed_sysfs_path, compass_temp_data);
572 case CW_MAGNETIC:
668 what = CW_MAGNETIC;
824 ((what == CW_MAGNETIC) ||
829 rc = cw_read_calibrator_file(CW_MAGNETIC, fixed_sysfs_path, temp_data);
831 cw_save_calibrator_file(CW_MAGNETIC, SAVE_PATH_MAG, temp_data)
    [all...]

Completed in 102 milliseconds