Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dsensor_type_helpers.h144 uint64_t sampleTimestampNs = newEvent->header.baseTimestamp; in copyLastSample() local
146 sampleTimestampNs += newEvent->readings[i].timestampDelta; in copyLastSample()
150 lastEvent->header.baseTimestamp = sampleTimestampNs; in copyLastSample()