Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioTimestamp.h138 double getOutputServerLatencyMs(uint32_t sampleRate) const { in getOutputServerLatencyMs() function
/aosp12/frameworks/av/services/audioflinger/
H A DTracks.cpp1011 const double latencyMs = timestamp.getOutputServerLatencyMs(sampleRate()); in onTimestamp()
1812 ? local.getOutputServerLatencyMs(sampleRate()) in updateTrackFrameInfo()
1813 : timeStamp.getOutputServerLatencyMs(halSampleRate); in updateTrackFrameInfo()
2605 ? local.getOutputServerLatencyMs(sampleRate()) in updateTrackFrameInfo()
2606 : timestamp.getOutputServerLatencyMs(halSampleRate)); in updateTrackFrameInfo()
H A DThreads.cpp4387 const double latencyMs = mTimestamp.getOutputServerLatencyMs(mSampleRate); in collectTimestamps_l()
7851 ? - mTimestamp.getOutputServerLatencyMs(mSampleRate) : 0.; in threadLoop()