Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1468 const int64_t kSampleStartupThreshold = 1LL << 32; in getNextBuffer() local
1471 (!mTimedAudioOutputOnTime && llabs(sampleDelta) <= kSampleStartupThreshold)) { in getNextBuffer()