Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp4691 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in collectTimestamps_l() local
4693 = correctedTimestamp.mFrames; in collectTimestamps_l()
4695 = correctedTimestamp.mTimeNs; in collectTimestamps_l()
8614 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in threadLoop() local
8615 position = correctedTimestamp.mFrames; in threadLoop()
8616 time = correctedTimestamp.mTimeNs; in threadLoop()