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

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

Completed in 52 milliseconds