HomeSort by relevance Sort by last modified time
    Searched full:listening (Results 1 - 25 of 1337) 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/glide/library/src/main/java/com/bumptech/glide/manager/
Lifecycle.java 4 * An interface for listening to Activity/Fragment lifecycle events.
ConnectivityMonitor.java 9 * An interface for listening to network connectivity events picked up by the monitor.
  /external/curl/tests/data/
test19 24 attempt connect to non-listening socket
test702 26 Attempt connect to non-listening HTTP server via SOCKS4 proxy
test703 26 Attempt connect to non-listening HTTP server via SOCKS5 proxy
test704 23 Attempt connect to non-listening SOCKS4 proxy
test705 23 Attempt connect to non-listening SOCKS5 proxy
test1233 11 # Assuming there's nothing listening on port 1
  /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
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Listenable.java 19 /** Common interface for components with an active listening state. **/
21 void setListening(boolean listening);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SecureSetting.java 56 public void setListening(boolean listening) {
57 if (listening == mListening) return;
58 mListening = listening;
59 if (listening) {
GlobalSetting.java 48 public void setListening(boolean listening) {
49 if (listening) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SpeechOrbView.java 51 * Sets default listening state orb color.
60 * Sets default not-listening state orb color.
69 * Sets the view to display listening state.
83 * Sets the view to display the not-listening state.
94 * Sets the sound level while listening to speech.
  /packages/apps/Settings/src/com/android/settings/dashboard/
SummaryLoader.java 105 // Make sure we aren't listening.
160 public void setListening(boolean listening) {
161 if (mListening == listening) return;
162 mListening = listening;
169 mWorker.obtainMessage(Worker.MSG_SET_LISTENING, listening ? 1 : 0, 0).sendToTarget();
243 private synchronized void setListeningW(boolean listening) {
244 if (mWorkerListening == listening) return;
245 mWorkerListening = listening;
246 if (DEBUG) Log.d(TAG, "Listening " + listening);
    [all...]
  /external/libmojo/mojo/message_pump/
handle_watcher.h 34 // Starts listening for |handle|. This implicitly invokes Stop(). In other
46 // Stops listening. Does nothing if not in the process of listening.
  /external/strace/tests/
create_nl_socket.c 46 int listening; local
47 len = sizeof(listening);
48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len))
  /external/strace/tests-m32/
create_nl_socket.c 46 int listening; local
47 len = sizeof(listening);
48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len))
  /external/strace/tests-mx32/
create_nl_socket.c 46 int listening; local
47 len = sizeof(listening);
48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len))
  /external/tpm2/
TPMCmds.c 40 fprintf_s(stderr, "%s - Starts the TPM server listening on port %d\n",
43 "%s PortNum - Starts the TPM server listening on port PortNum\n",
53 // main: register the interface, start listening for clients
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatterySaverReceiver.java 55 public void setListening(boolean listening) {
56 if (listening && !mRegistered) {
62 } else if (!listening && mRegistered) {
  /external/autotest/server/cros/ap_configurators/basic_auth_extension/
background.js 11 bkg.console.log("Listening")
  /external/libmojo/base/android/
application_status_listener.h 41 // To start listening, create a new instance, passing a callback to a
42 // function that takes an ApplicationState parameter. To stop listening,
53 // // Start listening.
60 // // Stop listening.
  /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
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_wrapper.h 33 // Start listening to sockets that have been registered via the
36 // Stop listening to sockets.

Completed in 434 milliseconds

1 2 3 4 5 6 7 8 91011>>