Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/adaptation/
Di2clayer.cc113 int poll_status = poll(event_table, eventNum, -1); in I2cWorkerThread() local
115 if (-1 == poll_status) { in I2cWorkerThread()
116 poll_status = errno; in I2cWorkerThread()
117 STLOG_HAL_E("error in poll call : %d - %s\n", poll_status, in I2cWorkerThread()
118 strerror(poll_status)); in I2cWorkerThread()
119 if ((poll_status == EINTR) || (poll_status == EAGAIN)) continue; in I2cWorkerThread()
/hardware/st/nfc/1.0/adaptation/
Di2clayer.c97 int poll_status = poll(event_table, 2, -1); in I2cWorkerThread() local
99 if (-1 == poll_status) { in I2cWorkerThread()