Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DTrackBase.h133 bool isServerLatencySupported() const { return mServerLatencySupported; } in isServerLatencySupported()
403 bool mServerLatencySupported = false; variable
H A DTracks.cpp716 mServerLatencySupported = thread->type() == ThreadBase::MIXER in Track()
2386 mServerLatencySupported = checkServerLatencySupported(mFormat, flags); in RecordTrack()