Searched refs:wakeFds (Results 1 – 1 of 1) sorted by relevance
290 int wakeFds[2]; in EventHub() local291 result = pipe(wakeFds); in EventHub()294 mWakeReadPipeFd = wakeFds[0]; in EventHub()295 mWakeWritePipeFd = wakeFds[1]; in EventHub()