Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DTouchVideoDevice.h42 bool hasValidFd() const { return mFd.get() != INVALID_FD; } in hasValidFd() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp400 bool EventHub::Device::hasValidFd() const { in hasValidFd() function in android::EventHub::Device