HomeSort by relevance Sort by last modified time
    Searched full:listening (Results 1 - 25 of 563) 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.
  /external/chromium/net/socket/
server_socket.h 21 // Bind the socket and start listening. Destroy the socket to stop
22 // listening.
  /external/mdnsresponder/mDNSShared/
dnsextd.h 126 int tcpsd; // listening TCP socket for dns requests
127 int udpsd; // listening UDP socket for dns requests
128 int tlssd; // listening TCP socket for private browsing
129 int llq_tcpsd; // listening TCP socket for llq service
130 int llq_udpsd; // listening UDP socket for llq service
135 mDNSIPPort private_port; // listening port for private messages
136 mDNSIPPort llq_port; // listening port for llq
149 int LLQEventListenSock; // the main thread listening on EventListenSock, indicating that the zone has changed
  /external/chromium/net/tools/flip_server/
create_listener.h 17 // creates a socket for listening, and bind()s and listen()s it.
30 // connections a socket which is listening may have acquired before
32 // reuseaddr - if true sets SO_REUSEADDR on the listening socket
33 // reuseport - if true sets SO_REUSEPORT on the listening socket
37 // disable_nagle - if true sets TCP_NODELAY on the listening socket.
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingListeningExecutorService.java 22 * A listening executor service which forwards all its method calls to another
23 * listening executor service. Subclasses should override one or more methods to
  /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/base/
network_change_notifier_win.h 32 // Begins listening for a single subsequent address change.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
ILogCatMessageSelectionListener.java 19 * Classes interested in listening to user selection of logcat
  /external/dbus/dbus/
sd-daemon.h 132 the file descriptor refers to a socket. If listening is > 0 it is
133 verified that the socket is in listening mode. (i.e. listen() has
134 been called) If listening is == 0 it is verified that the socket is
135 not in listening mode. If listening is < 0 no listening mode check
140 int sd_is_socket(int fd, int family, int type, int listening) _sd_hidden_;
149 listening flag is used the same way as in sd_is_socket(). Returns a
154 int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port) _sd_hidden_;
164 socket path in path (including the initial 0 byte). The listening
    [all...]
sd-daemon.c 160 static int sd_is_socket_internal(int fd, int type, int listening) {
186 if (listening >= 0) {
196 if (!accepting != !listening)
211 int sd_is_socket(int fd, int family, int type, int listening) {
217 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0)
239 int sd_is_socket_inet(int fd, int family, int type, int listening, uint16_t port) {
247 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0)
284 int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t length) {
289 if ((r = sd_is_socket_internal(fd, type, listening)) <= 0)
  /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.
  /external/chromium/chrome/browser/extensions/
extension_event_router.h 48 // Returns true if the extension is listening to the given event.
77 // An extension listening to an event.
90 // A map between an event name and a set of extensions that are listening
extension_proxy_api.h 39 // extensions listening to those events. All methods must be called on the IO
extension_tab_id_map.h 22 // These are called on the UI thread to start and stop listening to tab
extension_test_message_listener.cc 49 registrar_.RemoveAll(); // Stop listening for more messages.
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
WindowUpdater.java 54 // In this case, a listening thread already exists, so we don't need
64 // Start listening
76 // There are more listeners, so don't stop the listening thread.
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa_unittest.mm 65 // Confirm we are listening
68 // If this does NOT crash it confirms we stopped listening in the destructor.
command_observer_bridge.h 15 // A C++ bridge class that handles listening for updates to commands and
  /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
  /packages/apps/VoiceDialer/res/values-en-rGB/
strings.xml 26 <string name="listening" msgid="6886486282595802147">"Listening?"</string>
  /frameworks/base/docs/html/guide/topics/location/
strategies.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...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
ChromeClient.java 21 // A chrome client for listening webview chrome events.
  /external/chromium/chrome/browser/sync/syncable/
directory_change_listener.h 14 // This is an interface for listening to directory change events, triggered by
  /external/chromium/chrome/common/deprecated/
event_sys.h 17 // An abstract base class for listening to events.

Completed in 1176 milliseconds

1 2 3 4 5 6 7 8 91011>>