Searched refs:mIpAddress (Results 1 – 4 of 4) sorted by relevance
30 private int mIpAddress; field in HdHomeRunDevice42 mIpAddress = parcel.readInt(); in HdHomeRunDevice()60 mIpAddress = ipAddress; in HdHomeRunDevice()73 return mIpAddress; in getIpAddress()116 + ((mIpAddress >>> 24) & 0xff) in toString()118 + ((mIpAddress >>> 16) & 0xff) in toString()120 + ((mIpAddress >>> 8) & 0xff) in toString()122 + (mIpAddress & 0xff); in toString()133 out.writeInt(mIpAddress); in writeToParcel()
150 + HdHomeRunUtils.getIpString(ipInfo.mIpAddress) in resetLocalIpSockets()154 addSocket(ipInfo.mIpAddress, ipInfo.mSubnetMask); in resetLocalIpSockets()183 localIpInfo.mIpAddress = HdHomeRunUtils.addressToInt(inetAddress.getAddress()); in getLocalIpInfo()274 int mIpAddress; field in HdHomeRunDiscover.HdHomeRunDiscoverDevice286 return mIpAddress == o.mIpAddress in equals()295 int result = mIpAddress; in hashCode()377 result.mIpAddress = HdHomeRunUtils.addressToInt(packet.getAddress().getAddress()); in receive()379 Log.d(TAG, "Get Device IP: " + HdHomeRunUtils.getIpString(result.mIpAddress)); in receive()443 int mIpAddress; field in HdHomeRunDiscover.LocalIpInfo
68 fetchDeviceModel(discoveredDevice.mDeviceId, discoveredDevice.mIpAddress); in scanDevices()84 discoveredDevice.mIpAddress, in scanDevices()
129 mActualDeviceIp = result.get(0).mIpAddress; in connectAndUpdateDeviceInfo()