Home
last modified time | relevance | path

Searched refs:bFirstWrReq (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc_Internal.h170 bool_t bFirstWrReq; /* Flag to indicate if this is the first write frame being member
DphDnldNfc_Internal.cc557 if ((pDlContext->tRWInfo.bFirstWrReq) == true) { in phDnldNfc_BuildFramePkt()
1079 if ((pDlContext->tRWInfo.bFirstWrReq) == true) { in phDnldNfc_UpdateRsp()
1081 (pDlContext->tRWInfo.bFirstWrReq) = false; in phDnldNfc_UpdateRsp()
1114 if ((pDlContext->tRWInfo.bFirstWrReq) == true) { in phDnldNfc_UpdateRsp()
1116 (pDlContext->tRWInfo.bFirstWrReq) = false; in phDnldNfc_UpdateRsp()
1132 (pDlContext->tRWInfo.bFirstWrReq) = false; in phDnldNfc_UpdateRsp()
DphDnldNfc.cc422 (gpphDnldContext->tRWInfo.bFirstWrReq) = true; in phDnldNfc_Write()