HomeSort by relevance Sort by last modified time
    Searched defs:STATE_CLOSED (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/ppapi/proxy/
tcp_server_socket_private_resource.h 43 STATE_CLOSED
  /external/chromium_org/content/renderer/p2p/
socket_client_impl.h 64 STATE_CLOSED,
  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 42 STATE_CLOSED = 0, //!< Socket is not open.
xmppengine.h 173 STATE_CLOSED, //!< Session closed, possibly due to error.
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_server_socket_message_filter.h 53 STATE_CLOSED
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 63 STATE_CLOSED,
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 42 STATE_CLOSED = 0, //!< Socket is not open.
xmppengine.h 181 STATE_CLOSED, //!< Session closed, possibly due to error.
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 115 STATE_CLOSED
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.h 111 STATE_CLOSED
spdy_stream.h 424 STATE_CLOSED
spdy_session.h 343 bool IsClosed() const { return availability_state_ == STATE_CLOSED; }
517 STATE_CLOSED
602 // STATE_CLOSED, calls RemoveFromPool().
619 // STATE_CLOSED, calls RemoveFromPool().
727 // == STATE_CLOSED, |error_on_close_| has a valid value, that there
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.h 114 STATE_CLOSED // Connection closed.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
Channel.java 44 public static final int STATE_CLOSED = 4;
  /external/replicaisland/src/com/replica/replicaisland/
DoorAnimationComponent.java 32 protected static final int STATE_CLOSED = 0;
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) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 36 public static final int STATE_CLOSED = 0;
43 private int mState = STATE_CLOSED;
157 if (mState == STATE_CLOSED) {
179 } else if (fullyClosed && !mTracking && mState != STATE_CLOSED) {
180 go(STATE_CLOSED);
201 if (!waiting && mState != STATE_CLOSED) {
204 go(STATE_CLOSED);
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateListener.java 71 "STATE_CLOSED",
109 public static final int STATE_CLOSED = 5;
178 setCurrentState(STATE_CLOSED);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Filter.java 38 private static final int STATE_CLOSED = 4;
395 return (mIsActive && !mState.check(State.STATE_CLOSED));
617 mState.current = State.STATE_CLOSED;
626 if (mState.current == State.STATE_CLOSED) {
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 365 milliseconds