HomeSort by relevance Sort by last modified time
    Searched defs:listening (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_server_unittest.cc 31 bool listening() { return listening_; } function in class:__anon11649::FakeServerSocket
107 EXPECT_TRUE(socket_->listening());
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 2758 UINT8 listening = 0; local
    [all...]
gatt_int.h 257 UINT8 listening; /* if adv for all has been enabled */ member in struct:__anon5905
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 1147 ServerSocket listening = new ServerSocket(0); local
1173 ServerSocket listening = new ServerSocket(0); local
1343 ServerSocket listening = new ServerSocket(0); local
    [all...]

Completed in 446 milliseconds