HomeSort by relevance Sort by last modified time
    Searched full:outgoing (Results 226 - 250 of 856) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 126 // 1. Outgoing arguments.
141 // following: an outgoing argument, pointer to a dynamically allocated
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 63 * My Sent by string ( which I use to set the outgoing via header)
231 * Set the sentby string. This is used for stamping outgoing messages sent
TLSMessageChannel.java 172 sipStack.getStackLogger().logDebug("creating new TLSMessageChannel (outgoing)");
407 // For response, this has already been recorded in the outgoing
434 // Use this for outgoing messages as well.
686 * Get the host to assign to outgoing messages.
695 * Get the port for outgoing messages sent from the channel.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 188 // Copy outgoing arcs starting at s1 into the hashtable.
200 // Copy outgoing arcs starting at s2 into the hashtable.
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 119 * For outgoing calls:
120 * If outgoing: Call to {Name/Number] {Call Type} {Call Time}.
  /packages/apps/PhoneCommon/res/values/
strings.xml 118 <string name="callFailed_fdn_only">Outgoing calls are restricted by FDN.</string>
120 <string name="callFailed_cb_enabled">You can\'t make outgoing calls while call barring is on.</string>
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 258 /* send outgoing data, if any */
290 /* Append new message at end of outgoing list */
  /external/chromium_org/cc/trees/
layer_sorter.cc 341 edge.from->outgoing.push_back(&edge);
409 // Remove all its outgoing edges from the graph.
410 for (size_t i = 0; i < from_node->outgoing.size(); i++) {
411 GraphEdge* outgoing_edge = from_node->outgoing[i];
420 from_node->outgoing.clear();
446 RemoveEdgeFromList(incoming_edge, &incoming_edge->from->outgoing);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc 498 bool outgoing,
502 DCHECK(incoming || outgoing);
507 if (outgoing)
513 void P2PSocketHost::StopRtpDump(bool incoming, bool outgoing) {
515 DCHECK(incoming || outgoing);
520 if (outgoing)
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngine.java 954 * Encodes the outgoing application data buffers into the network data
959 * the array of source buffers of outgoing application data.
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 96 * The main call repository. Keeps an instance of all live calls. New incoming and outgoing
383 * Kicks off the first steps to creating an outgoing call so that InCallUI can launch.
466 * @param videoState The desired video state for the outgoing call.
479 Log.i(this, "Creating a new outgoing call with handle: %s", Log.piiHandle(uriHandle));
481 Log.i(this, "Creating a new outgoing call with gateway handle: %s, original handle: %s",
498 // If the account has been set, proceed to place the outgoing call.
    [all...]
  /packages/apps/Email/res/values/
strings.xml 246 <!-- Appears on screen while system is checking outgoing server settings -->
269 Your name (displayed on outgoing messages)</string>
329 <!-- "Outgoing server settings" screen, title [CHAR LIMIT=45] -->
331 <!-- "Outgoing server settings" screen, headline (text over divider) [CHAR LIMIT=none] -->
332 <string name="account_setup_outgoing_headline">Outgoing server settings</string>
333 <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable -->
335 <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable -->
337 <!-- On "Outgoing server settings" screen, label for pop-up menu, should be uppercase where applicable -->
339 <!-- On "Outgoing server settings" screen, label for check box, should be uppercase where applicable -->
341 <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable--
    [all...]
  /packages/apps/Dialer/res/values/
strings.xml 130 <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
131 <string name="call_log_outgoing_header">Outgoing calls only</string>
341 <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
342 <string name="menu_show_outgoing_only">Show outgoing only</string>
397 <!-- Title for outgoing call details screen -->
398 <string name="type_outgoing">Outgoing call</string>
406 <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] -->
407 <string name="type_outgoing_video">Outgoing video call</string>
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 731 ** Description enqueue outgoing UCD packet into security pending queue
747 ** Description check outgoing security
971 /* check if any outgoing UCD packet is waiting security check */
    [all...]
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestMD5SaslClient.java 255 * the length. offset and len specify the portion of outgoing to use.
257 * @param outgoing A non-null byte array containing the bytes to encode
258 * @param offset The starting position at outgoing of the bytes to use
259 * @param len The number of bytes from outgoing to use
270 byte[] outgoing,
  /external/smack/src/com/novell/sasl/client/
DigestMD5SaslClient.java 255 * the length. offset and len specify the portion of outgoing to use.
257 * @param outgoing A non-null byte array containing the bytes to encode
258 * @param offset The starting position at outgoing of the bytes to use
259 * @param len The number of bytes from outgoing to use
270 byte[] outgoing,
  /frameworks/base/core/java/android/net/
VpnService.java 52 * to the application. Each read from the descriptor retrieves an outgoing
172 * destination is covered by VPN routes. Otherwise its outgoing packets
507 * added to this VPN, then all outgoing traffic of that family is blocked. If any address,
642 * retrieves an outgoing packet which was routed to the interface.
659 * successfully. Both file descriptors are valid but now outgoing
  /frameworks/base/core/java/android/provider/
CallLog.java 149 * The type of the call (incoming, outgoing or missed).
156 /** Call log type for outgoing calls. */
376 * @param callType enumerated values for "incoming", "outgoing", or "missed"
404 * @param callType enumerated values for "incoming", "outgoing", or "missed"
554 * @return The last phone number dialed (outgoing) or an empty
  /frameworks/base/telecomm/java/android/telecom/
Call.java 44 * The state of an outgoing {@code Call} when dialing the remote number, but not yet connected.
72 * The state of an outgoing {@code Call}, but waiting for user input before proceeding.
77 * The initial state of an outgoing {@code Call}.
331 * Invoked when the post-dial sequence in the outgoing {@code Call} has reached a pause
487 * an outgoing call.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 52 String mPostDialString; // outgoing calls only
536 * An incoming or outgoing call has connected
551 // outgoing calls only
554 // Only release wake lock for incoming calls, for outgoing calls the wake lock
707 * and outgoing calls
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 176 } else if (newState == InCallState.PENDING_OUTGOING || newState == InCallState.OUTGOING) {
182 // getCallToDisplay doesn't go through outgoing or incoming calls. It will return the
521 * Returns the gateway number for any existing outgoing call.
554 * For example, "calling via [Account/Google Voice]" for outgoing calls.
563 // Return the label for the gateway app on outgoing calls.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
firewire-cdev.h 87 * This event is sent when the stack receives a response to an outgoing request
288 * @length: Length of outgoing payload, in bytes
294 * Send a request to the device. This ioctl implements all outgoing requests.
312 * @length: Length of outgoing payload, in bytes
609 * @length: Length of outgoing payload, in bytes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 87 * This event is sent when the stack receives a response to an outgoing request
288 * @length: Length of outgoing payload, in bytes
294 * Send a request to the device. This ioctl implements all outgoing requests.
312 * @length: Length of outgoing payload, in bytes
609 * @length: Length of outgoing payload, in bytes
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 80 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
354 * This thread runs while attempting to make an outgoing connection
427 * It handles all incoming and outgoing transmissions.
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
371 * This thread runs while attempting to make an outgoing connection
445 * It handles all incoming and outgoing transmissions.

Completed in 906 milliseconds

1 2 3 4 5 6 7 8 91011>>