Home | History | Annotate | Download | only in inputflinger

Lines Matching full:blocking

215     LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking.  errno=%d",
219 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
1124 // Make file descriptor non-blocking for use with poll().
1126 ALOGE("Error %d making device file descriptor non-blocking.", errno);