HomeSort by relevance Sort by last modified time
    Searched refs:cur_state (Results 1 - 12 of 12) sorted by null

  /external/libnfc-nxp/src/
phLibNfc_target.c 89 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
93 else if (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateRelease)
232 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
236 else if (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateRelease)
phLibNfc.c 297 || (pLibContext->LibNfcState.cur_state
371 pLibContext->LibNfcState.cur_state = eLibNfcHalStateShutdown;
450 || (gpphLibContext->LibNfcState.cur_state
568 gpphLibContext->LibNfcState.cur_state = eLibNfcHalStateInitandIdle;
621 switch(pLibContext->LibNfcState.cur_state)
717 psLibContext->LibNfcState.cur_state = (uint8_t)eLibNfcHalStateConnect;
720 psLibContext->LibNfcState.cur_state
727 psLibContext->LibNfcState.cur_state
730 psLibContext->LibNfcState.cur_state);
744 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)
    [all...]
phHciNfc_Sequence.c 219 phHciNfc_eState_t cur_state = (phHciNfc_eState_t) local
220 psHciContext->hci_state.cur_state;
226 if( cur_state == (uint8_t) state )
235 switch (cur_state)
462 psHciContext->hci_state.cur_state );
500 psHciContext->hci_state.cur_state );
508 psHciContext->hci_state.cur_state =
519 psHciContext->hci_state.cur_state );
536 psHciContext->hci_state.cur_state );
560 if( (hciState_Reset != psHciContext->hci_state.cur_state )
    [all...]
phLibNfc_SE.c 92 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
246 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
287 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
372 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
phLibNfc_discovery.c 155 (gpphLibContext->LibNfcState.cur_state
222 (gpphLibContext->LibNfcState.cur_state
phLibNfc_initiator.c 285 gpphLibContext->LibNfcState.cur_state=eLibNfcHalStateConnect;
339 gpphLibContext->LibNfcState.cur_state=eLibNfcHalStateRelease;
395 (gpphLibContext->LibNfcState.cur_state
444 (gpphLibContext->LibNfcState.cur_state
491 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
623 (gpphLibContext->LibNfcState.cur_state
783 (gpphLibContext->LibNfcState.cur_state
    [all...]
phLibNfc_Ioctl.c 112 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
phLibNfc_ndef_raw.c 118 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
364 (gpphLibContext->LibNfcState.cur_state
726 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
    [all...]
phHciNfc.c 125 psHciContext->hci_state.cur_state = hciState_Reset;
832 && ( hciState_Connect == psHciContext->hci_state.cur_state)
840 psHciContext->hci_state.cur_state = hciState_Disconnect;
    [all...]
phLibNfc_llcp.c 53 if(gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)
  /external/libnfc-nxp/inc/
phNfcInterface.h 166 uint8_t cur_state; member in struct:phNfc_sState
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.c 192 switch (event->cur_state) {

Completed in 111 milliseconds