Searched defs:STATE_CLOSED (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h42 STATE_CLOSED = 0, //!< Socket is not open. enumerator in enum:buzz::AsyncSocket::State
H A Dxmppengine.h173 STATE_CLOSED, //!< Session closed, possibly due to error. enumerator in enum:buzz::XmppEngine::State
/external/chromium/net/spdy/
H A Dspdy_proxy_client_socket.h115 STATE_CLOSED enumerator in enum:net::SpdyProxyClientSocket::State
/external/replicaisland/src/com/replica/replicaisland/
H A DDoorAnimationComponent.java32 protected static final int STATE_CLOSED = 0; field in class:DoorAnimationComponent
56 mState = STATE_CLOSED;
112 mState = STATE_CLOSED;
145 && (mState == STATE_CLOSED || mState == STATE_CLOSING)) {
162 mState = STATE_CLOSED;
171 if (mSprite.getCurrentAnimation() == Animation.OPENING && mState == STATE_CLOSED) {
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DChannel.java44 public static final int STATE_CLOSED = 4; field in class:Channel

Completed in 119 milliseconds