Lines Matching refs:LibNfcState
89 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) in phLibNfc_RemoteDev_Receive()
93 else if (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateRelease) in phLibNfc_RemoteDev_Receive()
103 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_RemoteDev_Receive()
129 gpphLibContext->LibNfcState.next_state) in phLibNfc_RemoteDev_Receive()
152 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction; in phLibNfc_RemoteDev_Receive()
188 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_RemoteDev_Receive_Cb()
194 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state) in phLibNfc_RemoteDev_Receive_Cb()
239 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)) in phLibNfc_RemoteDev_Send()
243 else if (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateRelease) in phLibNfc_RemoteDev_Send()
257 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_RemoteDev_Send()
288 gpphLibContext->LibNfcState.next_state) in phLibNfc_RemoteDev_Send()
330 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction; in phLibNfc_RemoteDev_Send()
359 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_RemoteDev_Send_Cb()
365 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state) in phLibNfc_RemoteDev_Send_Cb()