Searched refs:latestTimestamp (Results 1 – 2 of 2) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 3690 int64_t mGyroSensorTimestamp=0, mAccelSensorTimestamp=0, latestTimestamp=0; in buildMpuEvent() local 3830 latestTimestamp = *((long long*) (rdata)); in buildMpuEvent() 3831 LOGV_IF(ENG_VERBOSE, "STEP DETECTED:0x%x - ts: %lld", data_format, latestTimestamp); in buildMpuEvent() 4002 latestTimestamp = mGyroSensorTimestamp; in buildMpuEvent() 4026 latestTimestamp = mAccelSensorTimestamp; in buildMpuEvent() 4043 latestTimestamp = mCompassTimestamp; in buildMpuEvent() 4064 latestTimestamp = mQuatSensorTimestamp; in buildMpuEvent() 4084 latestTimestamp = mQuatSensorTimestamp; in buildMpuEvent() 4109 latestTimestamp = mQuatSensorTimestamp; in buildMpuEvent() 4115 latestTimestamp = mPressureTimestamp; in buildMpuEvent() [all …]
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 3984 int64_t mGyroSensorTimestamp=0, mAccelSensorTimestamp=0, latestTimestamp=0; local 4164 latestTimestamp = *((long long*) (rdata)); 4165 … LOGV_IF(ENG_VERBOSE && INPUT_DATA, "STEP DETECTED:0x%x - ts: %lld", data_format, latestTimestamp); 4429 latestTimestamp = mGyroSensorTimestamp; 4451 latestTimestamp = mAccelSensorTimestamp; 4481 latestTimestamp = mCompassTimestamp; 4502 latestTimestamp = mQuatSensorTimestamp; 4522 latestTimestamp = mQuatSensorTimestamp; 4546 latestTimestamp = mQuatSensorTimestamp; 4552 latestTimestamp = mPressureTimestamp; [all …]
|