Searched refs:timespecDelta (Results 1 – 1 of 1) sorted by relevance
31 int64_t timespecDelta(const timespec& newTime, const timespec& oldTime) { in timespecDelta() function79 int64_t elapsedTimeUs = timespecDelta(now, mStartTime); in writeRingBuffer()98 std::min(timespecDelta(now, mStartTime), mInputUsSinceStart); in writeRingBuffer()