/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGatt.java | 147 mService.clientConnect(mClientIf, mDevice.getAddress(), 162 if (!address.equals(mDevice.getAddress())) { 199 if (!address.equals(mDevice.getAddress())) { 218 if (!address.equals(mDevice.getAddress())) { 244 if (!address.equals(mDevice.getAddress())) { 267 if (!address.equals(mDevice.getAddress())) { 291 if (!address.equals(mDevice.getAddress())) { 312 if (!address.equals(mDevice.getAddress())) { 359 if (!address.equals(mDevice.getAddress())) { 405 if (!address.equals(mDevice.getAddress())) { [all …]
|
D | BluetoothGattServer.java | 408 … if (DBG) Log.d(TAG, "connect() - device: " + device.getAddress() + ", auto: " + autoConnect); in connect() 412 mService.serverConnect(mServerIf, device.getAddress(), in connect() 431 if (DBG) Log.d(TAG, "cancelConnection() - device: " + device.getAddress()); in cancelConnection() 435 mService.serverDisconnect(mServerIf, device.getAddress()); in cancelConnection() 464 if (DBG) Log.d(TAG, "sendResponse() - device: " + device.getAddress()); in sendResponse() 468 mService.sendResponse(mServerIf, device.getAddress(), requestId, in sendResponse() 496 if (DBG) Log.d(TAG, "notifyCharacteristicChanged() - device: " + device.getAddress()); in notifyCharacteristicChanged() 503 mService.sendNotification(mServerIf, device.getAddress(), in notifyCharacteristicChanged()
|
D | IBluetoothManager.aidl | 41 String getAddress(); in getAddress() method
|
D | BluetoothDevice.java | 552 return mAddress.equals(((BluetoothDevice)o).getAddress()); in equals() 598 public String getAddress() { in getAddress() method in BluetoothDevice 834 getAddress()+")", npe); in getBondState()
|
/frameworks/base/core/java/android/net/ |
D | RouteInfo.java | 95 if (destination.getAddress() instanceof Inet4Address) { in RouteInfo() 103 mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(), in RouteInfo() 138 return (mDestination.getAddress() instanceof Inet4Address && in isHost() 140 (mDestination.getAddress() instanceof Inet6Address && in isHost() 197 dest.writeByteArray(mDestination.getAddress().getAddress()); in writeToParcel() 205 dest.writeByteArray(mGateway.getAddress()); in writeToParcel() 290 return mDestination.getAddress().equals(dstNet); in matches() 306 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() 180 byte[] array = address.getAddress(); in getNetworkPart()
|
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/ |
D | CompilerRTSymbolResolver.h | 29 virtual void *getAddress(const char *pName) { in getAddress() function 32 return DyldSymbolResolver::getAddress(pName); in getAddress()
|
D | SymbolResolverInterface.h | 29 return ((resolver != NULL) ? resolver->getAddress(pName) : NULL); in LookupFunction() 33 virtual void *getAddress(const char *pName) = 0;
|
D | SymbolResolvers.h | 42 virtual void *getAddress(const char *pName); 77 virtual void *getAddress(const char *pName) { in getAddress() function 117 virtual void *getAddress(const char *pName) { in getAddress() function
|
D | SymbolResolverProxy.h | 36 virtual void *getAddress(const char *pName);
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | SymbolResolverProxy.cpp | 21 void *SymbolResolverProxy::getAddress(const char *pName) { in getAddress() function in SymbolResolverProxy 24 void *addr = mChain[i]->getAddress(pName); in getAddress()
|
D | SymbolResolvers.cpp | 58 void *DyldSymbolResolver::getAddress(const char *pName) { in getAddress() function in DyldSymbolResolver
|
/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/arp/ |
D | ArpPeer.java | 85 byte[] desiredIp = mPeer.getAddress(); in doArp() 99 buf.put(mMyAddr.getAddress()); // four bytes: sender IP address in doArp() 141 inetAddress = la.getAddress(); in doArp()
|
/frameworks/opt/telephony/src/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/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/rs/driver/linkloader/include/impl/ |
D | ELFObject.hxx | 145 Inst_t S = (Inst_t)(int64_t)sym->getAddress(EM_ARM); in relocateARM() 200 void *callee_addr = sym->getAddress(EM_ARM); in relocateARM() 377 Inst_t S = (Inst_t)(int64_t)sym->getAddress(EM_X86_64); in relocateX86_64() 431 Inst_t S = (Inst_t)(uintptr_t)sym->getAddress(EM_386); in relocateX86_32() 478 Inst_t S = (Inst_t)(uintptr_t)sym->getAddress(EM_MIPS); in relocateMIPS() 572 S = (Inst_t)(intptr_t)sym->getAddress(EM_MIPS); in relocateMIPS()
|
D | ELFSectionHeader.hxx | 89 PRINT_LINT("Address", getAddress()); in print()
|
/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
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SimpleSessionDescription.java | 149 public String getAddress() { in getAddress() method in SimpleSessionDescription 150 return mFields.getAddress(); in getAddress() 401 public String getAddress() { in getAddress() method in SimpleSessionDescription.Fields
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java | 984 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallWaiting() 1008 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallWaiting() 1098 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallWaiting() 1156 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1159 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1169 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1172 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1208 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1211 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold() 1246 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiMultipartyServices() [all …]
|