Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransport.h89 new_connection(false), in ConnectionInfo()
103 bool new_connection; // Is this a newly created connection? member
Dp2ptransportchannel.cc940 info.new_connection = !connection->reported(); in GetStats()
Dp2ptransportchannel_unittest.cc1141 EXPECT_TRUE(best_conn_info->new_connection); in TEST_F()
/external/adhd/cras/src/server/
Dcras_hfp_ag_profile.c267 .new_connection = cras_hfp_ag_new_connection,
314 .new_connection = cras_hsp_ag_new_connection,
Dcras_bt_profile.h28 int (*new_connection)(DBusConnection *conn, member
Dcras_bt_profile.c117 err = profile->new_connection(conn, profile, device, fd); in cras_bt_profile_handle_new_connection()
/external/perfetto/src/ipc/
Dunix_socket.h87 std::unique_ptr<UnixSocket> new_connection);
Dunix_socket_unittest.cc55 std::unique_ptr<UnixSocket> new_connection) override { in OnNewIncomingConnection() argument
56 incoming_connections_.emplace_back(std::move(new_connection)); in OnNewIncomingConnection()
Dclient_impl_unittest.cc123 std::unique_ptr<UnixSocket> new_connection) override { in OnNewIncomingConnection() argument
125 client_sock = std::move(new_connection); in OnNewIncomingConnection()
/external/adhd/cras/src/tests/
Dbt_profile_unittest.cc56 fake_profile.new_connection = fake_profile_new_connection; in SetUp()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h606 int new_connection; member
Dwpa_supplicant.c861 if (state == WPA_COMPLETED && wpa_s->new_connection) { in wpa_supplicant_set_state()
885 wpa_s->new_connection = 0; in wpa_supplicant_set_state()
902 wpa_s->new_connection = 1; in wpa_supplicant_set_state()
4093 wpa_s->new_connection = 1; in wpa_supplicant_alloc()
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi2301 int new_connection = (NULL == *con_cls);
2303 if (new_connection)
Dlibmicrohttpd.info2039 int new_connection = (NULL == *con_cls);
2041 if (new_connection)