Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:mLastTimestamp

182     memset(mLastTimestamp, 0, sizeof(mLastTimestamp));
3904 if (mLastTimestamp[i] != mStepSensorTimestamp) {
3909 mLastTimestamp[i] = mStepSensorTimestamp;
3930 if (mLastTimestamp[i] != mPendingEvents[i].timestamp) {
3931 mLastTimestamp[i] = mPendingEvents[i].timestamp;
3937 mPendingEvents[i].type, mLastTimestamp[i], mPendingEvents[i].data[0], mPendingEvents[i].data[1], mPendingEvents[i].data[2]);