Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dbasic_ice_controller.cc417 const Connection* new_connection) { in HandleInitialSelectDampening() argument
421 return {new_connection, absl::nullopt}; in HandleInitialSelectDampening()
426 if (new_connection->last_ping_received() > 0 && in HandleInitialSelectDampening()
442 return {new_connection, absl::nullopt}; in HandleInitialSelectDampening()
472 const Connection* new_connection) { in ShouldSwitchConnection() argument
473 if (!ReadyToSend(new_connection) || selected_connection_ == new_connection) { in ShouldSwitchConnection()
478 return HandleInitialSelectDampening(reason, new_connection); in ShouldSwitchConnection()
485 new_connection, selected_connection_, config_.network_preference); in ShouldSwitchConnection()
486 if (compare_a_b_by_networks == b_is_better && !new_connection->receiving()) { in ShouldSwitchConnection()
493 int cmp = CompareConnections(selected_connection_, new_connection, in ShouldSwitchConnection()
[all …]
Dconnection_info.cc20 new_connection(false), in ConnectionInfo()
Dconnection_info.h42 bool new_connection; // Is this a newly created connection? member
Dbasic_ice_controller.h140 const Connection* new_connection);
Dp2p_transport_channel.h304 bool MaybeSwitchSelectedConnection(Connection* new_connection,
Dp2p_transport_channel.cc263 Connection* new_connection, in MaybeSwitchSelectedConnection() argument
268 reason, ice_controller_->ShouldSwitchConnection(reason, new_connection)); in MaybeSwitchSelectedConnection()
Dconnection.cc1236 stats_.new_connection = !reported_; in stats()
Dp2p_transport_channel_unittest.cc1302 EXPECT_TRUE(best_conn_info->new_connection); in TEST_F()
/external/perfetto/src/profiling/perf/
Dproc_descriptors.cc107 std::unique_ptr<base::UnixSocket> new_connection) { in OnNewIncomingConnection() argument
109 static_cast<int>(new_connection->peer_pid_linux())); in OnNewIncomingConnection()
111 active_connections_.emplace(new_connection.get(), std::move(new_connection)); in OnNewIncomingConnection()
Dproc_descriptors.h87 std::unique_ptr<base::UnixSocket> new_connection) override;
/external/adhd/cras/src/tests/
Dhfp_ag_profile_unittest.cc58 bt_profile->new_connection(NULL, bt_profile, fake_device, 0); in TEST_F()
84 bt_profile->new_connection(NULL, bt_profile, fake_device, 0); in TEST_F()
107 bt_profile->new_connection(NULL, bt_profile, fake_device, 0); in TEST_F()
109 bt_profile->new_connection(NULL, bt_profile, new_dev, 0); in TEST_F()
Dbt_profile_unittest.cc56 fake_profile.new_connection = fake_profile_new_connection; in SetUp()
/external/adhd/cras/src/server/
Dcras_bt_profile.h28 int (*new_connection)(DBusConnection *conn, member
Dcras_hfp_ag_profile.c313 .new_connection = cras_hfp_ag_new_connection,
379 .new_connection = cras_hsp_ag_new_connection,
Dcras_bt_profile.c115 err = profile->new_connection(conn, profile, device, fd); in cras_bt_profile_handle_new_connection()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h104 std::unique_ptr<base::UnixSocket> new_connection) override;
251 void HandleClientConnection(std::unique_ptr<base::UnixSocket> new_connection,
Dheapprofd_producer.cc825 std::unique_ptr<base::UnixSocket> new_connection) { in OnNewIncomingConnection() argument
827 peer_process.pid = new_connection->peer_pid_linux(); in OnNewIncomingConnection()
831 producer_->HandleClientConnection(std::move(new_connection), peer_process); in OnNewIncomingConnection()
939 std::unique_ptr<base::UnixSocket> new_connection, in HandleClientConnection() argument
951 !CanProfile(data_source->ds_config, new_connection->peer_uid_posix(), in HandleClientConnection()
974 pid_t peer_pid = new_connection->peer_pid_linux(); in HandleClientConnection()
981 pending_process.sock = std::move(new_connection); in HandleClientConnection()
/external/perfetto/include/perfetto/ext/base/
Dunix_socket.h224 std::unique_ptr<UnixSocket> new_connection);
/external/crosvm/protos/src/
Dplugin.proto187 NewConnection new_connection = 3; field
263 NewConnection new_connection = 4; field
/external/perfetto/src/ipc/
Dclient_impl_unittest.cc127 std::unique_ptr<base::UnixSocket> new_connection) override { in OnNewIncomingConnection() argument
129 client_sock = std::move(new_connection); in OnNewIncomingConnection()
/external/perfetto/src/base/
Dunix_socket_unittest.cc62 std::unique_ptr<UnixSocket> new_connection) override { in OnNewIncomingConnection() argument
63 incoming_connections_.emplace_back(std::move(new_connection)); in OnNewIncomingConnection()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h712 int new_connection; member
Dwpas_glue.c1109 if (!wpa_s->new_connection && wpa_s->deny_ptk0_rekey && in wpa_supplicant_eap_auth_start_cb()
Dwpa_supplicant.c977 if (state == WPA_COMPLETED && wpa_s->new_connection) { in wpa_supplicant_set_state()
1000 wpa_s->new_connection = 0; in wpa_supplicant_set_state()
1024 wpa_s->new_connection = 1; in wpa_supplicant_set_state()
5153 wpa_s->new_connection = 1; in wpa_supplicant_alloc()
Devents.c3453 !wpa_s->new_connection || in could_be_psk_mismatch()