Searched refs:readLen (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_ind.cpp196 u16 readLen = 0; local
208 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) {
209 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
210 __func__, remainingLen, readLen, outputTlv.type,
292 remainingLen -= readLen;
293 pInputTlv += readLen;
342 u16 readLen = 0; local
353 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) {
354 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
355 __func__, remainingLen, readLen, outputTl
397 u16 readLen = 0; local
482 u16 readLen = 0; local
536 u16 readLen = 0; local
641 u16 readLen = 0; local
[all...]
H A Dnan.cpp775 u16 readLen = 0; local
780 return readLen;
786 return readLen;
791 readLen += 2;
793 ALOGV("READ TLV type %u, readLen %u", pOutTlv->type, readLen);
797 readLen += 2;
799 ALOGV("READ TLV length %u, readLen %u", pOutTlv->length, readLen);
804 readLen
[all...]
H A Dnan_rsp.cpp157 u16 readLen = 0; local
161 readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv);
162 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
163 __func__, remainingLen, readLen, outputTlv.type,

Completed in 709 milliseconds