Home
last modified time | relevance | path

Searched refs:sampleTime (Results 1 – 1 of 1) sorted by relevance

/system/chre/apps/sensor_world/
Dsensor_world.cc304 uint64_t sampleTime; in nanoappHandleEvent() local
315 sampleTime = header.baseTimestamp; in nanoappHandleEvent()
322 sampleTime += data[i].timestampDelta; in nanoappHandleEvent()
335 header.baseTimestamp, sampleTime, chreTime, in nanoappHandleEvent()
338 static_cast<int64_t>(sampleTime - chreTime) in nanoappHandleEvent()
368 sampleTime = header.baseTimestamp; in nanoappHandleEvent()
376 static_cast<int64_t>(sampleTime - chreTime) / 1000000); in nanoappHandleEvent()