Lines Matching refs:pClientCb
126 phLibNfc_NtfRegister_RspCb_t pClientCb=NULL; in phLibNfc_NotificationRegister_Resp_Cb() local
127 pClientCb =gpphLibContext->CBInfo.pClientNtfRegRespCB; in phLibNfc_NotificationRegister_Resp_Cb()
336 if (NULL != pClientCb) in phLibNfc_NotificationRegister_Resp_Cb()
338 pClientCb( in phLibNfc_NotificationRegister_Resp_Cb()
350 if (NULL != pClientCb) in phLibNfc_NotificationRegister_Resp_Cb()
353 pClientCb((void*)gpphLibContext->CBInfo.pClientNtfRegRespCntx, in phLibNfc_NotificationRegister_Resp_Cb()
376 if (NULL != pClientCb) in phLibNfc_NotificationRegister_Resp_Cb()
378 pClientCb(gpphLibContext->CBInfo.pClientNtfRegRespCntx, in phLibNfc_NotificationRegister_Resp_Cb()
1305 pphLibNfc_RspCb_t pClientCb=NULL; in phLibNfc_Mgt_SetP2P_ConfigParams_Cb() local
1335 pClientCb = gpphLibContext->sNfcIp_Context.pClientNfcIpCfgCb; in phLibNfc_Mgt_SetP2P_ConfigParams_Cb()
1340 if (NULL != pClientCb) in phLibNfc_Mgt_SetP2P_ConfigParams_Cb()
1343 pClientCb(pUpperLayerContext, status); in phLibNfc_Mgt_SetP2P_ConfigParams_Cb()