Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dtask.cc244 bool timeout_allowed = (state_ != STATE_INIT) in ResetTimeout() local
247 if (timeout_seconds_ && timeout_allowed && !timeout_suspended_) in ResetTimeout()