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

  /system/nfc/src/nfc/int/
nfc_int.h 111 /* set num_buff to this for no flow control */
133 uint8_t num_buff; /* num of buffers left to send on this connection */ member in struct:__anon107620
  /system/nfc/src/nfc/nfc/
nfc_ncif.c 135 NFC_TRACE_DEBUG3("nfc_ncif_send_data :%d, num_buff:%d qc:%d", p_cb->conn_id,
136 p_cb->num_buff, p_cb->tx_q.count);
142 if (p_cb->init_credits == p_cb->num_buff) {
146 "deactivating NFC-DEP init_credits:%d, num_buff:%d",
147 p_cb->init_credits, p_cb->num_buff);
166 while (p_data && (p_data->len >= 0) && (p_cb->num_buff > 0)) {
206 if (p_cb->num_buff != NFC_CONN_NO_FC) p_cb->num_buff--;
528 if (p_cb && p_cb->num_buff != NFC_CONN_NO_FC) {
529 p_cb->num_buff += (*p)
713 uint8_t buff_size, num_buff; local
    [all...]

Completed in 188 milliseconds