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

  /frameworks/base/services/surfaceflinger/
Barrier.h 33 state = OPENED;
47 enum { OPENED, CLOSED };
  /external/ppp/pppd/
fsm.c 155 case OPENED:
195 case OPENED:
215 if( f->state != OPENED )
270 case OPENED:
430 case OPENED:
463 f->state = OPENED;
521 f->state = OPENED;
527 case OPENED:
596 case OPENED:
623 case OPENED
    [all...]
fsm.h 102 void (*up) /* Called when fsm reaches OPENED state */
104 void (*down) /* Called when fsm leaves OPENED state */
123 #define INITIAL 0 /* Down, hasn't been opened */
124 #define STARTING 1 /* Down, been opened */
125 #define CLOSED 2 /* Up, hasn't been opened */
132 #define OPENED 9 /* Connection available */
ccp.c 392 if (f->state != OPENED)
455 if (oldstate == OPENED && p[0] == TERMREQ && f->state != OPENED) {
486 if (f->state != OPENED)
977 if (f->state != OPENED)
1056 if (f->state != OPENED)
    [all...]
ipv6cp.c 206 ipv6cp_up, /* Called when fsm reaches OPENED state */
207 ipv6cp_down, /* Called when fsm leaves OPENED state */
666 * or if IPV6CP is in the OPENED state.
796 if (f->state != OPENED)
868 if (f->state != OPENED)
    [all...]
lcp.c 239 lcp_up, /* Called when fsm reaches OPENED state */
240 lcp_down, /* Called when fsm leaves OPENED state */
516 if (f->state != OPENED)
561 * OPENED state SHOULD be silently discarded.
563 if( f->state != OPENED ){
608 * rejected packet. We only get here if LCP is in the OPENED state.
920 * or if LCP is in the OPENED state.
    [all...]
ipcp.c 123 ipcp_up, /* Called when fsm reaches OPENED state */
124 ipcp_down, /* Called when fsm leaves OPENED state */
956 * or if IPCP is in the OPENED state.
1170 if (f->state != OPENED)
    [all...]
ipxcp.c 103 ipxcp_up, /* Called when fsm reaches OPENED state */
104 ipxcp_down, /* Called when fsm leaves OPENED state */
758 * or if IPXCP is in the OPENED state.
865 if (f->state != OPENED)
970 if (f->state != OPENED)
    [all...]
main.c 1048 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 55 #define OPENED 2
271 vf->ready_state=OPENED;
290 if(vf->ready_state>OPENED)_decode_clear(vf);
340 vf->ready_state=OPENED;
482 case OPENED:
630 if(vf->ready_state>=OPENED){
765 if(vf->ready_state < OPENED)
766 vf->ready_state=OPENED;
875 if(vf->ready_state<OPENED)return OV_EINVAL;
916 if(vf->ready_state<OPENED)return OV_EINVAL
    [all...]
  /external/webkit/WebCore/xml/
XMLHttpRequest.cpp 287 if (m_state != OPENED || m_loader) {
339 if (previousState != OPENED)
340 changeState(OPENED);
342 m_state = OPENED;
367 if (m_state != OPENED || m_loader) {
544 if ((m_state <= OPENED && !sendFlag) || m_state == DONE)
659 if (m_state != OPENED || m_loader) {
780 if (m_state == OPENED) {
794 if (m_state == OPENED) {
XMLHttpRequest.idl 50 const unsigned short OPENED = 1;
XMLHttpRequest.h 50 OPENED = 1,

Completed in 97 milliseconds