/frameworks/base/core/java/android/net/ |
D | RouteInfo.java | 62 if (destination.getAddress() instanceof Inet4Address) { in RouteInfo() 68 mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(), in RouteInfo() 142 dest.writeByteArray(mDestination.getAddress().getAddress()); in writeToParcel() 150 dest.writeByteArray(mGateway.getAddress()); in writeToParcel() 230 return mDestination.getAddress().equals(dstNet); in matches() 246 if (NetworkUtils.addressTypeMatches(route.mDestination.getAddress(), dest)) { in selectBestRoute()
|
D | LinkAddress.java | 54 this.address = interfaceAddress.getAddress(); in LinkAddress() 92 public InetAddress getAddress() { in getAddress() method in LinkAddress 118 dest.writeByteArray(address.getAddress()); in writeToParcel()
|
D | InterfaceConfiguration.java | 109 for (byte b : mAddr.getAddress().getAddress()) { in isActive()
|
D | NetworkUtils.java | 129 byte [] addr = inetAddr.getAddress(); in inetAddressToInt() 183 byte[] array = address.getAddress(); in getNetworkPart()
|
/frameworks/base/core/java/android/server/ |
D | BluetoothInputProfileHandler.java | 66 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectInputDevice() 83 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectInputDeviceInternal() 94 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectInputDevice() 110 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectInputDeviceInternal() 139 Settings.Secure.getBluetoothInputDevicePriorityKey(device.getAddress()), in getInputDevicePriority() 144 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in setInputDevicePriority() 148 Settings.Secure.getBluetoothInputDevicePriorityKey(device.getAddress()), in setInputDevicePriority()
|
D | BluetoothA2dpService.java | 107 String address = sinks.get(0).getAddress(); 196 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress()); in isSinkDevice() 240 device.getAddress())); in onBluetoothDisable() 263 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in isConnectSinkFeasible() 290 return mBluetoothService.connectSink(device.getAddress()); in connect() 314 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectSinkInternal() 331 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in isDisconnectSinkFeasible() 350 return mBluetoothService.disconnectSink(device.getAddress()); in disconnect() 355 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectSinkInternal() 379 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in suspendSink() [all …]
|
D | BluetoothPanProfileHandler.java | 131 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectPanDevice() 171 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectPanServerDevices() 177 device.getAddress(), in disconnectPanServerDevices() 179 errorLog("could not disconnect Pan Server Device "+device.getAddress()); in disconnectPanServerDevices() 219 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectPanDevice() 238 if (!mBluetoothService.disconnectPanServerDeviceNative(objectPath, device.getAddress(), in disconnectPanDevice() 382 if (linkAddr == null || (addr = linkAddr.getAddress()) == null || in enableTethering()
|
D | BluetoothHealthProfileHandler.java | 141 mBluetoothService.getObjectPathFromAddress(chan.mDevice.getAddress()); 208 mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectChannel() 275 mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectChannel() 347 mBluetoothService.getObjectPathFromAddress(device.getAddress()); in getMainChannelFd()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | InetAddrTest.java | 45 raw = ia.getAddress(); in testInetAddr() 54 raw = ia.getAddress(); in testInetAddr()
|
/frameworks/base/core/java/android/net/dhcp/ |
D | DhcpPacket.java | 253 byte[] destIpArray = destIp.getAddress(); in fillInPacket() 254 byte[] srcIpArray = srcIp.getAddress(); in fillInPacket() 309 buf.put(mClientIp.getAddress()); in fillInPacket() 310 buf.put(mYourIp.getAddress()); in fillInPacket() 311 buf.put(mNextIp.getAddress()); in fillInPacket() 312 buf.put(mRelayIp.getAddress()); in fillInPacket() 440 addTlv(buf, type, addr.getAddress()); in addTlv() 453 buf.put(addr.getAddress()); in addTlv()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | Connection.java | 84 public abstract String getAddress(); in getAddress() method in Connection 298 str.append("addr: " + getAddress()) in toString()
|
/frameworks/ex/common/java/com/android/common/ |
D | Rfc822Validator.java | 70 matcher(tokens[0].getAddress()).matches(); in isValid() 128 String text = tokens[i].getAddress(); in fixText()
|
/frameworks/base/core/java/android/net/arp/ |
D | ArpPeer.java | 78 byte[] desiredIp = mPeer.getAddress(); in doArp() 92 buf.put(mMyAddr.getAddress()); // four bytes: sender IP address in doArp()
|
/frameworks/compile/linkloader/include/impl/ |
D | ELFObject.hxx | 145 Inst_t S = (Inst_t)(int64_t)sym->getAddress(EM_ARM); in relocateARM() 197 void *callee_addr = sym->getAddress(EM_ARM); in relocateARM() 374 Inst_t S = (Inst_t)(int64_t)sym->getAddress(EM_X86_64); in relocateX86_64() 428 Inst_t S = (Inst_t)(uintptr_t)sym->getAddress(EM_386); in relocateX86_32() 475 Inst_t S = (Inst_t)(uintptr_t)sym->getAddress(EM_MIPS); in relocateMIPS() 569 S = (Inst_t)(intptr_t)sym->getAddress(EM_MIPS); in relocateMIPS()
|
D | ELFSectionHeader.hxx | 89 PRINT_LINT("Address", getAddress()); in print()
|
/frameworks/base/core/java/android/bluetooth/ |
D | HeadsetBase.java | 83 mAddress = device.getAddress(); in HeadsetBase() 100 mAddress = device.getAddress(); in HeadsetBase()
|
D | BluetoothSocket.java | 151 mAddress = device.getAddress(); in BluetoothSocket() 390 inProgress = service.fetchRemoteUuids(device.getAddress(), uuid, this); in doSdp()
|
/frameworks/base/voip/java/android/net/sip/ |
D | SimpleSessionDescription.java | 148 public String getAddress() { in getAddress() method in SimpleSessionDescription 149 return mFields.getAddress(); in getAddress() 400 public String getAddress() { in getAddress() method in SimpleSessionDescription.Fields
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java | 983 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallWaiting() 1007 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallWaiting() 1097 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallWaiting() 1155 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1158 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1168 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1171 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1207 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1210 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1245 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiMultipartyServices() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pInfo.java | 73 dest.writeByteArray(groupOwnerAddress.getAddress()); in writeToParcel()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbEndpoint.java | 60 public int getAddress() { in getAddress() method in UsbEndpoint
|
D | UsbDeviceConnection.java | 140 return native_bulk_request(endpoint.getAddress(), buffer, length, timeout); in bulkTransfer()
|
D | UsbRequest.java | 63 return native_init(connection, endpoint.getAddress(), endpoint.getAttributes(), in initialize()
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
D | SingleRecipientArrayAdapter.java | 61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress()); in bindView()
|
/frameworks/base/core/java/android/os/ |
D | CommonTimeUtils.java | 242 final InetAddress a = addr.getAddress(); in transactSetSockaddr() 243 final byte[] b = a.getAddress(); in transactSetSockaddr()
|