HomeSort by relevance Sort by last modified time
    Searched refs:mIface (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 59 private static String mIface = "";
74 if (mIface.equals(iface) && mLinkUp != up) {
82 NetworkUtils.stopDhcp(mIface);
119 synchronized(mIface) {
120 if(!mIface.isEmpty())
122 mIface = iface;
133 if (!iface.equals(mIface))
138 NetworkUtils.stopDhcp(mIface);
150 mIface = "";
157 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal))
    [all...]
  /system/netd/
SoftapController.h 32 char mIface[IFNAMSIZ];
SoftapController.cpp 51 memset(mIface, 0, sizeof(mIface));
127 iface = mIface;
155 iface = mIface;
202 ret = setCommand(mIface, "AP_BSS_START");
234 ret = setCommand(mIface, "AP_BSS_STOP");
282 strncpy(mIface, argv[3], sizeof(mIface));
465 ret = setCommand(mIface, "AP_GET_STA_LIST", SOFTAP_MAX_BUFFER_SIZE);
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 58 private static String mIface;
264 mIface = iface;
271 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) {
276 mLinkProperties.setInterfaceName(mIface);
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 173 handlePanDeviceStateChange(device, panDevice.mIface,
178 panDevice.mIface)) {
182 handlePanDeviceStateChange(device, panDevice.mIface, state,
235 handlePanDeviceStateChange(device, panDevice.mIface, BluetoothPan.STATE_DISCONNECTING,
239 panDevice.mIface)) {
241 handlePanDeviceStateChange(device, panDevice.mIface, state, panDevice.mLocalRole);
247 handlePanDeviceStateChange(device, panDevice.mIface, state, panDevice.mLocalRole);
285 BluetoothTetheringDataTracker.getInstance().stopReverseTether(panDevice.mIface);
296 panDevice.mIface = iface;
314 private String mIface;
    [all...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 114 private String mIface;
151 mIface = iface;
168 private String mIface;
174 mIface = iface;
179 if (TextUtils.equals(iface, mIface)) {
191 if (TextUtils.equals(iface, mIface)) {
346 mInterfaceObserver = new InterfaceObserver(mHandler, EVENT_IFACE_UP, mIface);
466 if (mIface == null) {
515 final int index = stats.findIndex(mIface, NetworkStats.UID_ALL,
524 Slog.w(TAG, "unable to find stats for iface " + mIface);
    [all...]

Completed in 89 milliseconds