Searched defs:busyTimeDiff (Results 1 – 1 of 1) sorted by relevance
205 int busyTimeDiff = ccaBusyTimeMs - channelStatsRef.ccaBusyTimeMs; in calculateChannelUtilization() local262 private int calculateUtilizationRatio(int radioOnTimeDiff, int busyTimeDiff) { in calculateUtilizationRatio()