Lines Matching refs:pClientCb

279     pphLibNfc_RspCb_t       pClientCb=NULL;  in phLibNfc_Ndef_Read_Cb()  local
346 pClientCb = gpphLibContext->CBInfo.pClientRdNdefCb; in phLibNfc_Ndef_Read_Cb()
353 if (NULL != pClientCb) in phLibNfc_Ndef_Read_Cb()
356 pClientCb(pUpperLayerContext,RetStatus); in phLibNfc_Ndef_Read_Cb()
529 pphLibNfc_RspCb_t pClientCb=NULL; in phLibNfc_Ndef_Write_Cb() local
601 pClientCb = gpphLibContext->CBInfo.pClientWrNdefCb; in phLibNfc_Ndef_Write_Cb()
608 if (NULL != pClientCb) in phLibNfc_Ndef_Write_Cb()
612 pClientCb(pUpperLayerContext, status); in phLibNfc_Ndef_Write_Cb()
867 pphLibNfc_ChkNdefRspCb_t pClientCb=NULL; in phLibNfc_Ndef_CheckNdef_Cb() local
1003 pClientCb = gpphLibContext->CBInfo.pClientCkNdefCb; in phLibNfc_Ndef_CheckNdef_Cb()
1007 if(NULL != pClientCb) in phLibNfc_Ndef_CheckNdef_Cb()
1043 pClientCb(pUpperLayerContext,Ndef_Info,RetStatus); in phLibNfc_Ndef_CheckNdef_Cb()
1057 pphLibNfc_ChkNdefRspCb_t pClientCb=NULL; in phLibNfc_Ndef_ChkNdef_Pchk_Cb() local
1115 pClientCb = gpphLibContext->CBInfo.pClientCkNdefCb; in phLibNfc_Ndef_ChkNdef_Pchk_Cb()
1119 if(NULL != pClientCb) in phLibNfc_Ndef_ChkNdef_Pchk_Cb()
1123 pClientCb(pUpperLayerContext,Ndef_Info,RetStatus); in phLibNfc_Ndef_ChkNdef_Pchk_Cb()
1151 pphLibNfc_ChkNdefRspCb_t pClientCb=NULL; in phLibNfc_Reconnect_Mifare_Cb() local
1152 pClientCb = pLibNfc_Ctxt->CBInfo.pClientCkNdefCb; in phLibNfc_Reconnect_Mifare_Cb()
1156 if (NULL != pClientCb) in phLibNfc_Reconnect_Mifare_Cb()
1163 pClientCb(pUpperLayerContext,Ndef_Info,status); in phLibNfc_Reconnect_Mifare_Cb()
1169 pphLibNfc_RspCb_t pClientCb = pLibNfc_Ctxt->CBInfo.pClientRdNdefCb; in phLibNfc_Reconnect_Mifare_Cb() local
1173 if (NULL != pClientCb) in phLibNfc_Reconnect_Mifare_Cb()
1178 pClientCb(pUpperLayerContext,status); in phLibNfc_Reconnect_Mifare_Cb()
1184 pphLibNfc_RspCb_t pClientCb = pLibNfc_Ctxt->CBInfo.pClientWrNdefCb; in phLibNfc_Reconnect_Mifare_Cb() local
1188 if (NULL != pClientCb) in phLibNfc_Reconnect_Mifare_Cb()
1193 pClientCb(pUpperLayerContext,status); in phLibNfc_Reconnect_Mifare_Cb()
1202 pphLibNfc_RspCb_t pClientCb = in phLibNfc_Reconnect_Mifare_Cb() local
1207 if (NULL != pClientCb) in phLibNfc_Reconnect_Mifare_Cb()
1212 pClientCb(pUpperLayerContext,status); in phLibNfc_Reconnect_Mifare_Cb()
1219 pphLibNfc_TransceiveCallback_t pClientCb = in phLibNfc_Reconnect_Mifare_Cb() local
1225 if (NULL != pClientCb) in phLibNfc_Reconnect_Mifare_Cb()
1230 pClientCb(pUpperLayerContext, in phLibNfc_Reconnect_Mifare_Cb()
1539 pphLibNfc_RspCb_t pClientCb=NULL; in phLibNfc_Ndef_format_Cb() local
1593 pClientCb = gpphLibContext->ndef_cntx.pClientNdefFmtCb; in phLibNfc_Ndef_format_Cb()
1599 if (NULL != pClientCb) in phLibNfc_Ndef_format_Cb()
1602 pClientCb(pUpperLayerContext,RetStatus); in phLibNfc_Ndef_format_Cb()