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

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_rsp.cpp510 u16 readLen = 0; local
514 readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv);
515 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
516 __func__, remainingLen, readLen, outputTlv.type,
H A Dnan.cpp1301 u16 readLen = 0; local
1306 return readLen;
1312 return readLen;
1317 readLen += 2;
1319 ALOGV("READ TLV type %u, readLen %u", pOutTlv->type, readLen);
1323 readLen += 2;
1325 ALOGV("READ TLV length %u, readLen %u", pOutTlv->length, readLen);
1329 readLen
[all...]
H A Dnan_ind.cpp229 u16 readLen = 0; local
241 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) {
242 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
243 __func__, remainingLen, readLen, outputTlv.type,
362 remainingLen -= readLen;
363 pInputTlv += readLen;
413 u16 readLen = 0; local
424 (0 != (readLen = NANTLV_ReadTlv(pInputTlv, &outputTlv)))) {
425 ALOGV("%s: Remaining Len:%d readLen:%d type:%d length:%d",
426 __func__, remainingLen, readLen, outputTl
476 u16 readLen = 0; local
562 u16 readLen = 0; local
616 u16 readLen = 0; local
740 u16 readLen = 0; local
1061 u16 readLen = 0; local
1110 u16 readLen = 0; local
[all...]

Completed in 29 milliseconds