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

  /external/adhd/cras/src/server/
cras_bt_profile.h 28 int (*new_connection)(DBusConnection *conn, member in struct:cras_bt_profile
cras_hfp_ag_profile.c 267 .new_connection = cras_hfp_ag_new_connection,
314 .new_connection = cras_hsp_ag_new_connection,
cras_bt_profile.c 117 err = profile->new_connection(conn, profile, device, fd);
  /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/perfetto/src/ipc/
unix_socket.h 87 std::unique_ptr<UnixSocket> new_connection);
client_impl_unittest.cc 123 std::unique_ptr<UnixSocket> new_connection) override {
125 client_sock = std::move(new_connection);
unix_socket_unittest.cc 55 std::unique_ptr<UnixSocket> new_connection) override {
56 incoming_connections_.emplace_back(std::move(new_connection));
  /external/adhd/cras/src/tests/
bt_profile_unittest.cc 56 fake_profile.new_connection = fake_profile_new_connection;
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 606 int new_connection; member in struct:wpa_supplicant
    [all...]
wpa_supplicant.c 861 if (state == WPA_COMPLETED && wpa_s->new_connection) {
885 wpa_s->new_connection = 0;
902 wpa_s->new_connection = 1;
    [all...]

Completed in 329 milliseconds