HomeSort by relevance Sort by last modified time
    Searched refs:gyro (Results 26 - 34 of 34) sorted by null

12

  /hardware/libhardware/include/hardware/
sensors.h 1083 sensors_vec_t gyro; member in union:sensors_event_t::__anon30963::__anon30964
    [all...]
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 79 CHECK_MEMBER_AT(sensors_event_t, gyro, 24, 24);
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 69 // mask of virtual sensors that require gyro + accel + compass data
76 // mask of virtual sensors that require gyro + accel data (but no compass data)
80 // mask of virtual sensors that require mag + accel data (but no gyro data)
318 int mGyroAccuracy; // value indicating the quality of the gyro calibr.
551 void fillGyro(const char* gyro, struct sensor_t *list);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 180 Gyro = 0,
340 int mGyroAccuracy; // value indicating the quality of the gyro calibr.
543 void fillGyro(const char* gyro, struct sensor_t *list);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.c 65 * @brief The gyro data magnitude squared :
67 * @param[in] gyro Gyro data scaled with 1 dps = 2^16
70 unsigned long inv_get_gyro_sum_of_sqr(const long *gyro)
77 temp = gyro[kk] >> (16 - (GYRO_MAG_SQR_SHIFT / 2));
1059 @param[in] inQuat, 3 elements gyro quaternion
1060 @param[out] outquat, 4 elements gyro quaternion
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 65 * @brief The gyro data magnitude squared :
67 * @param[in] gyro Gyro data scaled with 1 dps = 2^16
70 unsigned long inv_get_gyro_sum_of_sqr(const long *gyro)
77 temp = gyro[kk] >> (16 - (GYRO_MAG_SQR_SHIFT / 2));
1059 @param[in] inQuat, 3 elements gyro quaternion
1060 @param[out] outquat, 4 elements gyro quaternion
  /cts/apps/CameraITS/pymodules/its/
device.py 328 Events from the accelerometer, compass, and gyro are returned; each
335 A Python dictionary with three keys ("accel", "mag", "gyro") each
    [all...]
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 288 mPendingEvents[CW_GYRO].gyro.status = SENSOR_STATUS_ACCURACY_HIGH;
358 mPendingEvents[CW_GYRO_W].gyro.status = SENSOR_STATUS_ACCURACY_HIGH;
    [all...]
  /device/google/marlin/
device-common.mk 228 persist.camera.gyro.android=4 \

Completed in 657 milliseconds

12