Home
last modified time | relevance | path

Searched refs:resNetworkCancel (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/netd/include/
H A DNetdClient.h59 void resNetworkCancel(int nsend_fd);
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DDnsResolver.java20 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()
H A DNetworkUtils.java160 public static native void resNetworkCancel(FileDescriptor fd); in resNetworkCancel() method in NetworkUtils
/aosp12/frameworks/base/native/android/
H A Dnet.c162 resNetworkCancel(nsend_fd); in android_res_cancel()
/aosp12/system/netd/client/
H A DNetdClient.cpp605 extern "C" void resNetworkCancel(int fd) { in resNetworkCancel() function