Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DTouchVideoDevice.h41 bool hasValidFd() const { return mFd.get() != INVALID_FD; } in hasValidFd()
92 static constexpr int INVALID_FD = -1; variable
/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp53 if (fd.get() == INVALID_FD) { in create()