Searched defs:flushed_length (Results 1 - 1 of 1) sorted by relevance

/system/nfc/src/nfc/llcp/
H A Dllcp_api.cc783 uint32_t flushed_length = 0; local
802 flushed_length += (uint32_t)(ui_pdu_length - LLCP_PDU_HEADER_SIZE -
824 return (flushed_length);
1203 uint32_t flushed_length = 0; local
1221 flushed_length += (uint32_t)(i_pdu_length - p_buf->layer_specific);
1251 return (flushed_length);

Completed in 53 milliseconds