Searched refs:mDelays (Results 1 - 8 of 8) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp311 mDelays[i] = 0;
1507 /* store request rate to mDelays array for each sensor */
1508 mDelays[what] = ns;
1516 if (i != what && (mEnabled & (1 << i)) && ns > mDelays[i]) {
1525 (((mEnabled & (1 << Gyro)) && ns > mDelays[Gyro]) ||
1526 ((mEnabled & (1 << RawGyro)) && ns > mDelays[RawGyro]) ||
1527 ((mEnabled & (1 << Accelerometer)) && ns > mDelays[Accelerometer]))) {
1543 if (i != what && (mEnabled & (1 << i)) && ns > mDelays[i]) {
1583 int64_t ns = mDelays[i];
1671 wanted = (mDelays[Gyr
[all...]
H A DMPLSensor.h248 int64_t mDelays[numSensors]; member in class:MPLSensor
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp603 mDelays[i] = 1000000000LL;
1619 return ((mDelays[GameRotationVector] <= RATE_200HZ) ? 0 :1);
3109 /* store request rate to mDelays arrary for each sensor */
3110 int64_t previousDelay = mDelays[what];
3111 mDelays[what] = ns;
3112 LOGV_IF(ENG_VERBOSE, "storing mDelays[%d] = %lld, previousDelay = %lld", what, ns, previousDelay);
3130 //LOGV("what=%d mEnabled=%d mDelays[%d]=%lld previousDelay=%lld",
3131 //what, mEnabled, what, mDelays[what], previousDelay);
3132 if ((mEnabled & (1 << what)) && (previousDelay != mDelays[what])) {
3140 if (i != what && (mEnabled & (1 << i)) && ns > mDelays[
[all...]
H A DMPLSensor.h386 int64_t mDelays[NumSensors]; member in class:MPLSensor
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.h121 uint64_t mDelays[numSensors]; member in class:MPLSensor
H A DMPLSensor.cpp260 mDelays[i] = 30000000LLU; // 30 ms by default
891 mDelays[what] = ns;
908 uint64_t ns = mDelays[i];
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp502 mDelays[i] = 1000000000LL;
1668 return ((mDelays[GameRotationVector] <= RATE_200HZ) ? 0 :1);
3191 /* store request rate to mDelays arrary for each sensor */
3192 int64_t previousDelay = mDelays[what];
3193 mDelays[what] = ns;
3194 LOGV_IF(ENG_VERBOSE, "storing mDelays[%d] = %lld, previousDelay = %lld", what, ns, previousDelay);
3214 // LOGV("what=%d mEnabled=%d mDelays[%d]=%lld previousDelay=%lld",
3215 // what, mEnabled, what, mDelays[what], previousDelay);
3216 if ((mEnabled & (1 << what)) && (previousDelay != mDelays[what])) {
3224 if (i != what && (mEnabled & (1 << i)) && ns > mDelays[
[all...]
H A DMPLSensor.h364 int64_t mDelays[NumSensors]; member in class:MPLSensor

Completed in 106 milliseconds