Home | History | Annotate | Download | only in net

Lines Matching refs:iface

119     public long getResetTime(String iface) {
121 return mService.getResetTime(iface);
132 public long getPeriodStartTime(String iface) {
134 return mService.getPeriodStartTime(iface);
148 public long getByteCount(String iface, int direction, int period, int ago) {
150 return mService.getByteCount(iface, direction, period, ago);
158 * takes effect on the named iface. Currently only cliff #1 is supported (1 step)
161 public long getCliffThreshold(String iface, int cliff) {
163 return mService.getCliffThreshold(iface, cliff);
170 * returns the thottling bandwidth (bps) for a given cliff # on the named iface.
174 public int getCliffLevel(String iface, int cliff) {
176 return mService.getCliffLevel(iface, cliff);