HomeSort by relevance Sort by last modified time
    Searched full:outgoing (Results 26 - 50 of 890) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 39 * Outgoing call that is being dialed right now.
43 * Outgoing call that remote party has already been alerted about.
74 boolean outgoing) {
79 mOutgoing = outgoing;
154 * Checks if this call is an outgoing call.
156 * @return <code>true</code> if its outgoing call,
  /external/mtpd/
l2tp.c 119 } incoming, outgoing; variable in typeref:struct:packet
130 uint16_t *p = (uint16_t *)outgoing.buffer;
141 outgoing.message = message;
142 outgoing.length = MESSAGE_HEADER_SIZE;
148 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length];
153 outgoing.length += ATTRIBUTE_HEADER_SIZE + size;
168 uint16_t *p = (uint16_t *)outgoing.buffer;
169 p[1] = htons(outgoing.length);
170 send(the_socket, outgoing.buffer, outgoing.length, 0)
    [all...]
  /external/chromium_org/chrome/browser/resources/hangout_services/
thunk.js 122 var outgoing = message['outgoing'] || false;
124 sender.tab.id, origin, incoming, outgoing, doSendResponse);
128 var outgoing = message['outgoing'] || false;
130 sender.tab.id, origin, incoming, outgoing, doSendResponse);
226 // Stops incoming and outgoing separately, otherwise stopRtpDump will fail if
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 38 * View that draws one or more symbols for different types of calls (missed calls, outgoing etc).
112 return mResources.outgoing;
159 * Drawable respresenting an outgoing call.
161 public final Drawable outgoing; field in class:CallTypeIconsView.Resources
196 // Create a rotated instance of the call arrow for outgoing calls.
197 outgoing = BitmapUtil.getRotatedDrawable(r, R.drawable.ic_call_arrow, 180f);
198 outgoing.setColorFilter(r.getColor(R.color.answered_call), PorterDuff.Mode.MULTIPLY);
CallTypeHelper.java 30 /** Name used to identify outgoing calls. */
36 /** Name used to identify outgoing video calls. */
100 // New outgoing calls are not highlighted.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescription.h 45 // SEC_DISABLED: No crypto in outgoing offer, ignore any supplied crypto.
46 // SEC_ENABLED: Crypto in outgoing offer and answer (if supplied in offer).
47 // SEC_REQUIRED: Crypto in outgoing offer and answer. Fail any offer with absent
79 // 'active': The endpoint will initiate an outgoing connection.
82 // connection or to initiate an outgoing connection.
  /frameworks/base/telecomm/java/android/telecom/
CallState.java 43 * The initial state of an outgoing {@code Call}.
50 * Indicates that the call is about to go into the outgoing and dialing state but is waiting for
58 * Indicates that a call is outgoing and in the dialing state. A call transitions to this state
59 * once an outgoing call has begun (e.g., user presses the dial button in Dialer). Calls in this
98 * Indicates that the call was attempted (mostly in the context of outgoing, at least at the
  /external/chromium_org/third_party/icu/source/common/unicode/
resbund.h 213 * @param status fills in the outgoing error code
228 * @param status fills in the outgoing error code
243 * @param status fills in the outgoing error code
257 * @param status fills in the outgoing error code
271 * @param status fills in the outgoing error code
331 * @param status fills in the outgoing error code
342 * @param status fills in the outgoing error code
354 * @param status fills in the outgoing error code
366 * @param status fills in the outgoing error code
378 * @param status fills in the outgoing error cod
    [all...]
  /external/icu/icu4c/source/common/unicode/
resbund.h 213 * @param status fills in the outgoing error code
228 * @param status fills in the outgoing error code
243 * @param status fills in the outgoing error code
257 * @param status fills in the outgoing error code
271 * @param status fills in the outgoing error code
331 * @param status fills in the outgoing error code
342 * @param status fills in the outgoing error code
354 * @param status fills in the outgoing error code
366 * @param status fills in the outgoing error code
378 * @param status fills in the outgoing error cod
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
ServiceConnection.java 36 * Make an outgoing connection.
43 * Disconnect from the outgoing connection
62 * Set properties on the outgoing connection.
  /external/chromium_org/components/policy/core/common/cloud/
policy_header_io_helper.h 22 // outgoing requests. Instances of this class are created by
43 // outgoing requests.
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_wrapper.h 75 // Set TOS for outgoing packets.
78 // Set 802.1Q PCP field (802.1p) for outgoing VLAN traffic.
  /packages/services/Telephony/src/com/android/phone/
CallController.java 43 * functionality, like making outgoing calls.
59 * class purely handles actions initiated by the user, like outgoing calls.
155 // Outgoing call sequence
159 * Initiate an outgoing call.
161 * Here's the most typical outgoing call sequence:
221 // outgoing call!)
242 // (i.e. placing an outgoing call, and NOT handling an aborted
260 // initiating an outgoing call, typically by directing the
268 // outgoing call or not, force the InCallScreen to come to the
287 * outgoing call. If there was some kind of failure, return one o
    [all...]
OutgoingCallBroadcaster.java 120 Log.i(TAG, "Outgoing call takes too long. Showing the spinner.");
199 // to disallow the outgoing call anyway...
224 // cases it's OK to make a new outgoing call, but we need
230 // outgoing calls at all from this state.
231 Log.w(TAG, "OTASP call is active: disallowing a new outgoing call.");
248 // an outgoing call into an emergency number.
249 Log.w(TAG, "Cannot modify outgoing call to emergency number " + number + ".");
282 * outgoing-call sequence after the outgoing call broadcast is
293 * @param intent the intent from the previous step of the outgoing-cal
    [all...]
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_writer.h 35 // compressed dump files for incoming and outgoing packets respectively.
89 // buffer will be flushed; otherwise, the outgoing buffer will be flushed.
108 // The max limit on the total size of incoming and outgoing dumps on disk.
121 // The total on-disk size of the compressed incoming and outgoing dumps.
  /external/chromium_org/components/autofill/content/renderer/
test_password_generation_agent.h 28 // Clear outgoing message queue.
  /external/chromium_org/remoting/protocol/
channel_dispatcher_base.h 27 // incoming messages on this channel as well as send outgoing
  /external/chromium_org/remoting/webapp/html/
dialog_connection_history.html 20 <a id="history-view-outgoing"
  /external/iproute2/man/man8/
ip-addrlabel.8 47 the outgoing interface.
  /external/smack/src/org/apache/harmony/javax/security/sasl/
SaslClient.java 36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException;
SaslServer.java 36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException;
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUtInterface.java 75 // Barring of All Outgoing Calls
77 // Barring of Outgoing International Calls
79 // Barring of Outgoing International Calls - excluding Home Country
87 // Barring of Outgoing Services (Service Code 333 - 3GPP TS 22.030 Table B-1)
  /packages/services/Telecomm/src/com/android/server/telecom/
CallReceiver.java 19 * Single point of entry for all outgoing and incoming calls. {@link CallActivity} serves as a
163 * Whether an outgoing video call should be prevented from going out. Namely, don't allow an
164 * outgoing video call if there is already an ongoing video call. Notify the user if their call
167 * @return {@code true} if the outgoing call is a video call and should be prevented from going
  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_api.cc 282 if (!params->incoming && !params->outgoing) {
283 StartRtpDumpCallback(false, "Either incoming or outgoing must be true.");
288 (params->incoming && params->outgoing)
306 params->outgoing,
339 if (!params->incoming && !params->outgoing) {
340 StopRtpDumpCallback(false, "Either incoming or outgoing must be true.");
345 (params->incoming && params->outgoing)
  /external/chromium_org/net/third_party/nss/ssl/
notes.txt 31 outgoing:
36 ci->sendBuf Outgoing handshake messages are appended to this buffer.
39 sec->writeBuf outgoing ssl records are constructed here and encrypted in
42 ss->pendingBuf contains outgoing ciphertext that was saved after a write
48 outgoing data until a socks handshake completes. However,

Completed in 905 milliseconds

12 3 4 5 6 7 8 91011>>