Searched refs:nodeFd (Results 1 – 1 of 1) sorted by relevance
191 int32_t nodeFd = open(devRealPath, O_RDWR | O_CLOEXEC | O_NONBLOCK); in OpenInputDevice() local192 if (nodeFd < 0) { in OpenInputDevice()197 return nodeFd; in OpenInputDevice()