Home
last modified time | relevance | path

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

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