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

  /external/dbus/dbus/
dbus-server.h 48 DBusConnection *new_connection,
  /external/dbus/bus/
bus.c 169 DBusConnection *new_connection,
174 if (!bus_connections_setup_connection (context->connections, new_connection))
183 dbus_connection_close (new_connection);
186 dbus_connection_set_max_received_size (new_connection,
189 dbus_connection_set_max_message_size (new_connection,
    [all...]
  /external/wpa_supplicant/
wpa_supplicant_i.h 322 int new_connection; member in struct:wpa_supplicant
wpa_supplicant.c 846 if (state == WPA_COMPLETED && wpa_s->new_connection) {
856 wpa_s->new_connection = 0;
861 wpa_s->new_connection = 1;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c 508 if (state == WPA_COMPLETED && wpa_s->new_connection) {
518 wpa_s->new_connection = 0;
523 wpa_s->new_connection = 1;
    [all...]
wpa_supplicant_i.h 330 int new_connection; member in struct:wpa_supplicant

Completed in 86 milliseconds