Home | History | Annotate | Download | only in src

Lines Matching refs:LibNfcState

242     else if(gpphLibContext->LibNfcState.next_state==eLibNfcHalStateShutdown)
367 || (pLibContext->LibNfcState.cur_state
408 pLibContext->LibNfcState.next_state= eLibNfcHalStateShutdown;
441 pLibContext->LibNfcState.cur_state = eLibNfcHalStateShutdown;
520 || (gpphLibContext->LibNfcState.cur_state
531 else if(gpphLibContext->LibNfcState.next_state
639 gpphLibContext->LibNfcState.cur_state = eLibNfcHalStateInitandIdle;
692 switch(pLibContext->LibNfcState.cur_state)
769 pLibContext->LibNfcState.next_state =
770 (uint8_t)((NFCSTATUS_SUCCESS == status)?next_state:pLibContext->LibNfcState.next_state);
785 switch(psLibContext->LibNfcState.next_state)
788 psLibContext->LibNfcState.cur_state = (uint8_t)eLibNfcHalStateConnect;
791 psLibContext->LibNfcState.cur_state
798 psLibContext->LibNfcState.cur_state
800 psLibContext->LibNfcState.next_state:
801 psLibContext->LibNfcState.cur_state);
803 psLibContext->LibNfcState.next_state = (uint8_t)eLibNfcHalStateInvalid;
815 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
825 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
918 (gpphLibContext->LibNfcState.next_state==eLibNfcHalStateShutdown))
950 gpphLibContext->LibNfcState.next_state= eLibNfcHalStateShutdown;