Searched refs:new_connection (Results 1 – 9 of 9) 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 | 180 DBusConnection *new_connection, in new_connection_callback() argument 185 if (!bus_connections_setup_connection (context->connections, new_connection)) in new_connection_callback() 194 dbus_connection_close (new_connection); in new_connection_callback() 197 dbus_connection_set_max_received_size (new_connection, in new_connection_callback() 200 dbus_connection_set_max_message_size (new_connection, in new_connection_callback() 203 dbus_connection_set_max_received_unix_fds (new_connection, in new_connection_callback() 206 dbus_connection_set_max_message_unix_fds (new_connection, in new_connection_callback() 209 dbus_connection_set_allow_anonymous (new_connection, in new_connection_callback()
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | socketmonitor.h | 46 bool new_connection; member
|
D | socketmonitor.cc | 132 info.new_connection = !connection->reported(); in PollSocket()
|
/external/dbus/dbus/ |
D | dbus-server.h | 48 DBusConnection *new_connection,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant_i.h | 329 int new_connection; member
|
D | wpa_supplicant.c | 592 if (state == WPA_COMPLETED && wpa_s->new_connection) { in wpa_supplicant_set_state() 602 wpa_s->new_connection = 0; in wpa_supplicant_set_state() 614 wpa_s->new_connection = 1; in wpa_supplicant_set_state() 2186 wpa_s->new_connection = 1; in wpa_supplicant_alloc()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | wpa_supplicant.c | 501 if (state == WPA_COMPLETED && wpa_s->new_connection) { in wpa_supplicant_set_state() 511 wpa_s->new_connection = 0; in wpa_supplicant_set_state() 516 wpa_s->new_connection = 1; in wpa_supplicant_set_state()
|
D | wpa_supplicant_i.h | 330 int new_connection; member
|