Home
last modified time | relevance | path

Searched refs:SR_CONNECTING (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DSRWebSocket.h21 SR_CONNECTING = 0, enumerator
DSRWebSocket.m325 _readyState = SR_CONNECTING;
395 … NSAssert(_readyState == SR_CONNECTING, @"Cannot call -(void)open on SRWebSocket more than once");
625 BOOL wasConnecting = self.readyState == SR_CONNECTING;
707 …NSAssert(self.readyState != SR_CONNECTING, @"Invalid State: Cannot call send: until connection is …
1423 if (self.readyState == SR_CONNECTING && aStream == _inputStream) {