HomeSort by relevance Sort by last modified time
    Searched refs:new_connection (Results 1 - 9 of 9) sorted by null

  /external/dbus/test/name-test/
test-privserver.c 24 DBusConnection *new_connection,
29 if (!test_connection_setup (testdata->loop, new_connection))
30 dbus_connection_close (new_connection);
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 46 bool new_connection; member in struct:cricket::ConnectionInfo
socketmonitor.cc 132 info.new_connection = !connection->reported();
  /external/dbus/dbus/
dbus-server.h 48 DBusConnection *new_connection,
  /external/dbus/bus/
bus.c 180 DBusConnection *new_connection,
185 if (!bus_connections_setup_connection (context->connections, new_connection))
194 dbus_connection_close (new_connection);
197 dbus_connection_set_max_received_size (new_connection,
200 dbus_connection_set_max_message_size (new_connection,
203 dbus_connection_set_max_received_unix_fds (new_connection,
206 dbus_connection_set_max_message_unix_fds (new_connection,
209 dbus_connection_set_allow_anonymous (new_connection,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 326 int new_connection; member in struct:wpa_supplicant
wpa_supplicant.c 593 if (state == WPA_COMPLETED && wpa_s->new_connection) {
603 wpa_s->new_connection = 0;
615 wpa_s->new_connection = 1;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c 501 if (state == WPA_COMPLETED && wpa_s->new_connection) {
511 wpa_s->new_connection = 0;
516 wpa_s->new_connection = 1;
    [all...]
wpa_supplicant_i.h 330 int new_connection; member in struct:wpa_supplicant

Completed in 938 milliseconds