/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
|
/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
|
SpeechRecognizer.java | 234 * Starts listening for speech. Please note that 279 * Stops listening for speech. Speech captured so far will be recognized as if the user had 281 * called, as the speech endpointer will automatically stop the recognizer listening when it 284 * want to manually call this method to stop listening sooner. Please note that 325 if (DBG) Log.d(TAG, "service start listening command succeded"); 339 if (DBG) Log.d(TAG, "service stop listening command succeded");
|
/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
|
runopts.h | 55 /* ports is an array of the portcount listening ports */
|
/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.
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 61 public static final int STATE_LISTEN = 1; // now listening for incoming connections 96 * session in listening (server) mode. Called by the Activity onResume() */ 223 * This thread runs while listening for incoming connections. It behaves 234 // Create a new listening server socket 338 // Start the service over to restart listening mode 393 // Keep listening to the InputStream while connected
|
/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);
|
/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"
|
/external/bluetooth/bluez/tools/ |
hciconfig.8 | 250 listening 262 baseband connections when there are no listening 270 listening
|
/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>
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
BluetoothVoiceDialerActivity.java | 59 * * begin listening for the command using the {@link CommandRecognizerEngine} 78 * * begin listening for the command using the {@link CommandRecognizerEngine} 91 * * begin listening for the user's choice using the 103 * listening for the command, and transition back to the WAITING_FOR_COMMAND 279 // Normally, the we will begin listening for the command after the 426 ((TextView)findViewById(R.id.state)).setText(R.string.listening); 554 // We will not start listening until the utterance 558 // Normally, listening will begin after the 561 // listening. 672 // listening until this utterance completes [all...] |
/frameworks/base/location/java/android/location/provider/ |
LocationProvider.java | 281 * Notifies the location provider that clients are listening for locations. 293 * all clients that are listening for locations. This allows the provider to reduce 331 * Notifies the location provider when a new client is listening for locations. 338 * Notifies the location provider when a client is no longer listening for locations. 340 * @param uid user ID of the client no longer listening.
|
/frameworks/base/core/jni/ |
android_bluetooth_BluetoothAudioGateway.cpp | 324 LOGE("Neither HF nor HS listening sockets are open!"); 346 LOGI("listening select() returned %d", n); 350 LOGE("listening select() on RFCOMM sockets: %s (%d)", 390 LOGE("Neither HF nor HS listening sockets are open!"); 396 LOGE("listening poll() on RFCOMM sockets: %s (%d)", 402 // LOGI("listening poll() on RFCOMM socket timed out"); 407 //LOGI("listening poll() on RFCOMM socket returned %d", n);
|
/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...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
RadioGroup1.java | 53 // test listening to checked change events
|
/frameworks/base/core/java/android/net/ |
LocalServerSocket.java | 38 * Crewates a new server socket listening at specified name.
|
/packages/apps/VoiceDialer/res/values-da/ |
strings.xml | 26 <string name="listening" msgid="6886486282595802147">"Lytter ..."</string>
|
/packages/apps/VoiceDialer/res/values-el/ |
strings.xml | 26 <string name="listening" msgid="6886486282595802147">"???????..."</string>
|