Home
last modified time | relevance | path

Searched refs:INVALID_FD (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DTouchVideoDevice.h42 bool hasValidFd() const { return mFd.get() != INVALID_FD; } in hasValidFd()
93 static constexpr int INVALID_FD = -1; variable
DTouchVideoDevice.cpp50 if (fd.get() == INVALID_FD) { in create()