HomeSort by relevance Sort by last modified time
    Searched refs:listening (Results 1 - 9 of 9) sorted by null

  /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/quake/quake/src/WinQuake/
net_main.cpp 44 static qboolean listening = false; variable
179 Con_Printf ("\"listen\" is \"%u\"\n", listening ? 1 : 0);
183 listening = Q_atoi(Cmd_Argv(1)) ? true : false;
189 dfunc.Listen (listening);
219 if ((n == 1) && listening)
222 if ((n > 1) && (!listening))
253 if (listening)
467 if (net_driverlevel && listening == false)
835 listening = true;
880 if (listening)
    [all...]
net_ser.cpp 69 static qboolean listening = false; variable
396 listening = state;
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 1047 ServerSocket listening = new ServerSocket(0); local
1072 ServerSocket listening = new ServerSocket(0); local
1095 ServerSocket listening = new ServerSocket(0); local
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 65 * * begin listening for the command using the {@link CommandRecognizerEngine}
84 * * begin listening for the command using the {@link CommandRecognizerEngine}
97 * * begin listening for the user's choice using the
109 * listening for the command, and transition back to the WAITING_FOR_COMMAND
250 // we're not using bluetooth apparently, just start listening.
314 // Normally, we will begin listening for the command after the
402 // before we can start listening.
410 // we're not using bluetooth apparently, just start listening.
514 // Normally, the we will start listening after the
525 // we are not using tts, so we just start listening again
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 802 * listening for events.
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 225 // listening to events and break the DOM<->JS cycles necessary to enable
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 238 // listening to events and break the DOM<->JS cycles necessary to enable

Completed in 513 milliseconds