HomeSort by relevance Sort by last modified time
    Searched full:incoming (Results 1 - 25 of 798) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/ftp/
dir-listing-ls-15.expected 11 incoming
20 incoming.README
dir-listing-ls-15 3 d-wx-wx-wt+ 4 ftp 989 512 Dec 8 15:54 incoming
4 -r--r--r-- 2 ftp 989 7196 Aug 22 2007 incoming.README
  /external/mtpd/
pptp.c 131 } incoming, outgoing; variable in typeref:struct:packet
153 /* We are going to read a new message if incoming.expect is 0. */
154 if (!incoming.expect) {
155 incoming.length = 0;
156 incoming.expect = HEADER_SIZE;
162 length = incoming.expect - incoming.length;
163 if (incoming.length >= MAX_PACKET_LENGTH) {
167 if (incoming.expect > MAX_PACKET_LENGTH) {
168 length = MAX_PACKET_LENGTH - incoming.length
    [all...]
l2tp.c 118 } incoming, outgoing; variable in typeref:struct:packet
184 uint16_t *p = (uint16_t *)incoming.buffer;
186 incoming.length = recv(the_socket, incoming.buffer, MAX_PACKET_LENGTH, 0);
187 if (incoming.length == -1 && errno != EINTR) {
193 if ((incoming.length != ACK_SIZE && incoming.length < MESSAGE_HEADER_SIZE)
195 || p[1] > htons(incoming.length) || p[2] != local_tunnel) {
199 if (incoming.length == ACK_SIZE) {
200 incoming.message = ACK
    [all...]
  /external/bluetooth/bluez/src/
hcid.conf 12 # auto - Use local PIN for incoming connections
23 # Default PIN code for incoming connections
45 # accept - always accept incoming connections
46 # master - become master on incoming connections,
  /external/nist-sip/java/gov/nist/javax/sip/
ServerTransactionExt.java 9 * incoming CANCEL server transaction.
  /packages/apps/Email/res/xml/
providers.xml 48 this file. Each provider should have at least one incoming section and
52 Valid incoming uri schemes are:
94 The username attribute MUST be specified for the incoming element, so the POP3 or IMAP
105 <incoming uri="imap+ssl+://imap.gmail.com" username="$email" />
109 <incoming uri="imap+ssl+://imap.googlemail.com" username="$email" />
113 <incoming uri="imap+ssl+://imap.gmail.com" username="$email" />
117 <incoming uri="imap+ssl+://imap.gmail.com" username="$email" />
123 <incoming uri="imap+ssl+://android.imap.mail.yahoo.com" username="$email" />
127 <incoming uri="imap+ssl+://android.imap.mail.yahoo.com" username="$email" />
131 <incoming uri="imap+ssl+://android.imap.mail.yahoo.com" username="$email" /
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
Forwarder.java 29 * accepts an incoming connection, and it will then forward the incoming/outgoing streams to a
49 Thread incoming = new Thread(new SocketPipe(to, from)); local
51 incoming.setName(LOGTAG);
53 incoming.start();
  /external/quake/quake/src/QW/client/
gl_test.c 70 vec3_t incoming; local
82 VectorSubtract (r_refdef.vieworg, origin, incoming);
83 VectorSubtract (origin, incoming, temp);
86 VectorNormalize (incoming);
87 d = DotProduct (incoming, plane->normal);
88 VectorSubtract (vec3_origin, incoming, p->reflect);
94 CrossProduct (incoming, p->normal, p->up);
  /external/quake/quake/src/WinQuake/
gl_test.cpp 70 vec3_t incoming; local
82 VectorSubtract (r_refdef.vieworg, origin, incoming);
83 VectorSubtract (origin, incoming, temp);
86 VectorNormalize (incoming);
87 d = DotProduct (incoming, plane->normal);
88 VectorSubtract (vec3_origin, incoming, p->reflect);
94 CrossProduct (incoming, p->normal, p->up);
  /external/iproute2/examples/
SYN-DoS.rate.limit 4 # this script shows how one can rate limit incoming SYNs
18 # tag all incoming SYN packets through $INDEV as mark value 1
32 # the incoming SYNs to 3/sec (not very sueful really; but
  /frameworks/base/telephony/java/com/android/internal/telephony/
EventLogTags.logtags 12 # Radio restart - timed out with no incoming packets.
15 # PDP context reset - timed out with no incoming packets.
18 # Reregister to data network - timed out with no incoming packets.
Connection.java 35 INCOMING_MISSED, /* an incoming call that was missed and never answered */
50 INCOMING_REJECTED, /* an incoming call that was rejected */
119 * Effectively, when an incoming call starts ringing or an
127 * For incoming calls: Begins at (INCOMING|WAITING) -> ACTIVE transition.
198 * Returns true if Connection is connected and is INCOMING or WAITING
236 connected, or this is an incoming call */
277 * Returns the caller id presentation type for incoming and waiting calls
284 * incoming and waiting calls
305 str.append(" incoming: " + isIncoming()
    [all...]
  /external/clearsilver/man/man3/
cgiwrap_read.3 30 cgiwrap_read is used to read incoming data from the
cgi_parse.3 14 cgi_parse - Parse incoming CGI data
33 all incoming requests. This function walks the list of
  /external/bluetooth/bluez/audio/
audio.conf 9 # Switch to master role for incoming connections (defaults to true)
20 # Automatically connect both A2DP and HFP/HSP profiles for incoming
  /system/bluetooth/data/
audio.conf 11 # Do not require master role for incoming connections
18 # Automatically connect both A2DP and HFP/HSP profiles for incoming
  /hardware/ril/mock-ril/src/js/
simulated_radio_tests.js 18 * TODO:update tests in the format of test incoming call
88 * A test for creating incoming call
91 /* Only one incoming call is in the call list */
116 // case 1: incoming call is the only active call
126 // case 2: one incoming call, add another incoming call will fail
136 // case 3: one dialing call, add another incoming call will fail
155 // case 4: one dialing call, adding another incoming call will fail
165 // case 5: one active call, adding another incoming call will succeed
288 // test case 4: one holding, one incoming
    [all...]
  /packages/apps/Phone/src/com/android/phone/
Profiler.java 43 // TODO: Clean up any usage of these times. (There's no "incoming call
44 // panel" in the Phone UI any more; incoming calls just go straight to the
115 log(">>> incoming call panel perf stats <<<");
  /frameworks/base/voip/java/android/net/sip/
SipManager.java 37 * <li>Create a {@link SipSession} to get ready for making calls or listen for incoming calls. See
58 * The result code to be sent back with the incoming call
65 * Key to retrieve the call ID from an incoming call intent.
71 * Key to retrieve the offered session description from an incoming call
85 * Action string for the incoming call intent for the Phone app.
191 * @param localProfile the SIP profile to receive incoming calls for
192 * @param incomingCallPendingIntent When an incoming call is received, the
362 * Creates a {@link SipAudioCall} to take an incoming call. Before the call
367 * @param incomingCallIntent the incoming call broadcast intent
381 throw new SipException("Call ID missing in incoming call intent")
    [all...]
  /development/samples/SipDemo/
_index.html 7 your app wants to receive incoming SIP calls, so that they can be handled from
18 that listens for incoming SIP calls and passes them to
22 receive incoming SIP, handles incoming calls and makes outgoing calls, managing
  /external/iptables/extensions/
libipt_REDIRECT.man 9 destination IP to the primary address of the incoming interface
  /frameworks/base/cmds/system_server/
system_main.cpp 6 * incoming transactions.
  /packages/apps/Mms/src/com/android/mms/transaction/
AbstractRetryScheme.java 22 public static final int INCOMING = 2;
  /development/samples/SipDemo/src/com/example/android/sip/
IncomingCallReceiver.java 26 * Listens for incoming SIP calls, intercepts and hands them off to WalkieTalkieActivity.
30 * Processes the incoming call, answers it, and hands it over to the

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 91011>>