/external/libnfc-nxp/src/ |
D | phLibNfc_target.c | 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() 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()
|
D | phLibNfc_initiator.c | 413 else if(gpphLibContext->LibNfcState.next_state in phLibNfc_RemoteDev_NtfRegister() 463 else if(gpphLibContext->LibNfcState.next_state in phLibNfc_RemoteDev_NtfUnregister() 515 else if (gpphLibContext->LibNfcState.next_state in phLibNfc_RemoteDev_ReConnect() 555 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConnect; in phLibNfc_RemoteDev_ReConnect() 603 else if(gpphLibContext->LibNfcState.next_state in phLibNfc_RemoteDev_Connect() 643 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConnect; in phLibNfc_RemoteDev_Connect() 673 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_config_discovery_con_failure_cb() 750 if((eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)) in phLibNfc_RemoteDev_Connect_Cb() 761 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConnect; in phLibNfc_RemoteDev_Connect_Cb() 814 else if(gpphLibContext->LibNfcState.next_state in phLibNfc_RemoteDev_Disconnect() [all …]
|
D | phLibNfc.c | 242 else if(gpphLibContext->LibNfcState.next_state==eLibNfcHalStateShutdown) in phLibNfc_Mgt_Initialize() 408 pLibContext->LibNfcState.next_state= eLibNfcHalStateShutdown; in phLibNfc_Mgt_DeInitialize() 531 else if(gpphLibContext->LibNfcState.next_state in phLibNfc_Mgt_Reset() 688 phLibNfc_State_t next_state in phLibNfc_UpdateNextState() argument 696 switch(next_state) in phLibNfc_UpdateNextState() 709 switch(next_state) in phLibNfc_UpdateNextState() 724 switch(next_state) in phLibNfc_UpdateNextState() 739 switch(next_state) in phLibNfc_UpdateNextState() 755 switch(next_state) in phLibNfc_UpdateNextState() 769 pLibContext->LibNfcState.next_state = in phLibNfc_UpdateNextState() [all …]
|
D | phLibNfc_discovery.c | 85 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_config_discovery_cb() 166 else if(gpphLibContext->LibNfcState.next_state in phLibNfc_Mgt_ConfigureDiscovery() 193 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConfigReady; in phLibNfc_Mgt_ConfigureDiscovery() 241 else if(gpphLibContext->LibNfcState.next_state in phLibNfc_RemoteDev_CheckPresence() 298 gpphLibContext->LibNfcState.next_state = eLibNfcHalStatePresenceChk; in phLibNfc_RemoteDev_CheckPresence() 332 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_RemoteDev_CheckPresence_Cb()
|
D | phHciNfc_Sequence.c | 238 phHciNfc_eState_t next_state = state; in phHciNfc_FSM_Validate() local 243 switch(next_state) in phHciNfc_FSM_Validate() 261 switch(next_state) in phHciNfc_FSM_Validate() 286 if ((hciState_Test == next_state ) in phHciNfc_FSM_Validate() 287 || (hciState_IO == next_state) in phHciNfc_FSM_Validate() 288 || (hciState_Release == next_state)) in phHciNfc_FSM_Validate() 297 switch(next_state) in phHciNfc_FSM_Validate() 328 switch(next_state) in phHciNfc_FSM_Validate() 362 switch(next_state) in phHciNfc_FSM_Validate() 389 switch(next_state) in phHciNfc_FSM_Validate() [all …]
|
D | phLibNfc_ndef_raw.c | 140 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_Ndef_Read() 220 gpphLibContext->LibNfcState.next_state) in phLibNfc_Ndef_Read() 259 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction; in phLibNfc_Ndef_Read() 291 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_Ndef_Read_Cb() 297 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state) in phLibNfc_Ndef_Read_Cb() 394 else if(gpphLibContext->LibNfcState.next_state in phLibNfc_Ndef_Write() 476 gpphLibContext->LibNfcState.next_state) in phLibNfc_Ndef_Write() 513 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction; in phLibNfc_Ndef_Write() 540 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_Ndef_Write_Cb() 546 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state) in phLibNfc_Ndef_Write_Cb() [all …]
|
D | phLibNfc_Ioctl.c | 119 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_Mgt_IoCtl() 251 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_Ioctl_Mgmt_CB() 312 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_Switch_Swp_Mode_CB()
|
D | phLibNfc_SE.c | 102 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_SE_NtfRegister() 331 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_SE_NtfUnregister() 375 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_SE_GetSecureElementList() 461 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_SE_SetMode() 684 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state) in phLibNfc_SE_SetMode_cb()
|
D | phHciNfc_Generic.c | 1687 switch( psHciContext->hci_state.next_state ) in phHciNfc_Tag_Notify() 1736 switch( psHciContext->hci_state.next_state ) in phHciNfc_Target_Select_Notify() 1879 if ( hciState_Unknown == psHciContext->hci_state.next_state ) in phHciNfc_Notify_Event() 1921 && ( hciState_Transact == psHciContext->hci_state.next_state)) in phHciNfc_Notify_Event() 1935 if ( hciState_Unknown == psHciContext->hci_state.next_state ) in phHciNfc_Notify_Event() 1971 if ( hciState_Unknown == psHciContext->hci_state.next_state ) in phHciNfc_Notify_Event() 1990 if(( hciState_Listen == psHciContext->hci_state.next_state) in phHciNfc_Notify_Event() 1991 || (hciState_Transact == psHciContext->hci_state.next_state)) in phHciNfc_Notify_Event() 1993 psHciContext->hci_state.next_state = hciState_Initialise; in phHciNfc_Notify_Event()
|
D | phFriNfc_LlcpMacNfcip.c | 175 if(gpphLibContext->LibNfcState.next_state in phFriNfc_LlcpMac_Nfcip_Send_Cb() 201 if(gpphLibContext->LibNfcState.next_state in phFriNfc_LlcpMac_Nfcip_Receive_Cb() 254 if(gpphLibContext->LibNfcState.next_state in phFriNfc_LlcpMac_Nfcip_Transceive_Cb()
|
D | phHciNfc_Sequence.h | 126 phHciNfc_eState_t next_state
|
D | phLibNfc_llcp.c | 62 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in static_CheckState() 315 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown) in phLibNfc_Llcp_CheckLlcp_Cb() 321 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateRelease) in phLibNfc_Llcp_CheckLlcp_Cb()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | dfa.rb | 197 next_state = @transition[ state ][ c - @min[ state ] ] 198 if next_state < 0 208 state = next_state 263 next_state = @transition[ state ][ c - @min[ state ] ] 264 if next_state < 0 274 state = next_state
|
/external/boringssl/src/ssl/ |
D | d1_clnt.c | 201 ssl->s3->tmp.next_state = SSL3_ST_CR_SRVR_HELLO_A; in dtls1_connect() 306 ssl->s3->tmp.next_state = SSL3_ST_CW_CERT_A; in dtls1_connect() 308 ssl->s3->tmp.next_state = SSL3_ST_CW_KEY_EXCH_A; in dtls1_connect() 311 ssl->state = ssl->s3->tmp.next_state; in dtls1_connect() 396 ssl->s3->tmp.next_state = SSL_ST_OK; in dtls1_connect() 400 ssl->s3->tmp.next_state = SSL3_ST_CR_SESSION_TICKET_A; in dtls1_connect() 402 ssl->s3->tmp.next_state = SSL3_ST_CR_CHANGE; in dtls1_connect() 466 ssl->state = ssl->s3->tmp.next_state; in dtls1_connect()
|
D | d1_srvr.c | 304 ssl->s3->tmp.next_state = SSL3_ST_SR_CERT_A; in dtls1_accept() 316 ssl->state = ssl->s3->tmp.next_state; in dtls1_accept() 430 ssl->s3->tmp.next_state = SSL3_ST_SR_CHANGE; in dtls1_accept() 432 ssl->s3->tmp.next_state = SSL_ST_OK; in dtls1_accept()
|
/external/libusb/examples/ |
D | dpfp.c | 48 static int next_state(void); 161 if (next_state() < 0) in cb_mode_changed() 241 static int next_state(void) in next_state() function 295 if (next_state() < 0) { in cb_irq() 305 if (next_state() < 0) { in cb_irq() 330 if (next_state() < 0) { in cb_img() 357 return next_state(); in init_capture()
|
D | dpfp_threaded.c | 49 static int next_state(void); 190 if (next_state() < 0) in cb_mode_changed() 270 static int next_state(void) in next_state() function 323 if (next_state() < 0) { in cb_irq() 333 if (next_state() < 0) { in cb_irq() 357 if (next_state() < 0) { in cb_img() 384 return next_state(); in init_capture()
|
/external/curl/lib/ |
D | smb.c | 713 enum smb_req_state next_state = SMB_DONE; in smb_request_state() local 751 next_state = SMB_OPEN; in smb_request_state() 757 next_state = SMB_TREE_DISCONNECT; in smb_request_state() 765 next_state = SMB_UPLOAD; in smb_request_state() 771 next_state = SMB_DOWNLOAD; in smb_request_state() 778 next_state = SMB_CLOSE; in smb_request_state() 797 next_state = SMB_CLOSE; in smb_request_state() 804 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD; in smb_request_state() 810 next_state = SMB_CLOSE; in smb_request_state() 819 next_state = SMB_CLOSE; in smb_request_state() [all …]
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_capture_analyzer.py | 417 return self._get_state(state.next_state) 584 next_state = self._current_state 585 while next_state != self.STATE_INFO_END: 586 if self._does_packet_match_state(next_state, packet): 587 self._step(next_state, packet) 588 self._check_for_ack(next_state, packet) 590 next_state = self._get_next_state(next_state)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-thai.cc | 180 thai_above_state_t next_state; member 207 thai_below_state_t next_state; member 241 above_state = above_edge.next_state; in do_thai_pua_shaping() 242 below_state = below_edge.next_state; in do_thai_pua_shaping()
|
D | hb-ot-shape-complex-arabic.cc | 137 uint16_t next_state; member 303 state = entry->next_state; in arabic_joining() 324 state = entry->next_state; in arabic_joining()
|
/external/blktrace/ |
D | strverscmp.c | 99 static const unsigned int next_state[] = in strverscmp() local 133 state = next_state[state]; in strverscmp()
|
/external/bison/lib/ |
D | strverscmp.c | 71 static const unsigned int next_state[] = in __strverscmp() local 105 state = next_state[state]; in __strverscmp()
|
/external/avahi/avahi-core/ |
D | announce.c | 69 static void next_state(AvahiAnnouncer *a); 100 next_state(a); in avahi_s_entry_group_check_probed() 111 static void next_state(AvahiAnnouncer *a) { in next_state() function 138 next_state(a); in next_state() 181 next_state(userdata); in elapse_announce()
|
/external/libmicrohttpd/src/microhttpd/ |
D | postprocessor.c | 534 enum PP_State next_state, enum PP_State next_dash_state) in find_boundary() argument 571 pp->state = next_state; in find_boundary() 638 size_t *ioffptr, enum PP_State next_state) in process_multipart_headers() argument 658 pp->state = next_state; in process_multipart_headers() 705 enum PP_State next_state, in process_value_to_boundary() argument 744 pp->state = next_state; in process_value_to_boundary()
|