Searched defs:removeFd (Results 1 – 4 of 4) sorted by relevance
47 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd() function
54 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd() function
514 int Looper::removeFd(int fd) { in removeFd() function in android::Looper
129 int removeFd(int fd) final { return mLooper.removeFd(fd); } in removeFd() function in android::incremental::RealLooperWrapper