Home
last modified time | relevance | path

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

/external/dbus/test/name-test/
Dtest-privserver.c24 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/
Dbus.c180 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/
Dsocketmonitor.h46 bool new_connection; member
Dsocketmonitor.cc132 info.new_connection = !connection->reported(); in PollSocket()
/external/dbus/dbus/
Ddbus-server.h48 DBusConnection *new_connection,
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h329 int new_connection; member
Dwpa_supplicant.c592 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/
Dwpa_supplicant.c501 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()
Dwpa_supplicant_i.h330 int new_connection; member