HomeSort by relevance Sort by last modified time
    Searched defs:getInterface (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroup.java 250 public String getInterface() {
290 mInterface = source.getInterface();
  /frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanServiceImpl.java 130 public ILowpanInterface getInterface(String name) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsServiceControllerCompat.java 171 protected MmTelInterfaceAdapter getInterface(int slotId, IImsFeatureStatusCallback c)
183 MmTelInterfaceAdapter interfaceAdapter = getInterface(slotId, c);
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpNativeInterface.java 40 static AvrcpNativeInterface getInterface() {
  /system/tools/hidl/
Scope.cpp 91 Interface *Scope::getInterface() const {
  /external/jmdns/src/javax/jmdns/impl/
HostInfo.java 157 public NetworkInterface getInterface() {
261 buf.append(getInterface() != null ? getInterface().getDisplayName() : "???");
JmmDNSImpl.java 161 result.add(mDNS.getInterface());
JmDNSImpl.java 453 if ((hostInfo != null) && (hostInfo.getInterface() != null)) {
455 _socket.setNetworkInterface(hostInfo.getInterface());
702 public InetAddress getInterface() throws IOException {
703 return _socket.getInterface();
    [all...]
  /external/proguard/src/proguard/classfile/
LibraryClass.java 180 public Clazz getInterface(int index)
ProgramClass.java 236 public Clazz getInterface(int index)
284 Clazz interfaceClass = getInterface(index);
312 Clazz interfaceClass = getInterface(index);
408 Clazz interfaceClass = getInterface(index);
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.h 90 virtual sp<ICameraDeviceSession> getInterface() {
  /external/doclava/src/com/google/doclava/
PackageInfo.java 375 public ClassInfo getInterface(String interfaceName) {
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDeviceSession.h 105 virtual sp<ICameraDeviceSession> getInterface() {
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 479 IWapPushManager getInterface() {
494 IWapPushManager iwapman = getInterface();
535 IWapPushManager iwapman = getInterface();
561 IWapPushManager iwapman = getInterface();
578 IWapPushManager iwapman = getInterface();
614 IWapPushManager iwapman = getInterface();
645 IWapPushManager iwapman = getInterface();
681 IWapPushManager iwapman = getInterface();
710 IWapPushManager iwapman = getInterface();
743 IWapPushManager iwapman = getInterface();
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 219 def getInterface(self, feature):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 218 def getInterface(self, feature):
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 219 def getInterface(self, feature):
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py 220 def getInterface(self, feature):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 219 def getInterface(self, feature):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 219 def getInterface(self, feature):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 219 def getInterface(self, feature):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 219 def getInterface(self, feature):
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java 346 mISupplicant.getInterface(ifaceInfo,
355 Log.e(TAG, "ISupplicant.getInterface exception: " + e);
356 handleRemoteException(e, "getInterface");
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java 290 new SupplicantResult("getInterface()");
294 mISupplicant.getInterface(ifaceInfo,
303 Log.e(TAG, "ISupplicant.getInterface exception: " + e);
    [all...]

Completed in 2641 milliseconds

12 3 4 5 6 7