Searched refs:current_timestamp (Results 1 – 3 of 3) sorted by relevance
392 status_t ZslBufferManager::GetCurrentTimestampNs(int64_t* current_timestamp) { in GetCurrentTimestampNs() argument393 if (current_timestamp == nullptr) { in GetCurrentTimestampNs()405 *current_timestamp = ts.tv_sec * kNsPerSec + ts.tv_nsec; in GetCurrentTimestampNs()417 int64_t current_timestamp; in GetMostRecentZslBuffers() local418 status_t res = GetCurrentTimestampNs(¤t_timestamp); in GetMostRecentZslBuffers()474 if (current_timestamp - buffer_timestamp < kMaxBufferTimestampDiff) { in GetMostRecentZslBuffers()
138 status_t GetCurrentTimestampNs(int64_t* current_timestamp);
1609 uint64_t current_timestamp = 0; in rmt_dump_data() local1611 current_timestamp = in rmt_dump_data()1626 int64_t delta = token->timestamp - current_timestamp; in rmt_dump_data()1681 current_timestamp = token->timestamp; in rmt_dump_data()