Lines Matching refs:sUpperLayerInfo

107                 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCfgDiscCtxt = pContext;  in phHal4Nfc_ConfigParameters()
109 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; in phHal4Nfc_ConfigParameters()
172 Hal4Ctxt->sUpperLayerInfo.pConfigCallback in phHal4Nfc_ConfigParameters()
252 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCfgDiscCtxt = pContext; in phHal4Nfc_ConfigureDiscovery()
254 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = pContext; in phHal4Nfc_ConfigureDiscovery()
318 Hal4Ctxt->sUpperLayerInfo.pConfigCallback in phHal4Nfc_ConfigureDiscovery()
348 = Hal4Ctxt->sUpperLayerInfo.pConfigCallback; in phHal4Nfc_ConfigureComplete()
362 if(NULL != Hal4Ctxt->sUpperLayerInfo.pConfigCallback) in phHal4Nfc_ConfigureComplete()
380 Hal4Ctxt->sUpperLayerInfo.pConfigCallback = NULL; in phHal4Nfc_ConfigureComplete()
383 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCfgDiscCtxt, in phHal4Nfc_ConfigureComplete()
385 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt, in phHal4Nfc_ConfigureComplete()
400 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt, in phHal4Nfc_ConfigureComplete()
503 (NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification)&& in phHal4Nfc_TargetDiscoveryComplete()
544 if((NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification) in phHal4Nfc_TargetDiscoveryComplete()
652 if((NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification) in phHal4Nfc_TargetDiscoveryComplete()
655 ||(NULL == Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification)) in phHal4Nfc_TargetDiscoveryComplete()
699 (*Hal4Ctxt->sUpperLayerInfo.pP2PNotification)( in phHal4Nfc_TargetDiscoveryComplete()
700 (void *)(Hal4Ctxt->sUpperLayerInfo.P2PDiscoveryCtxt), in phHal4Nfc_TargetDiscoveryComplete()
747 else if(NULL != Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification) in phHal4Nfc_TargetDiscoveryComplete()
770 (*Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification)( in phHal4Nfc_TargetDiscoveryComplete()
771 (void *)(Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt), in phHal4Nfc_TargetDiscoveryComplete()
817 (*Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification)( in phHal4Nfc_TargetDiscoveryComplete()
818 (void *)(Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt), in phHal4Nfc_TargetDiscoveryComplete()
850 if((NULL != Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification) in phHal4Nfc_TargetDiscoveryComplete()
864 (*Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification)( in phHal4Nfc_TargetDiscoveryComplete()
865 (void *)(Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt), in phHal4Nfc_TargetDiscoveryComplete()
921 Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt = Context; in phHal4Nfc_RegisterNotification()
922 Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification in phHal4Nfc_RegisterNotification()
926 Hal4Ctxt->sUpperLayerInfo.P2PDiscoveryCtxt = Context; in phHal4Nfc_RegisterNotification()
927 Hal4Ctxt->sUpperLayerInfo.pP2PNotification in phHal4Nfc_RegisterNotification()
934 Hal4Ctxt->sUpperLayerInfo.EventNotificationCtxt = Context; in phHal4Nfc_RegisterNotification()
935 Hal4Ctxt->sUpperLayerInfo.pEventNotification in phHal4Nfc_RegisterNotification()
939 Hal4Ctxt->sUpperLayerInfo.DefaultListenerCtxt = Context; in phHal4Nfc_RegisterNotification()
940 Hal4Ctxt->sUpperLayerInfo.pDefaultEventHandler in phHal4Nfc_RegisterNotification()
982 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = Context; in phHal4Nfc_UnregisterNotification()
983 Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt = NULL; in phHal4Nfc_UnregisterNotification()
985 Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification = NULL; in phHal4Nfc_UnregisterNotification()
989 Hal4Ctxt->sUpperLayerInfo.P2PDiscoveryCtxt = NULL; in phHal4Nfc_UnregisterNotification()
991 Hal4Ctxt->sUpperLayerInfo.pP2PNotification = NULL; in phHal4Nfc_UnregisterNotification()
999 Hal4Ctxt->sUpperLayerInfo.EventNotificationCtxt = NULL; in phHal4Nfc_UnregisterNotification()
1000 Hal4Ctxt->sUpperLayerInfo.pEventNotification = NULL; in phHal4Nfc_UnregisterNotification()
1004 Hal4Ctxt->sUpperLayerInfo.DefaultListenerCtxt = NULL; in phHal4Nfc_UnregisterNotification()
1006 Hal4Ctxt->sUpperLayerInfo.pDefaultEventHandler = NULL; in phHal4Nfc_UnregisterNotification()