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

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointExt.java 12 * Create a contact for this listening point.
14 * @return a contact header corresponding to this listening point.
24 * via this listening point. This method can be used to send out a period
32 * Create a Via header for this listening point.
34 * @return a via header corresponding to this listening point. Branch ID is set to NULL.
ListeningPointImpl.java 118 * Remove the sip provider from this listening point.
140 * Clone this listening point. Note that a message Processor is not
142 * @return cloned listening point.
  /development/tools/axl/
udpServer.py 17 print 'Listening for requests on port %s ...' % port
udpEater.py 36 print 'Listening for requests on port %s ...' % port
  /external/chromium/net/tools/flip_server/
create_listener.h 14 // creates a socket for listening, and bind()s and listen()s it.
27 // connections a socket which is listening may have acquired before
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 76 * The IP address where I am listening.
81 * The port where I am listening
86 * The transport where I am listening
91 * The Listening Point to which I am assigned.
109 * @param ipAddress -- ip address where I am listening for incoming requests.
110 * @param port -- port where i am listening for incoming requests.
232 * from this listening point.
  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 34 * Starts listening for speech. Please note that the recognition service supports
46 * Stops listening for speech. Speech captured so far will be recognized as
  /frameworks/base/docs/html/guide/topics/location/
obtaining-user-location.jd 26 <li><a href="#StartListening">Deciding when to start listening for updates</a></li>
28 <li><a href="#StopListening">Deciding when to stop listening for updates</a></li>
166 application obtains the user location. This model includes when you start and stop listening for
176 <li>Sometime later, start listening for updates from desired location providers.</li>
179 <li>Stop listening for location updates.</li>
184 application is listening for location updates and the events that occur during that time.</p>
194 <h3 id="StartListening">Deciding when to start listening for updates</h3>
196 <p>You might want to start listening for location updates as soon as your application starts, or
197 only after users activate a certain feature. Be aware that long windows of listening for location
201 <p>As demonstrated above, you can begin listening for updates by calling {@lin
    [all...]
  /packages/apps/VoiceDialer/res/values-en-rGB/
strings.xml 26 <string name="listening" msgid="6886486282595802147">"Listening?"</string>
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ITableFocusListener.java 22 * An object listening to focus change in Table objects.<br>
  /external/dropbear/
svr-main.c 166 /* Set up the listening sockets */
170 dropbear_exit("No listening ports available.");
181 /* listening sockets */
210 dropbear_exit("Listening socket error");
394 /* Set up listening sockets for all the requested ports */
406 TRACE(("listening on '%s:%s'", svr_opts.addresses[i], svr_opts.ports[i]))
413 dropbear_log(LOG_WARNING, "Failed listening on '%s': %s",
filelist.txt 60 up the listening port and also handling connections
78 main.c dropbear's main(), handles listening, forking for
  /external/dbus/dbus/
dbus-server-socket.c 190 _dbus_verbose ("Error on server listening socket\n");
193 _dbus_verbose ("Hangup on server listening socket\n");
232 * Creates a new server listening on the given file descriptor. The
235 * should be listening for connections, that is, listen() should have
298 * Creates a new server listening on the given hostname and port.
  /external/bluetooth/bluez/test/
btiotest.c 280 printf("Listening on L2CAP PSM %u\n", psm);
303 printf("Listening failed: %s\n", err->message);
385 printf("Listening failed: %s\n", err->message);
394 printf("Listening on RFCOMM channel %u\n", ch);
435 printf("Listening for SCO connections\n");
451 printf("Listening failed: %s\n", err->message);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 849 ServerSocket listening = new ServerSocket(0); local
870 ServerSocket listening = new ServerSocket(0); local
893 ServerSocket listening = new ServerSocket(0); local
    [all...]
  /external/chromium/base/
event_trace_provider_win.cc 96 return ERROR_SUCCESS; // No one listening.
110 return ERROR_SUCCESS; // No one listening.
  /external/iproute2/man/man8/
ss.8 34 .B \-l, \-\-listening
35 Display listening sockets.
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
os_trans.c 96 /* Error listening to socket */
97 /* os_error_printf(CU_MSG_ERROR, "%s: error listening to socket. Error %d\n", __FUNCTION__, errno);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
os_trans.c 96 /* Error listening to socket */
97 /* os_error_printf(CU_MSG_ERROR, "%s: error listening to socket. Error %d\n", __FUNCTION__, errno);
  /external/netcat/scripts/
webrelay 13 # any extra args to the listening "nc", for instance "-s inside-net-addr"
  /cts/tests/tests/net/src/android/net/cts/
ListeningPortsTest.java 39 /** Ports that are allowed to be listening on the emulator. */
127 "Found port listening on " + localAddress + " in " + procFilePath);
131 fail("Could not open file " + procFilePath + " to check for listening ports.");
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 38 * any process which is listening for the messages. If we detect
59 // Verify that all processes listening for netlink messages
167 * Extract all the PIDs listening for netlink messages.
  /external/bluetooth/bluez/tools/
hciconfig.8 251 listening
263 baseband connections when there are no listening
271 listening
  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 25 * A listening Bluetooth socket.
29 * side, use a {@link BluetoothServerSocket} to create a listening server
39 * <p>To create a listening {@link BluetoothServerSocket} that's ready for
  /packages/apps/VoiceDialer/res/values/
strings.xml 57 <!-- displayed on the VoiceDialer main screen while listening to speech -->
58 <string name="listening">Listening\u2026</string>

Completed in 2000 milliseconds

1 2 3 4 5 6 7 8 91011>>