HomeSort by relevance Sort by last modified time
    Searched refs:next_state (Results 1 - 25 of 28) sorted by null

1 2

  /external/libnfc-nxp/src/
phLibNfc_target.c 103 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
122 gpphLibContext->LibNfcState.next_state)
145 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction;
181 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
187 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state)
250 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
275 gpphLibContext->LibNfcState.next_state)
317 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction;
346 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
352 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state)
    [all...]
phLibNfc.c 172 else if(gpphLibContext->LibNfcState.next_state==eLibNfcHalStateShutdown)
338 pLibContext->LibNfcState.next_state= eLibNfcHalStateShutdown;
461 else if(gpphLibContext->LibNfcState.next_state
617 phLibNfc_State_t next_state
625 switch(next_state)
638 switch(next_state)
653 switch(next_state)
668 switch(next_state)
684 switch(next_state)
698 pLibContext->LibNfcState.next_state =
    [all...]
phHciNfc_Sequence.h 112 * \param[in] next_state next_state is the state to which
126 phHciNfc_eState_t next_state
phLibNfc_discovery.c 85 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
166 else if(gpphLibContext->LibNfcState.next_state
193 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConfigReady;
234 else if(gpphLibContext->LibNfcState.next_state
284 gpphLibContext->LibNfcState.next_state = eLibNfcHalStatePresenceChk;
318 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
phLibNfc_initiator.c 400 else if(gpphLibContext->LibNfcState.next_state
450 else if(gpphLibContext->LibNfcState.next_state
502 else if(gpphLibContext->LibNfcState.next_state
537 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConnect;
572 if((eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state))
583 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateConnect;
635 else if(gpphLibContext->LibNfcState.next_state
651 if((eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state)
659 else if(eLibNfcHalStateTransaction == gpphLibContext->LibNfcState.next_state)
681 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateRelease;
    [all...]
phHciNfc_Sequence.c 234 phHciNfc_eState_t next_state = state; local
239 switch(next_state)
255 switch(next_state)
278 if ((hciState_Test == next_state )
279 || (hciState_IO == next_state)
280 || (hciState_Release == next_state))
289 switch(next_state)
318 switch(next_state)
350 switch(next_state)
375 switch(next_state)
    [all...]
phLibNfc_Ioctl.c 119 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
248 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
309 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
phLibNfc_ndef_raw.c 130 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
203 gpphLibContext->LibNfcState.next_state)
242 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction;
274 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
280 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state)
376 else if(gpphLibContext->LibNfcState.next_state
451 gpphLibContext->LibNfcState.next_state)
488 gpphLibContext->LibNfcState.next_state = eLibNfcHalStateTransaction;
515 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
521 else if(eLibNfcHalStateRelease == gpphLibContext->LibNfcState.next_state)
    [all...]
phLibNfc_SE.c 102 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
251 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
295 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
381 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
531 if(eLibNfcHalStateShutdown == gpphLibContext->LibNfcState.next_state)
phHciNfc_Generic.c     [all...]
phLibNfc_Internal.h 249 phLibNfc_State_t next_state
phLibNfc_llcp.c 59 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
265 if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateShutdown)
271 else if(gpphLibContext->LibNfcState.next_state == eLibNfcHalStateRelease)
  /external/bison/lib/
strverscmp.c 71 static const unsigned int next_state[] = local
105 state = next_state[state];
  /external/blktrace/
strverscmp.c 99 static const unsigned int next_state[] = local
133 state = next_state[state];
  /external/chromium/net/tools/fetch/
http_listen_socket.cc 123 int next_state = parser_state[state][input]; local
125 bool transition = (next_state != state);
154 state = next_state;
  /external/chromium/net/ftp/
ftp_network_transaction_unittest.cc 94 void InjectFailure(State state, State next_state, const char* response) {
97 DCHECK_NE(NONE, next_state);
98 DCHECK_NE(state, next_state);
100 failure_injection_next_state_ = next_state;
135 State next_state,
139 state_ = next_state;
604 FtpSocketDataProvider::State next_state,
607 ctrl_socket->InjectFailure(state, next_state, response);
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 168 uint8_t next_state; member in struct:phNfc_sState
  /external/openssl/ssl/
d1_srvr.c 249 s->s3->tmp.next_state=SSL3_ST_SW_HELLO_REQ_C;
293 s->s3->tmp.next_state=SSL3_ST_SR_CLNT_HELLO_A;
439 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
450 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
463 s->state=s->s3->tmp.next_state;
603 s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A;
605 s->s3->tmp.next_state=SSL_ST_OK;
    [all...]
d1_clnt.c 244 s->s3->tmp.next_state=SSL3_ST_CR_SRVR_HELLO_A;
457 s->s3->tmp.next_state=SSL_ST_OK;
470 s->s3->tmp.next_state=SSL3_ST_CR_SESSION_TICKET_A;
474 s->s3->tmp.next_state=SSL3_ST_CR_FINISHED_A;
520 s->state=s->s3->tmp.next_state;
    [all...]
ssl3.h 492 int next_state; member in struct:ssl3_state_st::__anon5652
s3_srvr.c 300 s->s3->tmp.next_state=SSL3_ST_SW_HELLO_REQ_C;
469 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
479 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
504 s->state=s->s3->tmp.next_state;
658 s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A;
660 s->s3->tmp.next_state=SSL_ST_OK;
    [all...]
s3_clnt.c 479 s->s3->tmp.next_state=SSL_ST_OK;
501 s->s3->tmp.next_state=SSL3_ST_CUTTHROUGH_COMPLETE;
509 s->s3->tmp.next_state=SSL3_ST_CR_SESSION_TICKET_A;
512 s->s3->tmp.next_state=SSL3_ST_CR_FINISHED_A;
558 s->state=s->s3->tmp.next_state;
    [all...]
  /external/libxml2/
pattern.c     [all...]
  /external/chromium/net/http/
http_network_transaction.cc 316 State next_state = STATE_NONE; local
322 next_state = STATE_SPDY_READ_BODY;
326 next_state = STATE_READ_BODY;
348 next_state_ = next_state;
    [all...]
  /external/openssl/include/openssl/
ssl3.h 492 int next_state; member in struct:ssl3_state_st::__anon5639

Completed in 518 milliseconds

1 2