Lines Matching refs:gpphLibContext

89      pphLibNfc_LibContext_t pLibContext=(pphLibNfc_LibContext_t)gpphLibContext;  in phLibNfc_SE_NtfRegister()
91 if((NULL == gpphLibContext) || in phLibNfc_SE_NtfRegister()
92 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) in phLibNfc_SE_NtfRegister()
102 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_SE_NtfRegister()
141 if(pLibContext != gpphLibContext) in phLibNfc_SeNotification()
323 pphLibNfc_LibContext_t pLibContext=(pphLibNfc_LibContext_t)gpphLibContext; in phLibNfc_SE_NtfUnregister()
325 if((NULL == gpphLibContext) || in phLibNfc_SE_NtfUnregister()
326 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) in phLibNfc_SE_NtfUnregister()
331 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_SE_NtfUnregister()
366 if((NULL == gpphLibContext) || in phLibNfc_SE_GetSecureElementList()
367 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) in phLibNfc_SE_GetSecureElementList()
375 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_SE_GetSecureElementList()
382 if(gpphLibContext->psHwReference->uicc_connected==TRUE) in phLibNfc_SE_GetSecureElementList()
411 if (gpphLibContext->psHwReference->smx_connected ==TRUE) in phLibNfc_SE_GetSecureElementList()
449 pphLibNfc_LibContext_t pLibContext=(pphLibNfc_LibContext_t)gpphLibContext; in phLibNfc_SE_SetMode()
451 if((NULL == gpphLibContext) || in phLibNfc_SE_SetMode()
452 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) in phLibNfc_SE_SetMode()
461 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_SE_SetMode()
678 pphLibNfc_LibContext_t pLibContext=gpphLibContext; in phLibNfc_SE_SetMode_cb()
684 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_SE_SetMode_cb()