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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsDecoratorTest.java 33 private DummyInterface mIface;
38 mIface = Decorator.newInstance(new DummyImpl(), mDummyListener);
109 assertTrue(mIface.addValues(1, 2, 3) == 6);
124 mIface.raiseException();
141 mIface.raiseUnsupportedOperationException();
159 mIface.addValues(1, 2, 3);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 66 // - Running: start() called, and interfaceLinkStateChanged() told us that mIface is up.
69 // Once mIface is non-null and isStarted() is true, methods called by ConnectivityService on
73 private String mIface;
104 return mIface != null;
111 mIface = null;
142 mIface = CLAT_PREFIX + mBaseIface;
187 !mNetwork.linkProperties.getAllInterfaceNames().contains(mIface)) {
188 Slog.d(TAG, "clatd running, updating NAI for " + mIface);
190 if (mIface.equals(stacked.getInterfaceName())) {
200 stacked.setInterfaceName(mIface);
    [all...]
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 98 private static String mIface = "";
129 if (!mIface.equals(iface)) {
184 Log.e(TAG, "Interface unexpectedly changed from " + iface + " to " + mIface);
189 Log.e(TAG, "Error upping interface " + mIface + ": " + e);
205 if (!iface.equals(mIface))
211 NetworkUtils.stopDhcp(mIface);
228 Log.i(TAG, "Applying static IPv4 configuration to " + mIface + ": " + staticConfig);
229 InterfaceConfiguration config = mNMService.getInterfaceConfig(mIface);
231 mNMService.setInterfaceConfig(mIface, config);
264 if (DBG) Log.i(TAG, "dhcpThread(+" + mIface + "): mNetworkInfo=" + mNetworkInfo)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 137 int mIface;
144 mIface = -1;
150 mIface = iface;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 154 int mIface;
161 mIface = -1;
167 mIface = iface;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 450 panDevice.mIface = iface;
583 private String mIface;
589 mIface = iface;

Completed in 259 milliseconds