Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dphysicalsocketserver.cc682 if ((ff & DE_CLOSE) != 0) in OnPreEvent()
715 if (((ff & DE_CLOSE) != 0) && (id_ == cache_id)) { in OnEvent()
742 if ((ff & DE_CLOSE) != 0) { in OnEvent()
1028 if ((ff & DE_CLOSE) != 0) in OnEvent()
1332 ff |= DE_CLOSE; in Wait()
1346 ff |= DE_CLOSE; in Wait()
1568 ff |= DE_CLOSE; in Wait()
1575 ff |= DE_CLOSE; in Wait()
Dphysicalsocketserver.h33 DE_CLOSE = 0x0008, enumerator