Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 25 of 34) sorted by relevance

12

/external/lldb/test/pexpect-2.4/
DFSM.py100 self.next_state = None
113 def add_transition (self, input_symbol, state, action=None, next_state=None): argument
126 if next_state is None:
127 next_state = state
128 self.state_transitions[(input_symbol, state)] = (action, next_state)
130 def add_transition_list (self, list_input_symbols, state, action=None, next_state=None): argument
141 if next_state is None:
142 next_state = state
144 self.add_transition (input_symbol, state, action, next_state)
146 def add_transition_any (self, state, action=None, next_state=None): argument
[all …]
/external/libnfc-nxp/src/
DphLibNfc_target.c103 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()
DphLibNfc_initiator.c413 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 …]
DphLibNfc.c242 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 …]
DphLibNfc_discovery.c85 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()
DphHciNfc_Sequence.c238 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 …]
DphLibNfc_ndef_raw.c140 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 …]
DphLibNfc_Ioctl.c119 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()
DphLibNfc_SE.c102 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()
DphHciNfc_Generic.c1687 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()
DphFriNfc_LlcpMacNfcip.c175 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()
DphHciNfc_Sequence.h126 phHciNfc_eState_t next_state
DphLibNfc_llcp.c62 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()
DphLibNfc_Internal.h260 phLibNfc_State_t next_state
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddfa.rb197 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/
Dd1_clnt.c206 s->s3->tmp.next_state = SSL3_ST_CR_SRVR_HELLO_A; in dtls1_connect()
308 s->s3->tmp.next_state = SSL3_ST_CW_CERT_A; in dtls1_connect()
310 s->s3->tmp.next_state = SSL3_ST_CW_KEY_EXCH_A; in dtls1_connect()
313 s->state = s->s3->tmp.next_state; in dtls1_connect()
401 s->s3->tmp.next_state = SSL_ST_OK; in dtls1_connect()
405 s->s3->tmp.next_state = SSL3_ST_CR_SESSION_TICKET_A; in dtls1_connect()
407 s->s3->tmp.next_state = SSL3_ST_CR_FINISHED_A; in dtls1_connect()
459 s->state = s->s3->tmp.next_state; in dtls1_connect()
Dd1_srvr.c296 s->s3->tmp.next_state = SSL3_ST_SR_CERT_A; in dtls1_accept()
308 s->state = s->s3->tmp.next_state; in dtls1_accept()
410 s->s3->tmp.next_state = SSL3_ST_SR_FINISHED_A; in dtls1_accept()
412 s->s3->tmp.next_state = SSL_ST_OK; in dtls1_accept()
/external/libusb/examples/
Ddpfp.c48 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()
Ddpfp_threaded.c49 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/harfbuzz_ng/src/
Dhb-ot-shape-complex-thai.cc181 thai_above_state_t next_state; member
208 thai_below_state_t next_state; member
242 above_state = above_edge.next_state; in do_thai_pua_shaping()
243 below_state = below_edge.next_state; in do_thai_pua_shaping()
Dhb-ot-shape-complex-arabic.cc104 uint16_t next_state; member
259 state = entry->next_state; in arabic_joining()
280 state = entry->next_state; in arabic_joining()
/external/blktrace/
Dstrverscmp.c99 static const unsigned int next_state[] = in strverscmp() local
133 state = next_state[state]; in strverscmp()
/external/bison/lib/
Dstrverscmp.c71 static const unsigned int next_state[] = in __strverscmp() local
105 state = next_state[state]; in __strverscmp()
/external/openssh/
Dkrl.c553 int next_state, state = 0; in revoked_certs_generate() local
586 next_state = choose_next_state(state, contig, final, in revoked_certs_generate()
593 if (state != 0 && (force_new_sect || next_state != state || in revoked_certs_generate()
614 if (next_state != state || force_new_sect) { in revoked_certs_generate()
616 next_state)); in revoked_certs_generate()
617 state = next_state; in revoked_certs_generate()
/external/libnfc-nxp/inc/
DphNfcInterface.h168 uint8_t next_state; member

12