Searched refs:errorBytes (Results 1 – 1 of 1) sorted by relevance
77 long errorBytes = 0; in getAverageSpeed() local80 errorBytes = (timeError*(preFirst.receivedBytes - first.receivedBytes)) in getAverageSpeed()84 return (int) ((1000*(errorBytes+last.receivedBytes-first.receivedBytes))/period); in getAverageSpeed()