Searched refs:new_connection (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | transport.h | 89 new_connection(false), in ConnectionInfo() 103 bool new_connection; // Is this a newly created connection? member
|
D | p2ptransportchannel.cc | 940 info.new_connection = !connection->reported(); in GetStats()
|
D | p2ptransportchannel_unittest.cc | 1141 EXPECT_TRUE(best_conn_info->new_connection); in TEST_F()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer.cc | 636 std::unique_ptr<base::UnixSocket> new_connection) { in OnNewIncomingConnection() argument 638 peer_process.pid = new_connection->peer_pid(); in OnNewIncomingConnection() 642 producer_->HandleClientConnection(std::move(new_connection), peer_process); in OnNewIncomingConnection() 720 std::unique_ptr<base::UnixSocket> new_connection, in HandleClientConnection() argument 741 pid_t peer_pid = new_connection->peer_pid(); in HandleClientConnection() 748 pending_process.sock = std::move(new_connection); in HandleClientConnection()
|
D | heapprofd_producer.h | 98 std::unique_ptr<base::UnixSocket> new_connection) override; 195 void HandleClientConnection(std::unique_ptr<base::UnixSocket> new_connection,
|
/external/adhd/cras/src/server/ |
D | cras_bt_profile.h | 28 int (*new_connection)(DBusConnection *conn, member
|
D | cras_hfp_ag_profile.c | 267 .new_connection = cras_hfp_ag_new_connection, 314 .new_connection = cras_hsp_ag_new_connection,
|
D | cras_bt_profile.c | 117 err = profile->new_connection(conn, profile, device, fd); in cras_bt_profile_handle_new_connection()
|
/external/adhd/cras/src/tests/ |
D | bt_profile_unittest.cc | 56 fake_profile.new_connection = fake_profile_new_connection; in SetUp()
|
/external/perfetto/include/perfetto/base/ |
D | unix_socket.h | 158 std::unique_ptr<UnixSocket> new_connection);
|
/external/perfetto/src/ipc/ |
D | client_impl_unittest.cc | 124 std::unique_ptr<base::UnixSocket> new_connection) override { in OnNewIncomingConnection() argument 126 client_sock = std::move(new_connection); in OnNewIncomingConnection()
|
/external/perfetto/src/base/ |
D | unix_socket_unittest.cc | 61 std::unique_ptr<UnixSocket> new_connection) override { in OnNewIncomingConnection() argument 62 incoming_connections_.emplace_back(std::move(new_connection)); in OnNewIncomingConnection()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant_i.h | 612 int new_connection; member
|
D | wpa_supplicant.c | 908 if (state == WPA_COMPLETED && wpa_s->new_connection) { in wpa_supplicant_set_state() 932 wpa_s->new_connection = 0; in wpa_supplicant_set_state() 949 wpa_s->new_connection = 1; in wpa_supplicant_set_state() 4457 wpa_s->new_connection = 1; in wpa_supplicant_alloc()
|