Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/tml/
DphTmlNfc_i2c.c124 int ret_Select; in phTmlNfc_i2c_read() local
154 ret_Select = select((int)((intptr_t)pDevHandle + (int)1), &rfds, NULL, NULL, &tv); in phTmlNfc_i2c_read()
155 if (ret_Select < 0) in phTmlNfc_i2c_read()
160 else if (ret_Select == 0) in phTmlNfc_i2c_read()