Searched refs:ipaddr (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1612 private void reportAGpsStatus(int type, int status, byte[] ipaddr) { argument
1616 Log.v(TAG, "Received SUPL IP addr[]: " + Arrays.toString(ipaddr));
1618 if (ipaddr != null) {
1620 connectionIpAddress = InetAddress.getByAddress(ipaddr);
1623 Log.e(TAG, "Bad IP Address: " + ipaddr, e);
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp379 uint32_t ipaddr = agps_status->ipaddr; local
380 ALOGV("AGPS IP is v4: %x", ipaddr);
381 byteArray = convert_to_ipv4(ipaddr, false /* net_order */);
382 if (ipaddr == INADDR_NONE || byteArray != NULL) {

Completed in 997 milliseconds