Home | History | Annotate | Download | only in src

Lines Matching refs:gpphLibContext

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