Lines Matching defs:deltaMs
3799 // it's OK if deltaMs is an overestimate.3801 const int32_t deltaMs = writePeriodNs / NANOS_PER_MILLISECOND;3803 const int32_t throttleMs = (int32_t)mHalfBufferMs - deltaMs;3809 " ret(%zd) deltaMs(%d) requires sleep %d ms",3810 this, ret, deltaMs, throttleMs);