HomeSort by relevance Sort by last modified time
    Searched defs:listen (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/arch-arm/syscalls/
listen.S 5 ENTRY(listen) function
16 END(listen)
  /bionic/libc/arch-arm64/syscalls/
listen.S 5 ENTRY(listen) function
14 END(listen)
  /bionic/libc/arch-mips/syscalls/
listen.S 5 ENTRY(listen) function
19 END(listen)
  /bionic/libc/arch-mips64/syscalls/
listen.S 5 ENTRY(listen) function
25 END(listen)
  /bionic/libc/arch-x86/syscalls/
listen.S 5 ENTRY(listen) function
35 END(listen)
  /bionic/libc/arch-x86_64/syscalls/
listen.S 5 ENTRY(listen) function
15 END(listen)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
listen.c 2 Implement the listen API.
16 /** Establish the known port to listen for network connections.
18 The listen routine places the port into a state that enables connection
24 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">POSIX</a>
37 listen ( function
  /external/autotest/client/cros/netprotos/
fake_host.py 45 def listen(self, ip_addr, port, recv_callback): member in class:FakeSocket
46 """Bind and listen on the ip_addr:port.
interface_host.py 102 def listen(self, ip_addr, port, recv_callback): member in class:InterfaceDatagramSocket
103 """Bind and listen on the ip_addr:port.
113 raise error.TestError('listen() called twice on '
143 raise error.TestError('Must listen() on socket before recv\'ing.')
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TcpStream.cpp 54 if (listen(s, 4) < 0) {
82 int TcpStream::listen(unsigned short port) function in class:TcpStream
  /external/swiftshader/src/Common/
Socket.cpp 65 void Socket::listen(int backlog) function in class:sw::Socket
67 ::listen(socket, backlog);
  /frameworks/base/obex/javax/obex/
ObexTransport.java 60 void listen() throws IOException; method in interface:ObexTransport
  /external/autotest/client/deps/lansim/src/py/
host.py 254 and a callback should not block its execution. See the listen() method to
265 To be used for receiving packets, listen() must be called.
278 def listen(self, ip_addr, port, recv_callback): member in class:UDPSocket
279 """Bind and listen on the ip_addr:port.
336 #TODO(deymo): Remove the add_match rule added on listen().
  /frameworks/support/compat/src/main/java/androidx/core/net/
DatagramSocketWrapper.java 91 protected void listen(int backlog) throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileDescriptorHolderSocketImpl.java 82 protected void listen(int backlog) throws IOException { method in class:FileDescriptorHolderSocketImpl
  /packages/services/Telephony/src/com/android/phone/vvm/
VvmSimStateTracker.java 81 public void listen() { method in class:VvmSimStateTracker.ServiceStateListener
87 telephonyManager.listen(this, PhoneStateListener.LISTEN_SERVICE_STATE);
95 .listen(this, PhoneStateListener.LISTEN_NONE);
240 listener.listen();
  /external/deqp/framework/delibs/decpp/
deSocket.cpp 96 void Socket::listen (const SocketAddress& address) function in class:de::Socket
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket_acceptor.hpp 46 * acceptor.listen();
71 * This constructor creates an acceptor without opening it to listen for new
107 * This constructor creates an acceptor and automatically opens it to listen
115 * will listen for new connections.
129 * acceptor.listen(listen_backlog);
148 this->get_service().listen(this->get_implementation(),
150 asio::detail::throw_error(ec, "listen");
403 /// Place the acceptor into the state where it will listen for new
413 void listen(int backlog = socket_base::max_connections) function in class:asio::basic_socket_acceptor
416 this->get_service().listen(this->get_implementation(), backlog, ec)
442 asio::error_code listen(int backlog, asio::error_code& ec) function in class:asio::basic_socket_acceptor
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service_base.hpp 114 // Place the socket into the state where it will listen for new connections.
115 asio::error_code listen(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
118 socket_ops::listen(impl.socket_, backlog, ec);
  /external/parameter-framework/upstream/asio/stub/
asio.hpp 112 void listen() const {}; function in struct:asio::ip::tcp::acceptor
  /packages/apps/Bluetooth/src/com/android/bluetooth/
BluetoothObexTransport.java 77 public void listen() throws IOException { method in class:BluetoothObexTransport
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexTransport.java 76 public void listen() throws IOException { method in class:BluetoothPbapObexTransport
  /packages/apps/Dialer/java/com/android/dialer/common/concurrent/
UiListener.java 56 * uiListener.listen(this, future, this::onSuccess, this::onFailure);
89 public void listen( method in class:UiListener
  /packages/services/Telephony/src/com/android/phone/otasp/
OtaspSimStateReceiver.java 77 telephonyManager.listen(mPhoneStateListener,
  /system/bt/include/hardware/
bt_sock.h 56 * Listen to a RFCOMM UUID or channel. It returns the socket fd from which
64 bt_status_t (*listen)(btsock_type_t type, const char* service_name, member in struct:__anon2030

Completed in 1315 milliseconds

1 2 3 4 5 6 7 8 9