Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h130 bool isServerLatencySupported() const { return mServerLatencySupported; } in isServerLatencySupported()
388 bool mServerLatencySupported = false; variable
DTracks.cpp591 mServerLatencySupported = thread->type() == ThreadBase::MIXER in Track()
2159 mServerLatencySupported = checkServerLatencySupported(mFormat, flags); in RecordTrack()