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/webrtc/webrtc/p2p/base/
transport.h 89 new_connection(false),
103 bool new_connection; // Is this a newly created connection? member in struct:cricket::ConnectionInfo
p2ptransportchannel.cc     [all...]
p2ptransportchannel_unittest.cc     [all...]
  /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,
192 dbus_connection_set_max_received_unix_fds (new_connection,
195 dbus_connection_set_max_message_unix_fds (new_connection,
198 dbus_connection_set_allow_anonymous (new_connection,
    [all...]
  /system/connectivity/shill/
connection_health_checker_unittest.cc 335 scoped_refptr<NiceMock<MockConnection>> new_connection = local
344 EXPECT_CALL(*new_connection.get(), interface_name())
348 health_checker_->SetConnection(new_connection);
350 EXPECT_EQ(new_connection.get(), health_checker_->connection());
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 582 int new_connection; member in struct:wpa_supplicant
    [all...]
wpa_supplicant.c 787 if (state == WPA_COMPLETED && wpa_s->new_connection) {
799 wpa_s->new_connection = 0;
811 wpa_s->new_connection = 1;
    [all...]

Completed in 86 milliseconds