• Home
  • Raw
  • Download

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()
506 (NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification)&& in phHal4Nfc_TargetDiscoveryComplete()
547 if((NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification) in phHal4Nfc_TargetDiscoveryComplete()
655 if((NULL != Hal4Ctxt->sUpperLayerInfo.pP2PNotification) in phHal4Nfc_TargetDiscoveryComplete()
658 ||(NULL == Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification)) in phHal4Nfc_TargetDiscoveryComplete()
702 (*Hal4Ctxt->sUpperLayerInfo.pP2PNotification)( in phHal4Nfc_TargetDiscoveryComplete()
703 (void *)(Hal4Ctxt->sUpperLayerInfo.P2PDiscoveryCtxt), in phHal4Nfc_TargetDiscoveryComplete()
750 else if(NULL != Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification) in phHal4Nfc_TargetDiscoveryComplete()
773 (*Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification)( in phHal4Nfc_TargetDiscoveryComplete()
774 (void *)(Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt), in phHal4Nfc_TargetDiscoveryComplete()
820 (*Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification)( in phHal4Nfc_TargetDiscoveryComplete()
821 (void *)(Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt), in phHal4Nfc_TargetDiscoveryComplete()
853 if((NULL != Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification) in phHal4Nfc_TargetDiscoveryComplete()
867 (*Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification)( in phHal4Nfc_TargetDiscoveryComplete()
868 (void *)(Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt), in phHal4Nfc_TargetDiscoveryComplete()
924 Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt = Context; in phHal4Nfc_RegisterNotification()
925 Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification in phHal4Nfc_RegisterNotification()
929 Hal4Ctxt->sUpperLayerInfo.P2PDiscoveryCtxt = Context; in phHal4Nfc_RegisterNotification()
930 Hal4Ctxt->sUpperLayerInfo.pP2PNotification in phHal4Nfc_RegisterNotification()
937 Hal4Ctxt->sUpperLayerInfo.EventNotificationCtxt = Context; in phHal4Nfc_RegisterNotification()
938 Hal4Ctxt->sUpperLayerInfo.pEventNotification in phHal4Nfc_RegisterNotification()
942 Hal4Ctxt->sUpperLayerInfo.DefaultListenerCtxt = Context; in phHal4Nfc_RegisterNotification()
943 Hal4Ctxt->sUpperLayerInfo.pDefaultEventHandler in phHal4Nfc_RegisterNotification()
985 Hal4Ctxt->sUpperLayerInfo.psUpperLayerCtxt = Context; in phHal4Nfc_UnregisterNotification()
986 Hal4Ctxt->sUpperLayerInfo.DiscoveryCtxt = NULL; in phHal4Nfc_UnregisterNotification()
988 Hal4Ctxt->sUpperLayerInfo.pTagDiscoveryNotification = NULL; in phHal4Nfc_UnregisterNotification()
992 Hal4Ctxt->sUpperLayerInfo.P2PDiscoveryCtxt = NULL; in phHal4Nfc_UnregisterNotification()
994 Hal4Ctxt->sUpperLayerInfo.pP2PNotification = NULL; in phHal4Nfc_UnregisterNotification()
1002 Hal4Ctxt->sUpperLayerInfo.EventNotificationCtxt = NULL; in phHal4Nfc_UnregisterNotification()
1003 Hal4Ctxt->sUpperLayerInfo.pEventNotification = NULL; in phHal4Nfc_UnregisterNotification()
1007 Hal4Ctxt->sUpperLayerInfo.DefaultListenerCtxt = NULL; in phHal4Nfc_UnregisterNotification()
1009 Hal4Ctxt->sUpperLayerInfo.pDefaultEventHandler = NULL; in phHal4Nfc_UnregisterNotification()