Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp717 int wakeFds[2]; in EventHub() local
718 result = pipe2(wakeFds, O_CLOEXEC); in EventHub()
721 mWakeReadPipeFd = wakeFds[0]; in EventHub()
722 mWakeWritePipeFd = wakeFds[1]; in EventHub()