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

/external/webrtc/webrtc/libjingle/xmpp/
H A Dasyncsocket.h27 STATE_CLOSED = 0, //!< Socket is not open. enumerator in enum:buzz::AsyncSocket::State
H A Dxmppengine.h164 STATE_CLOSED, //!< Session closed, possibly due to error. enumerator in enum:buzz::XmppEngine::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/webrtc/webrtc/base/
H A Dasyncpacketsocket.h70 STATE_CLOSED, enumerator in enum:rtc::AsyncPacketSocket::State
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DSSLUtils.java145 static final int STATE_CLOSED = 8; field in class:SSLUtils.EngineStates
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttp1xStream.java68 private static final int STATE_CLOSED = 6; field in class:Http1xStream
157 return state == STATE_CLOSED;
360 state = STATE_CLOSED;
367 if (state == STATE_CLOSED) return;
369 state = STATE_CLOSED;
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.h145 STATE_CLOSED, // Close() was called. enumerator in enum:webrtc::WebRtcSession::State
174 // to STATE_CLOSED.
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
H A Dautobanh.jarMETA-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java package de.tavendo ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 5484 milliseconds