Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3422 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in threadLoop() local
3424 = correctedTimestamp.mFrames; in threadLoop()
3426 = correctedTimestamp.mTimeNs; in threadLoop()
7193 auto correctedTimestamp = mTimestampVerifier.getLastCorrectedTimestamp(); in threadLoop() local
7194 position = correctedTimestamp.mFrames; in threadLoop()
7195 time = correctedTimestamp.mTimeNs; in threadLoop()