Searched refs:buffer_timestamp (Results 1 – 3 of 3) sorted by relevance
43 int64_t buffer_timestamp = ts.tv_sec * kNsPerSec + ts.tv_nsec; in SetMetadata() local45 hal_metadata->Set(ANDROID_SENSOR_TIMESTAMP, &buffer_timestamp, 1); in SetMetadata()
90 int64_t buffer_timestamp = ts.tv_sec * kNsPerSec + ts.tv_nsec; in SetMetadata() local92 hal_metadata->Set(ANDROID_SENSOR_TIMESTAMP, &buffer_timestamp, 1); in SetMetadata()
463 int64_t buffer_timestamp; in GetMostRecentZslBuffers() local472 buffer_timestamp = entry.data.i64[0]; in GetMostRecentZslBuffers()474 if (current_timestamp - buffer_timestamp < kMaxBufferTimestampDiff) { in GetMostRecentZslBuffers()