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.cc551 if ((pDlContext->tRWInfo.bFirstWrReq) == true) { in phDnldNfc_BuildFramePkt()
1073 if ((pDlContext->tRWInfo.bFirstWrReq) == true) { in phDnldNfc_UpdateRsp()
1075 (pDlContext->tRWInfo.bFirstWrReq) = false; in phDnldNfc_UpdateRsp()
1108 if ((pDlContext->tRWInfo.bFirstWrReq) == true) { in phDnldNfc_UpdateRsp()
1110 (pDlContext->tRWInfo.bFirstWrReq) = false; in phDnldNfc_UpdateRsp()
1126 (pDlContext->tRWInfo.bFirstWrReq) = false; in phDnldNfc_UpdateRsp()
DphDnldNfc.cc422 (gpphDnldContext->tRWInfo.bFirstWrReq) = true; in phDnldNfc_Write()