Searched refs:resNetworkCancel (Results 1 – 5 of 5) sorted by relevance
59 void resNetworkCancel(int nsend_fd);
20 import static android.net.NetworkUtils.resNetworkCancel;390 if (queryIpv6) resNetworkCancel(v6fd); // Closes fd, marks it invalid. in query()525 resNetworkCancel(queryfd); // Closes fd, marks it invalid. in cancelQuery()
160 public static native void resNetworkCancel(FileDescriptor fd); in resNetworkCancel() method in NetworkUtils
162 resNetworkCancel(nsend_fd); in android_res_cancel()
605 extern "C" void resNetworkCancel(int fd) { in resNetworkCancel() function