HomeSort by relevance Sort by last modified time
    Searched full:convert_to_ipv4 (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_location_GpsLocationProvider.cpp 179 static jbyteArray convert_to_ipv4(uint32_t ip, bool net_order) function in namespace:android
224 byteArray = convert_to_ipv4(*pAddr, true /* net_order */);
264 byteArray = convert_to_ipv4(ipaddr, false /* net_order */);
    [all...]

Completed in 450 milliseconds