Searched refs:periodMs (Results 1 – 3 of 3) sorted by relevance
55 fun <T> Flow<T>.throttle(periodMs: Long): Flow<T> = channelFlow { in <lambda>()67 val timeUntilNextEmit = maxOf(0L, periodMs - timeSinceLastEmit) in <lambda>()
118 double periodMs = MS_TO_SECONDS / ((double) mToneFreq); in getBuffer() local120 int samplesInDuration = (int) ((DURATION_MS / periodMs) * samplesInCycle); in getBuffer()
1383 extListenInfo.periodMs = periodInMillis; in configureExtListenWithParams()