Home
last modified time | relevance | path

Searched defs:removeFd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/curl/tests/libtest/
H A Dlib582.c47 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd() function
H A Dlib530.c54 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd() function
/aosp_15_r20/system/core/libutils/
H A DLooper.cpp514 int Looper::removeFd(int fd) { in removeFd() function in android::Looper
/aosp_15_r20/frameworks/base/services/incremental/
H A DServiceWrappers.cpp129 int removeFd(int fd) final { return mLooper.removeFd(fd); } in removeFd() function in android::incremental::RealLooperWrapper