Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DLooper.cpp526 int Looper::removeFd(int fd) { in removeFd() function in android::Looper
/aosp14/frameworks/base/services/incremental/
H A DServiceWrappers.cpp129 int removeFd(int fd) final { return mLooper.removeFd(fd); } in removeFd() function in android::incremental::RealLooperWrapper