Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1171 mTimedAudioOutputOnTime(false), in TimedTrack()
1383 mTimedAudioOutputOnTime = false; in getNextBuffer()
1484 if ((mTimedAudioOutputOnTime && llabs(sampleDelta) <= kSampleContinuityThreshold) || in getNextBuffer()
1485 (!mTimedAudioOutputOnTime && llabs(sampleDelta) <= kSampleStartupThreshold)) { in getNextBuffer()
1498 mTimedAudioOutputOnTime = false; in getNextBuffer()
1551 mTimedAudioOutputOnTime = true; in timedYieldSamples_l()
1572 mTimedAudioOutputOnTime = false; in timedYieldSilence_l()
DPlaybackTracks.h242 bool mTimedAudioOutputOnTime; variable