Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioTimestamp.h138 double getOutputServerLatencyMs(uint32_t sampleRate) const { in getOutputServerLatencyMs() function
/frameworks/av/media/libaudioclient/include/media/
DAudioTimestamp.h138 double getOutputServerLatencyMs(uint32_t sampleRate) const { in getOutputServerLatencyMs() function
/frameworks/av/services/audioflinger/
DTracks.cpp895 const double latencyMs = timestamp.getOutputServerLatencyMs(sampleRate()); in onTimestamp()
1512 ? local.getOutputServerLatencyMs(sampleRate()) in updateTrackFrameInfo()
1513 : timeStamp.getOutputServerLatencyMs(halSampleRate); in updateTrackFrameInfo()
2315 ? local.getOutputServerLatencyMs(sampleRate()) in updateTrackFrameInfo()
2316 : timestamp.getOutputServerLatencyMs(halSampleRate)); in updateTrackFrameInfo()
DThreads.cpp3449 const double latencyMs = mTimestamp.getOutputServerLatencyMs(mSampleRate); in threadLoop()
7189 ? - mTimestamp.getOutputServerLatencyMs(mSampleRate) : 0.; in threadLoop()