Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dphysical_socket_server.cc756 if ((ff & DE_CLOSE) != 0) in OnPreEvent()
789 if (((ff & DE_CLOSE) != 0) && (id_ == cache_id)) { in OnEvent()
824 if ((ff & DE_CLOSE) != 0) { in OnEvent()
1218 ff |= DE_CLOSE; in ProcessEvents()
1231 ff |= DE_CLOSE; in ProcessEvents()
1685 ff |= DE_CLOSE; in Wait()
1692 ff |= DE_CLOSE; in Wait()
Dphysical_socket_server.h41 DE_CLOSE = 0x0008, enumerator