Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1157 mTimedAudioOutputOnTime(false), in TimedTrack()
1369 mTimedAudioOutputOnTime = false; in getNextBuffer()
1470 if ((mTimedAudioOutputOnTime && llabs(sampleDelta) <= kSampleContinuityThreshold) || in getNextBuffer()
1471 (!mTimedAudioOutputOnTime && llabs(sampleDelta) <= kSampleStartupThreshold)) { in getNextBuffer()
1484 mTimedAudioOutputOnTime = false; in getNextBuffer()
1537 mTimedAudioOutputOnTime = true; in timedYieldSamples_l()
1558 mTimedAudioOutputOnTime = false; in timedYieldSilence_l()
DPlaybackTracks.h238 bool mTimedAudioOutputOnTime; variable