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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
listen.S 4 .globl listen
6 .ent listen
8 listen: label
22 .end listen
  /bionic/libc/arch-arm/syscalls/
listen.S 6 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-x86/syscalls/
listen.S 6 ENTRY(listen) function
25 END(listen)
  /sdk/emulator/opengl/tests/ut_renderer/
ut_renderer.cpp 33 if (socket->listen(CODEC_SERVER_PORT) < 0) {
34 perror("listen");
40 if (socket->listen(CODEC_SERVER_PORT) < 0) {
41 perror("listen");
  /system/core/include/sysutils/
SocketListener.h 34 SocketListener(const char *socketName, bool listen);
35 SocketListener(const char *socketName, bool listen, bool useCmdNum);
36 SocketListener(int socketFd, bool listen);
50 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/chromium/net/tools/fetch/
http_listen_socket.h 15 // Implements a simple HTTP listen socket on top of the raw socket interface.
28 static HttpListenSocket* Listen(const std::string& ip, int port,
31 virtual void Listen();
http_session.h 13 // An HttpSession encapsulates a server-side HTTP listen socket.
  /system/core/libsysutils/src/
SocketListener.cpp 34 SocketListener::SocketListener(const char *socketName, bool listen) {
35 init(socketName, -1, listen, false);
38 SocketListener::SocketListener(int socketFd, bool listen) {
39 init(NULL, socketFd, listen, false);
42 SocketListener::SocketListener(const char *socketName, bool listen, bool useCmdNum) {
43 init(socketName, -1, listen, useCmdNum);
46 void SocketListener::init(const char *socketName, int socketFd, bool listen, bool useCmdNum) {
47 mListen = listen;
86 if (mListen && listen(mSock, 4) < 0) {
87 SLOGE("Unable to listen on socket (%s)", strerror(errno))
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.h 21 // Listen on port for the specified IP address. Use 127.0.0.1 to only
23 static DevToolsRemoteListenSocket* Listen(
29 virtual void Listen();
  /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().
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneStateListenerTest.java 59 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_NONE);
86 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_SERVICE_STATE);
125 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_SIGNAL_STRENGTH);
159 mTelephonyManager.listen(
194 mTelephonyManager.listen(
229 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_CELL_LOCATION);
263 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_CALL_STATE);
297 mTelephonyManager.listen(
332 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_DATA_ACTIVITY);
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 4 listen {
  /external/webkit/Source/WebKit/android/wds/
ConnectionAndroid.cpp 58 // Build our sockaddr_in structure use to listen to incoming connections
71 // Try to listen
72 if (listen(fd, MAX_CONNECTION_QUEUE) < 0) {
73 log_errno("Failed to listen");
  /frameworks/base/core/java/android/text/
package.html 10 listen for changes. If creating your own widget, extend DynamicLayout, to manages
  /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/clang/utils/CIndex/
completion_logger_server.py 9 print "completion_logger_server.py <listen address> <listen port> <log file>"
  /hardware/libhardware/include/hardware/
bt_sock.h 44 * listen to a rfcomm uuid or channel. It returns the socket fd from which
47 bt_status_t (*listen)(btsock_type_t type, const char* service_name, const uint8_t* service_uuid, int channel, int* sock_fd, int flags); member in struct:__anon20662
  /external/webkit/Tools/Scripts/
run-webkit-httpd 74 my $listen = "127.0.0.1:$httpdPort";
75 $listen = "$httpdPort" if ($allInterfaces);
80 print "Starting httpd on <http://$listen/>...\n";
86 "-C", "Listen $listen",
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 163 tNFA_NFC_PROTOCOL la_protocol; /* Listen A protocol */
164 tNFA_NFC_PROTOCOL lb_protocol; /* Listen B protocol */
165 tNFA_NFC_PROTOCOL lf_protocol; /* Listen F protocol */
166 tNFA_NFC_PROTOCOL lbp_protocol; /* Listen B' protocol */
300 ** default routing based on RF technology in the listen mode
308 ** to change the listen mode routing is called.
325 ** default routing based on Protocol in the listen mode routing
333 ** to change the listen mode routing is called.
350 ** listen mode routing table in NFCC. The status of this
357 ** to change the listen mode routing is called
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 39 * flags to {@link TelephonyManager#listen TelephonyManager.listen()}.
55 * Listen for changes to the network service state (cellular).
63 * Listen for changes to the network signal strength (cellular).
77 * Listen for changes to the message-waiting indicator.
90 * Listen for changes to the call-forwarding indicator.
99 * Listen for changes to the device's cell location. Note that
115 * Listen for changes to the device call state.
124 * Listen for changes to the data connection state (cellular).
131 * Listen for changes to the direction of data traffic on the dat
    [all...]
  /external/chromium/net/tools/flip_server/
create_listener.h 17 // creates a socket for listening, and bind()s and listen()s it.
20 // to bind to listen on all addresses
29 // backlog - passed into listen. This is the number of pending incoming

Completed in 2905 milliseconds

1 2 3 4 5 6 7 8 91011>>