Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java237 mTelephonyManager.listen( in telephonyStartTrackingCallStateForSubscription()
259 mTelephonyManager.listen( in telephonyStartTrackingCellInfoChangeForSubscription()
269 @RpcParameter(name = "listen") Boolean listen) { in telephonyAdjustPreciseCallStateListenLevel()
270 return telephonyAdjustPreciseCallStateListenLevelForSubscription(type, listen, in telephonyAdjustPreciseCallStateListenLevel()
278 @RpcParameter(name = "listen") Boolean listen, in telephonyAdjustPreciseCallStateListenLevelForSubscription()
287 listener.mCallStateChangeListener.listenForeground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription()
289 listener.mCallStateChangeListener.listenRinging = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription()
291 listener.mCallStateChangeListener.listenBackground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription()
315 mTelephonyManager.listen( in telephonyStopTrackingCellInfoChangeForSubscription()
336 mTelephonyManager.listen( in telephonyStopTrackingCallStateChangeForSubscription()
[all …]
/external/selinux/python/sepolgen/src/share/
Dperm_map294 listen r 1
322 listen r 1
348 listen r 1
373 listen r 1
414 listen r 1
438 listen r 1
462 listen r 1
489 listen r 1
513 listen r 1
705 listen r 1
[all …]
/external/selinux/python/sepolgen/tests/
Dperm_map287 listen r 1
315 listen r 1
341 listen r 1
366 listen r 1
407 listen r 1
431 listen r 1
455 listen r 1
482 listen r 1
506 listen r 1
698 listen r 1
[all …]
/external/dnsmasq/src/
Dforward.c574 void receive_query(struct listener *listen, time_t now) in receive_query() argument
606 if (listen->family == AF_INET && (daemon->options & OPT_NOWILD)) in receive_query()
608 dst_addr_4 = listen->iface->addr.in.sin_addr; in receive_query()
609 netmask = listen->iface->netmask; in receive_query()
628 if ((n = recvmsg(listen->fd, &msg, 0)) == -1) in receive_query()
636 source_addr.sa.sa_family = listen->family; in receive_query()
638 if (listen->family == AF_INET6) in receive_query()
650 if (listen->family == AF_INET) in receive_query()
658 if (listen->family == AF_INET) in receive_query()
673 if (listen->family == AF_INET6) in receive_query()
[all …]
/external/openssh/
DPROTOCOL.mux112 string listen host
113 uint32 listen port
119 If listen port is (unsigned int) -2, then the listen host is treated as
128 For dynamically allocated listen port the server replies with
132 uint32 allocated remote listen port
143 string listen host
144 uint32 listen port
/external/webrtc/webrtc/base/
Dasynctcpsocket.cc51 AsyncTCPSocketBase::AsyncTCPSocketBase(AsyncSocket* socket, bool listen, in AsyncTCPSocketBase() argument
54 listen_(listen), in AsyncTCPSocketBase()
245 AsyncTCPSocket::AsyncTCPSocket(AsyncSocket* socket, bool listen) in AsyncTCPSocket() argument
246 : AsyncTCPSocketBase(socket, listen, kBufSize) { in AsyncTCPSocket()
Dasynctcpsocket.h25 AsyncTCPSocketBase(AsyncSocket* socket, bool listen, size_t max_packet_size);
88 AsyncTCPSocket(AsyncSocket* socket, bool listen);
/external/swiftshader/src/Common/
DSocket.cpp64 void Socket::listen(int backlog) in listen() function in sw::Socket
66 ::listen(socket, backlog); in listen()
DSocket.hpp34 void listen(int backlog = 1);
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket_acceptor.hpp148 this->get_service().listen(this->get_implementation(), in basic_socket_acceptor()
413 void listen(int backlog = socket_base::max_connections) in listen() function in asio::basic_socket_acceptor
416 this->get_service().listen(this->get_implementation(), backlog, ec); in listen()
442 asio::error_code listen(int backlog, asio::error_code& ec) in listen() function in asio::basic_socket_acceptor
444 return this->get_service().listen(this->get_implementation(), backlog, ec); in listen()
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in30 # if no listen directive is specified, racoon will listen on all
32 listen
Dracoon.conf.sample-natt11 # Define addresses and ports where racoon will listen for an incoming
13 listen
15 # First define an address where racoon will listen
/external/fio/engines/
Dnet.c43 unsigned int listen; member
150 .off1 = offsetof(struct netio_options, listen),
238 rcv = o->listen || o->pingpong; in set_window_size()
239 snd = !o->listen || o->pingpong; in set_window_size()
342 if ((o->listen && io_u->ddir == DDIR_WRITE) || in fio_netio_prep()
343 (!o->listen && io_u->ddir == DDIR_READ)) { in fio_netio_prep()
601 if (o->listen) { in fio_netio_recv()
984 if (o->listen) in fio_netio_open_file()
1288 if (listen(nd->listenfd, 10) < 0) { in fio_netio_setup_listen()
1323 if (o->listen) { in fio_netio_init()
[all …]
/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_socket_bind_listen.c253 error = listen(-1, 3); in main()
266 error = listen(fd, 3); in main()
278 error = listen(sk, 3); in main()
/external/webrtc/webrtc/p2p/base/
Dasyncstuntcpsocket.cc47 rtc::AsyncSocket* socket, bool listen) in AsyncStunTCPSocket() argument
48 : rtc::AsyncTCPSocketBase(socket, listen, kBufSize) { in AsyncStunTCPSocket()
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
Dtcp-server.js43 listen: null, // Called when socket is connected. property
84 TcpServer.prototype.listen = function(callback) { method in TcpServer
127 socket.listen(this.serverSocketId, this.addr, this.port, 50,
/external/xmlrpcpp/src/
DXmlRpcSocket.cpp124 XmlRpcSocket::listen(int fd, int backlog) in listen() function in XmlRpcSocket
126 return (::listen(fd, backlog) == 0); in listen()
/external/python/cpython2/Demo/sockets/
Dunixserver.py14 s.listen(1)
Dechosvr.py22 s.listen(1)
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_vc_create/
Dtirpc_svc_vc_create.c53 if (listen(sock, 10) < 0) { in main()
/external/strace/tests-m32/
Dgetpeername.c50 if (listen(lfd, 1)) in main()
/external/strace/tests/
Dgetpeername.c50 if (listen(lfd, 1)) in main()
/external/strace/tests-mx32/
Dgetpeername.c50 if (listen(lfd, 1)) in main()
Dnet.expected4 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +listen\(0, 5\) += 0
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dracoon.conf4 listen {

12345678910>>...21