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

  /hardware/invensense/mlsdk/mllite/
mlarray.c 525 data[0] = inv_obj.accel_bias[0];
526 data[1] = inv_obj.accel_bias[1];
527 data[2] = inv_obj.accel_bias[2];
    [all...]
ml_stored_data.c 392 long accel_bias[3]; local
493 accel_bias[i] = (int32_t) t;
494 LOADCAL_LOG("accel_bias[%d] = %ld\n", i, accel_bias[i]);
497 if (inv_set_array(INV_ACCEL_BIAS, accel_bias)) {
498 LOG_RESULT_LOCATION(inv_set_array(INV_ACCEL_BIAS, accel_bias));
499 return inv_set_array(INV_ACCEL_BIAS, accel_bias);
652 LOADCAL_LOG("accel_bias[%d] = %ld\n", i, bias[i]);
    [all...]
ml.h 299 long accel_bias[3]; member in struct:inv_obj_t

Completed in 65 milliseconds