Searched defs:kSampleStartupThreshold (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DTracks.cpp1482 const int64_t kSampleStartupThreshold = 1LL << 32; local
1485 (!mTimedAudioOutputOnTime && llabs(sampleDelta) <= kSampleStartupThreshold)) {

Completed in 55 milliseconds