Home
last modified time | relevance | path

Searched refs:bFirstChunkResp (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc_Internal.h176 bFirstChunkResp; /* Flag to indicate if we got the first chunk response */ member
DphDnldNfc_Internal.cc729 if ((pDlContext->tRWInfo.bFirstChunkResp) == false) { in phDnldNfc_CreateFramePld()
1087 if ((pDlContext->tRWInfo.bFirstChunkResp) == true) { in phDnldNfc_UpdateRsp()
1092 (pDlContext->tRWInfo.bFirstChunkResp) = false; in phDnldNfc_UpdateRsp()
1105 } else if (((pDlContext->tRWInfo.bFirstChunkResp) == false) && in phDnldNfc_UpdateRsp()
1109 (pDlContext->tRWInfo.bFirstChunkResp) = true; in phDnldNfc_UpdateRsp()
1121 } else if (((pDlContext->tRWInfo.bFirstChunkResp) == true) && in phDnldNfc_UpdateRsp()
/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphDnldNfc_Internal.h173 bFirstChunkResp; /* Flag to indicate if we got the first chunk response */ member
DphDnldNfc_Internal.cc727 if ((pDlContext->tRWInfo.bFirstChunkResp) == false) { in phDnldNfc_CreateFramePld()
1091 if ((pDlContext->tRWInfo.bFirstChunkResp) == true) { in phDnldNfc_UpdateRsp()
1096 (pDlContext->tRWInfo.bFirstChunkResp) = false; in phDnldNfc_UpdateRsp()
1109 } else if (((pDlContext->tRWInfo.bFirstChunkResp) == false) && in phDnldNfc_UpdateRsp()
1113 (pDlContext->tRWInfo.bFirstChunkResp) = true; in phDnldNfc_UpdateRsp()
1125 } else if (((pDlContext->tRWInfo.bFirstChunkResp) == true) && in phDnldNfc_UpdateRsp()