Searched defs:removeFd (Results 1 – 2 of 2) sorted by relevance
/aosp14/system/core/libutils/ | ||
H A D | Looper.cpp | 526 int Looper::removeFd(int fd) { in removeFd() function in android::Looper |
/aosp14/frameworks/base/services/incremental/ | ||
H A D | ServiceWrappers.cpp | 129 int removeFd(int fd) final { return mLooper.removeFd(fd); } in removeFd() function in android::incremental::RealLooperWrapper |