Searched refs:new_connection (Results 1 – 10 of 10) sorted by relevance
/external/dbus/test/name-test/ |
D | test-privserver.c | 24 DBusConnection *new_connection, in new_connection_callback() argument 29 if (!test_connection_setup (testdata->loop, new_connection)) in new_connection_callback() 30 dbus_connection_close (new_connection); in new_connection_callback()
|
/external/dbus/bus/ |
D | bus.c | 169 DBusConnection *new_connection, in new_connection_callback() argument 174 if (!bus_connections_setup_connection (context->connections, new_connection)) in new_connection_callback() 183 dbus_connection_close (new_connection); in new_connection_callback() 186 dbus_connection_set_max_received_size (new_connection, in new_connection_callback() 189 dbus_connection_set_max_message_size (new_connection, in new_connection_callback() 192 dbus_connection_set_max_received_unix_fds (new_connection, in new_connection_callback() 195 dbus_connection_set_max_message_unix_fds (new_connection, in new_connection_callback() 198 dbus_connection_set_allow_anonymous (new_connection, in new_connection_callback()
|
/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/dbus/dbus/ |
D | dbus-server.h | 48 DBusConnection *new_connection,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant_i.h | 582 int new_connection; member
|
D | wpa_supplicant.c | 787 if (state == WPA_COMPLETED && wpa_s->new_connection) { in wpa_supplicant_set_state() 799 wpa_s->new_connection = 0; in wpa_supplicant_set_state() 811 wpa_s->new_connection = 1; in wpa_supplicant_set_state() 3523 wpa_s->new_connection = 1; in wpa_supplicant_alloc()
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.texi | 2301 int new_connection = (NULL == *con_cls); 2303 if (new_connection)
|
D | libmicrohttpd.info | 2039 int new_connection = (NULL == *con_cls); 2041 if (new_connection)
|