Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport.h148 new_connection(false), in ConnectionInfo()
160 bool new_connection; // Is this a newly created connection? member
Dp2ptransportchannel.cc856 info.new_connection = !connection->reported(); in GetStats()
Dp2ptransportchannel_unittest.cc1241 EXPECT_TRUE(infos[0].new_connection); in TEST_F()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h497 int new_connection; member
Dwpa_supplicant.c698 if (state == WPA_COMPLETED && wpa_s->new_connection) { in wpa_supplicant_set_state()
709 wpa_s->new_connection = 0; in wpa_supplicant_set_state()
721 wpa_s->new_connection = 1; in wpa_supplicant_set_state()
2779 wpa_s->new_connection = 1; in wpa_supplicant_alloc()