Home
last modified time | relevance | path

Searched refs:ST_COMPLETE (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dtransformadapter.cc40 if (state_ == ST_COMPLETE) in Read()
72 state_ = ST_COMPLETE; in Read()
109 if (state_ == ST_COMPLETE) in Write()
123 state_ = ST_COMPLETE; in Write()
149 state_ = ST_COMPLETE; in Write()
181 state_ = ST_COMPLETE; in Close()
Dtransformadapter.h68 enum State { ST_PROCESSING, ST_FLUSHING, ST_COMPLETE, ST_ERROR }; enumerator
Dhttpbase.cc65 if (state_ >= ST_COMPLETE) { in Process()
222 if (state_ < ST_COMPLETE) { in complete()
223 state_ = ST_COMPLETE; in complete()
Dhttpbase.h61 ST_DATA, ST_COMPLETE enumerator