/external/webrtc/p2p/base/ |
D | basic_ice_controller.cc | 417 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 …]
|
D | connection_info.cc | 20 new_connection(false), in ConnectionInfo()
|
D | connection_info.h | 42 bool new_connection; // Is this a newly created connection? member
|
D | basic_ice_controller.h | 140 const Connection* new_connection);
|
D | p2p_transport_channel.h | 304 bool MaybeSwitchSelectedConnection(Connection* new_connection,
|
D | p2p_transport_channel.cc | 263 Connection* new_connection, in MaybeSwitchSelectedConnection() argument 268 reason, ice_controller_->ShouldSwitchConnection(reason, new_connection)); in MaybeSwitchSelectedConnection()
|
D | connection.cc | 1236 stats_.new_connection = !reported_; in stats()
|
D | p2p_transport_channel_unittest.cc | 1302 EXPECT_TRUE(best_conn_info->new_connection); in TEST_F()
|
/external/perfetto/src/profiling/perf/ |
D | proc_descriptors.cc | 107 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()
|
D | proc_descriptors.h | 87 std::unique_ptr<base::UnixSocket> new_connection) override;
|
/external/adhd/cras/src/tests/ |
D | hfp_ag_profile_unittest.cc | 58 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()
|
D | bt_profile_unittest.cc | 56 fake_profile.new_connection = fake_profile_new_connection; in SetUp()
|
/external/adhd/cras/src/server/ |
D | cras_bt_profile.h | 28 int (*new_connection)(DBusConnection *conn, member
|
D | cras_hfp_ag_profile.c | 313 .new_connection = cras_hfp_ag_new_connection, 379 .new_connection = cras_hsp_ag_new_connection,
|
D | cras_bt_profile.c | 115 err = profile->new_connection(conn, profile, device, fd); in cras_bt_profile_handle_new_connection()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer.h | 104 std::unique_ptr<base::UnixSocket> new_connection) override; 251 void HandleClientConnection(std::unique_ptr<base::UnixSocket> new_connection,
|
D | heapprofd_producer.cc | 825 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/ |
D | unix_socket.h | 224 std::unique_ptr<UnixSocket> new_connection);
|
/external/crosvm/protos/src/ |
D | plugin.proto | 187 NewConnection new_connection = 3; field 263 NewConnection new_connection = 4; field
|
/external/perfetto/src/ipc/ |
D | client_impl_unittest.cc | 127 std::unique_ptr<base::UnixSocket> new_connection) override { in OnNewIncomingConnection() argument 129 client_sock = std::move(new_connection); in OnNewIncomingConnection()
|
/external/perfetto/src/base/ |
D | unix_socket_unittest.cc | 62 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/ |
D | wpa_supplicant_i.h | 712 int new_connection; member
|
D | wpas_glue.c | 1109 if (!wpa_s->new_connection && wpa_s->deny_ptk0_rekey && in wpa_supplicant_eap_auth_start_cb()
|
D | wpa_supplicant.c | 977 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()
|
D | events.c | 3453 !wpa_s->new_connection || in could_be_psk_mismatch()
|