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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
listen.S 5 ENTRY(listen) function
14 END(listen)
  /bionic/libc/arch-arm/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-x86_64/syscalls/
listen.S 5 ENTRY(listen) function
15 END(listen)
  /development/samples/WiFiDirectDemo/assets/
sample_file.txt 3 Once the devices are connected, the server i.e. groupOwner will listen for incoming connections and write this file.
  /bionic/libc/arch-mips64/syscalls/
listen.S 5 ENTRY(listen) function
25 END(listen)
  /hardware/ril/libril/
RilSocket.h 32 * <li> Start socket listen.
33 * <li> Handle socket listen and command callbacks.
50 * Listen socket file descriptor.
65 * Listen event callack. Callback called when the other ends does accept.
75 * Listen event to be added to eventloop after socket listen.
85 * Static socket listen handler. Chooses the socket to call the listen callback
88 * @param Listen fd.
90 * @param Parameter for the listen handler
    [all...]
  /bionic/libc/arch-x86/syscalls/
listen.S 5 ENTRY(listen) function
27 END(listen)
  /system/core/include/sysutils/
SocketListener.h 35 SocketListener(const char *socketName, bool listen);
36 SocketListener(const char *socketName, bool listen, bool useCmdNum);
37 SocketListener(int socketFd, bool listen);
57 void init(const char *socketName, int socketFd, bool listen, bool useCmdNum);
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 55 /* Listen registration types */
98 UINT8 aid[NFC_MAX_AID_LEN]; /* AID to listen for (For type-4 only) */
132 /* Flags for listen request */
142 /* Structure for listen look up table */
146 tNFA_CONN_CBACK *p_conn_cback; /* Callback for this listen request */
147 tNFA_PROTOCOL_MASK protocol_mask; /* Mask of protocols for this listen request */
166 #define NFA_CE_FLAGS_LISTEN_ACTIVE_SLEEP 0x00000002 /* Tag is in listen active or sleep state */
179 /* listen_info table (table of listen paramters and app callbacks) */
180 tNFA_CE_LISTEN_INFO listen_info[NFA_CE_LISTEN_INFO_MAX];/* listen info table */
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 3 listen {
racoon.conf-radius 3 listen {
  /external/libvncserver/libvncclient/
listen.c 22 * listen.c - listen for incoming connections
42 * listenForIncomingConnections() - listen for incoming connections from
64 rfbClientLog("%s -listen: Listening on port %d\n",
66 rfbClientLog("%s -listen: Command line errors are not reported until "
70 /* only do IPv6 listen of listen6Port is set */
78 rfbClientLog("%s -listen: Listening on IPV6 port %d\n",
80 rfbClientLog("%s -listen: Command line errors are not reported until "
128 /* parent - go round and listen again */
140 * listenForIncomingConnectionsNoFork() - listen for incoming connection
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTelephonyManager.java 22 public void listen(PhoneStateListener listener, int events) { method in class:ShadowTelephonyManager
29 * passed to #listen().
39 * passed to #listen().
  /external/fio/examples/
netio.fio 14 listen
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 4 listen {
  /external/lldb/test/functionalities/connect_remote/
EchoServer.py 15 s.listen(1)
  /frameworks/base/core/java/android/text/
package.html 10 listen for changes. If creating your own widget, extend DynamicLayout, to manages
  /system/bt/doc/
btsnoop_net.md 7 Once it has been enabled and the stack restarted, bluedroid will listen for
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 63 /* timeout to restore active listen mode if no RF activation on passive mode */
149 /* this is not for P2P listen
150 ** DM broadcasts deactivaiton event in listen sleep state.
189 /* restore active listen mode */
197 ** Description Remove active listen mode temporarily or restore it
211 /* if active listen mode was removed temporarily */
214 /* restore listen technologies */
225 /* save listen techonologies */
228 /* remove active listen mode */
238 /* collect listen technologies with NFC-DEP protocol *
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 47 NFA_EE_REMAINING_SIZE_EVT, /* The remaining size of the Listen Mode Routing Table */
165 tNFA_NFC_PROTOCOL la_protocol; /* Listen A protocol */
166 tNFA_NFC_PROTOCOL lb_protocol; /* Listen B protocol */
167 tNFA_NFC_PROTOCOL lf_protocol; /* Listen F protocol */
168 tNFA_NFC_PROTOCOL lbp_protocol; /* Listen B' protocol */
303 ** default routing based on RF technology in the listen mode
311 ** to change the listen mode routing is called.
328 ** default routing based on Protocol in the listen mode routing
336 ** to change the listen mode routing is called.
353 ** listen mode routing table in NFCC. The status of thi
    [all...]
  /external/clang/utils/CIndex/
completion_logger_server.py 9 print "completion_logger_server.py <listen address> <listen port> <log file>"
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsStreamMediaSession.java 48 * Sets the listener to listen to the media session events. A {@code ImsStreamMediaSession}
52 * @param listener to listen to the media session events of this object
  /system/core/libcutils/
socket_inaddr_any_server.c 34 /* open listen() port on any interface */
59 ret = listen(s, LISTEN_BACKLOG);
socket_loopback_server.c 34 /* open listen() port on loopback interface */
59 ret = listen(s, LISTEN_BACKLOG);

Completed in 352 milliseconds

1 2 3 4 5 6 7 8 91011>>