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

  /system/nfc/src/nfc/llcp/
llcp_dlc.cc 860 NFC_HDR* p_last_buf; local
937 p_last_buf = (NFC_HDR*)GKI_getlast(&p_dlcb->i_rx_q);
939 if (p_last_buf) {
941 available_bytes = GKI_get_buf_size(p_last_buf) - NFC_HDR_SIZE -
942 p_last_buf->offset - p_last_buf->len;
947 (uint8_t*)(p_last_buf + 1) + p_last_buf->offset + p_last_buf->len;
957 p_last_buf->len += LLCP_PDU_AGF_LEN_SIZE + info_len
    [all...]
llcp_link.cc 959 NFC_HDR* p_last_buf; local
    [all...]

Completed in 127 milliseconds