• Home
  • Raw
  • Download

Lines Matching refs:CBInfo

201             gpphLibContext->CBInfo.pClientInitCb=pInitCb;  in phLibNfc_Mgt_Initialize()
202 gpphLibContext->CBInfo.pClientInitCntx=pContext; in phLibNfc_Mgt_Initialize()
254 pClientCb =pLibContext->CBInfo.pClientInitCb; in phLibNfc_InitCb()
255 pUpperLayerContext=pLibContext->CBInfo.pClientInitCntx; in phLibNfc_InitCb()
379 if (NULL!= pLibContext->CBInfo.pClientShutdownCb) in phLibNfc_Mgt_DeInitialize()
393 pLibContext->CBInfo.pClientShutdownCb = pDeInitCb; in phLibNfc_Mgt_DeInitialize()
394 pLibContext->CBInfo.pClientShtdwnCntx = pContext; in phLibNfc_Mgt_DeInitialize()
425 pClientCb =pLibContext->CBInfo.pClientShutdownCb; in phLibNfc_ShutdownCb()
426 pUpperLayerContext=pLibContext->CBInfo.pClientShtdwnCntx; in phLibNfc_ShutdownCb()
630 gpphLibContext->CBInfo.pClientCkNdefCb = NULL; in phLibNfc_Mgt_Reset()
631 gpphLibContext->CBInfo.pClientCkNdefCntx = NULL; in phLibNfc_Mgt_Reset()
632 gpphLibContext->CBInfo.pClientConCntx = NULL; in phLibNfc_Mgt_Reset()
633 gpphLibContext->CBInfo.pClientConnectCb = NULL; in phLibNfc_Mgt_Reset()
634 gpphLibContext->CBInfo.pClientDConCntx = NULL; in phLibNfc_Mgt_Reset()
635 gpphLibContext->CBInfo.pClientDisCfgCntx = NULL; in phLibNfc_Mgt_Reset()
636 gpphLibContext->CBInfo.pClientDisConfigCb = NULL; in phLibNfc_Mgt_Reset()
637 gpphLibContext->CBInfo.pClientInitCb = NULL; in phLibNfc_Mgt_Reset()
638 gpphLibContext->CBInfo.pClientInitCntx = gpphLibContext; in phLibNfc_Mgt_Reset()
639 gpphLibContext->CBInfo.pClientNdefNtfRespCb = NULL; in phLibNfc_Mgt_Reset()
640 gpphLibContext->CBInfo.pClientNdefNtfRespCntx = NULL; in phLibNfc_Mgt_Reset()
641 gpphLibContext->CBInfo.pClientNtfRegRespCB = NULL; in phLibNfc_Mgt_Reset()
642 gpphLibContext->CBInfo.pClientNtfRegRespCntx = NULL; in phLibNfc_Mgt_Reset()
643 gpphLibContext->CBInfo.pClientPresChkCb = NULL; in phLibNfc_Mgt_Reset()
644 gpphLibContext->CBInfo.pClientPresChkCntx = NULL; in phLibNfc_Mgt_Reset()
645 gpphLibContext->CBInfo.pClientRdNdefCb = NULL; in phLibNfc_Mgt_Reset()
646 gpphLibContext->CBInfo.pClientRdNdefCntx = NULL; in phLibNfc_Mgt_Reset()
647 gpphLibContext->CBInfo.pClientShtdwnCntx = NULL; in phLibNfc_Mgt_Reset()
648 gpphLibContext->CBInfo.pClientShutdownCb = NULL; in phLibNfc_Mgt_Reset()
649 gpphLibContext->CBInfo.pClientTransceiveCb = NULL; in phLibNfc_Mgt_Reset()
650 gpphLibContext->CBInfo.pClientTranseCntx = NULL; in phLibNfc_Mgt_Reset()
651 gpphLibContext->CBInfo.pClientWrNdefCb = NULL; in phLibNfc_Mgt_Reset()
652 gpphLibContext->CBInfo.pClientWrNdefCntx = NULL; in phLibNfc_Mgt_Reset()
920 if (NULL!= gpphLibContext->CBInfo.pClientShutdownCb) in phLibNfc_Mgt_ConfigureTestMode()
935 gpphLibContext->CBInfo.pClientShutdownCb = pTestModeCb; in phLibNfc_Mgt_ConfigureTestMode()
936 gpphLibContext->CBInfo.pClientShtdwnCntx = pContext; in phLibNfc_Mgt_ConfigureTestMode()
961 gpphLibContext->CBInfo.pClientInitCb=pTestModeCb; in phLibNfc_Mgt_ConfigureTestMode()
962 gpphLibContext->CBInfo.pClientInitCntx=pContext; in phLibNfc_Mgt_ConfigureTestMode()