HomeSort by relevance Sort by last modified time
    Searched refs:num_buff (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 150 NFC_TRACE_DEBUG3 ("nfc_ncif_send_data :%d, num_buff:%d qc:%d", p_cb->conn_id, p_cb->num_buff, p_cb->tx_q.count);
160 if (p_cb->init_credits == p_cb->num_buff)
164 NFC_TRACE_DEBUG2 ("deactivating NFC-DEP init_credits:%d, num_buff:%d", p_cb->init_credits, p_cb->num_buff);
184 while (p_data && (p_data->len >= 0) && (p_cb->num_buff > 0))
232 if (p_cb->num_buff != NFC_CONN_NO_FC)
233 p_cb->num_buff--;
583 if (p_cb && p_cb->num_buff != NFC_CONN_NO_FC)
585 p_cb->num_buff += (*p)
776 UINT8 buff_size, num_buff; local
    [all...]
nfc_main.c 258 p_cb->init_credits = p_cb->num_buff = 0;
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 97 #define NFC_CONN_NO_FC 0xFF /* set num_buff to this for no flow control */
116 UINT8 num_buff; /* num of buffers left to send on this connection */ member in struct:__anon13146

Completed in 123 milliseconds