Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dport.cc770 write_state_(STATE_WRITE_INIT), in Connection()
832 WriteState old_value = write_state_; in set_write_state()
833 write_state_ = value; in set_write_state()
896 if (!pruned_ && (write_state_ == STATE_WRITE_TIMEOUT)) { in OnReadPacket()
973 if (!pruned_ && write_state_ == STATE_WRITE_TIMEOUT) { in HandleBindingRequest()
988 if (write_state_ == STATE_WRITABLE) { in OnReadyToSend()
1053 if ((write_state_ == STATE_WRITABLE) && in UpdateState()
1073 if ((write_state_ == STATE_WRITE_UNRELIABLE || in UpdateState()
1074 write_state_ == STATE_WRITE_INIT) && in UpdateState()
1411 if (write_state_ == STATE_WRITE_INIT || write_state_ == STATE_WRITE_TIMEOUT) { in Send()
Dport.h444 WriteState write_state() const { return write_state_; } in write_state()
445 bool writable() const { return write_state_ == STATE_WRITABLE; } in writable()
453 return write_state_ != STATE_WRITE_TIMEOUT; in active()
605 WriteState write_state_; variable