HomeSort by relevance Sort by last modified time
    Searched full:incoming (Results 976 - 1000 of 1921) sorted by null

<<31323334353637383940>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 151 mParent.attach(this, ImsPhoneCall.State.INCOMING);
350 * An incoming or outgoing call has connected
  /frameworks/rs/api/
rs_allocation_data.spec 67 arg: uint32_t width, "Width of the incoming region to update."
68 arg: uint32_t height, "Height of the incoming region to update."
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger.cpp 843 /* if len is greater than the incoming length then
877 /* This function will be the main handler for incoming (from driver)
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 263 // incoming connection
317 * Handlers for incoming service calls
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 183 if (DBG) Log.d(TAG,"Incoming HID connection rejected");
293 * Handlers for incoming service calls
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 294 // Last SAP transaction is finished, we start to listen for incoming
353 if (VERBOSE) Log.v(TAG, "incoming connection accepted from: "
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 266 * DB) or, if not found, simply returns the incoming value.
272 * returning the incoming uri, as it should.
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java 485 false /* incoming */);
524 nc.showLoginFailedNotificationSynchronous(account.mId, false /* incoming */);
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 416 public void showLoginFailedNotificationSynchronous(long accountId, boolean incoming) {
424 if (incoming) {
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 416 // Always disable the Back key while an incoming call is ringing
419 Log.i(this, "Consume Back press for an incoming call");
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessagesAction.java 319 // Lookup senders for incoming mms messages
590 LogUtil.w(TAG, "SyncMessagesAction: Could not find sender of incoming MMS "
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 78 // This conversion is used when generating outgoing MIME messages. Incoming MIME date
126 // the new incoming message.
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 211 // (2) Unmute the audio for the new incoming call.
643 // (b) The not-so-obvious case: if an incoming call is ringing, and we expect that audio
  /packages/services/Telephony/src/com/android/phone/common/mail/internet/
MimeMessage.java 77 // This conversion is used when generating outgoing MIME messages. Incoming MIME date
125 // the new incoming message.
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 55 # <www.list.org>. Using this server as your real incoming smtpd, your
301 print >> DEBUGSTREAM, 'Incoming connection from %s' % repr(addr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 55 # <www.list.org>. Using this server as your real incoming smtpd, your
301 print >> DEBUGSTREAM, 'Incoming connection from %s' % repr(addr)
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 55 # <www.list.org>. Using this server as your real incoming smtpd, your
301 print >> DEBUGSTREAM, 'Incoming connection from %s' % repr(addr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 55 # <www.list.org>. Using this server as your real incoming smtpd, your
301 print >> DEBUGSTREAM, 'Incoming connection from %s' % repr(addr)
  /system/bt/stack/l2cap/
l2c_ucd.c 824 ** Description check incoming security
    [all...]
  /system/extras/tests/net_test/
iproute.py 253 RTM_NEWROUTE command, attribute type 3 is the incoming interface and
255 incoming interface name and is a string.
  /system/bt/stack/btm/
btm_sec.c 625 /* Parameter validation. Originator should not set requirements for incoming connections */
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 51 ** Description Free buffer allocated to hold incoming NDEF message
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 430 "Loop must have more than one incoming edge!");
434 MachineBasicBlock *Incoming = *PI++;
438 // Make sure there is one incoming and one backedge and determine which
440 if (L->contains(Incoming)) {
443 std::swap(Incoming, Backedge);
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 563 Handle incoming MDNS events
1054 Examine incoming data and add to relevant fields in result structure.
1240 Incoming address data buffer
1344 Incoming alias (null terminated)
1464 Incoming alias (null terminated)
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
content-provider-creating.jd 328 To help you choose which action to take for an incoming content URI, the provider API includes
441 * Choose the table to query and a sort order based on the code returned for the incoming
447 // If the incoming URI was for all of table3
453 // If the incoming URI was for a single row
    [all...]

Completed in 312 milliseconds

<<31323334353637383940>>