Home
last modified time | relevance | path

Searched refs:getAddress (Results 1 – 25 of 78) sorted by relevance

1234

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java147 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 …]
DBluetoothGattServer.java408 … 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()
DIBluetoothManager.aidl41 String getAddress(); in getAddress() method
DBluetoothDevice.java552 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/
DRouteInfo.java95 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()
DLinkAddress.java54 this.address = interfaceAddress.getAddress(); in LinkAddress()
92 public InetAddress getAddress() { in getAddress() method in LinkAddress
118 dest.writeByteArray(address.getAddress()); in writeToParcel()
DInterfaceConfiguration.java109 for (byte b : mAddr.getAddress().getAddress()) { in isActive()
DNetworkUtils.java129 byte [] addr = inetAddr.getAddress(); in inetAddressToInt()
180 byte[] array = address.getAddress(); in getNetworkPart()
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
DCompilerRTSymbolResolver.h29 virtual void *getAddress(const char *pName) { in getAddress() function
32 return DyldSymbolResolver::getAddress(pName); in getAddress()
DSymbolResolverInterface.h29 return ((resolver != NULL) ? resolver->getAddress(pName) : NULL); in LookupFunction()
33 virtual void *getAddress(const char *pName) = 0;
DSymbolResolvers.h42 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
DSymbolResolverProxy.h36 virtual void *getAddress(const char *pName);
/frameworks/compile/libbcc/lib/ExecutionEngine/
DSymbolResolverProxy.cpp21 void *SymbolResolverProxy::getAddress(const char *pName) { in getAddress() function in SymbolResolverProxy
24 void *addr = mChain[i]->getAddress(pName); in getAddress()
DSymbolResolvers.cpp58 void *DyldSymbolResolver::getAddress(const char *pName) { in getAddress() function in DyldSymbolResolver
/frameworks/base/tests/CoreTests/android/core/
DInetAddrTest.java45 raw = ia.getAddress(); in testInetAddr()
54 raw = ia.getAddress(); in testInetAddr()
/frameworks/base/core/java/android/net/arp/
DArpPeer.java85 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/
DConnection.java84 public abstract String getAddress(); in getAddress() method in Connection
298 str.append("addr: " + getAddress()) in toString()
/frameworks/ex/common/java/com/android/common/
DRfc822Validator.java70 matcher(tokens[0].getAddress()).matches(); in isValid()
128 String text = tokens[i].getAddress(); in fixText()
/frameworks/base/core/java/android/net/dhcp/
DDhcpPacket.java253 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/
DELFObject.hxx145 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()
DELFSectionHeader.hxx89 PRINT_LINT("Address", getAddress()); in print()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pInfo.java73 dest.writeByteArray(groupOwnerAddress.getAddress()); in writeToParcel()
/frameworks/base/core/java/android/hardware/usb/
DUsbEndpoint.java60 public int getAddress() { in getAddress() method in UsbEndpoint
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java149 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/
DGSMPhoneTest.java984 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 …]

1234