Home
last modified time | relevance | path

Searched refs:recipients (Results 1 – 25 of 150) sorted by relevance

123456

/frameworks/native/services/surfaceflinger/
DClientCache.cpp130 for (auto& recipient : buf->recipients) { in erase()
166 buf->recipients.insert(recipient); in registerErasedRecipient()
180 buf->recipients.erase(recipient); in unregisterErasedRecipient()
199 for (auto& recipient : clientCacheBuffer.recipients) { in removeProcess()
DClientCache.h68 std::set<wp<ErasedRecipient>> recipients; member
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
DCamera2CaptureCallbackSplitter.java41 public Camera2CaptureCallbackSplitter(CaptureCallback... recipients) { in Camera2CaptureCallbackSplitter() argument
42 for (CaptureCallback listener : recipients) { in Camera2CaptureCallbackSplitter()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduPersister.java1020 HashSet<String> recipients = new HashSet<String>(); in updateHeaders() local
1039 recipients.add(v.getString()); in updateHeaders()
1045 if (!recipients.isEmpty()) { in updateHeaders()
1046 long threadId = Threads.getOrCreateThreadId(mContext, recipients); in updateHeaders()
1299 HashSet<String> recipients = new HashSet<String>(); in persist() local
1311 loadRecipients(PduHeaders.FROM, recipients, addressMap, false); in persist()
1320 loadRecipients(PduHeaders.TO, recipients, addressMap, true); in persist()
1325 loadRecipients(PduHeaders.CC, recipients, addressMap, true); in persist()
1329 loadRecipients(PduHeaders.TO, recipients, addressMap, false); in persist()
1333 if (createThreadId && !recipients.isEmpty()) { in persist()
[all …]
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2439 DrawableRecipientChip[] recipients = getSortedRecipients(); in createMoreChip() local
2441 if (recipients == null || recipients.length <= CHIP_LIMIT) { in createMoreChip()
2446 int numRecipients = recipients.length; in createMoreChip()
2453 for (int i = numRecipients - overage; i < recipients.length; i++) { in createMoreChip()
2454 mHiddenSpans.add(recipients[i]); in createMoreChip()
2456 totalReplaceStart = spannable.getSpanStart(recipients[i]); in createMoreChip()
2458 if (i == recipients.length - 1) { in createMoreChip()
2459 totalReplaceEnd = spannable.getSpanEnd(recipients[i]); in createMoreChip()
2461 if (mTemporaryRecipients == null || !mTemporaryRecipients.contains(recipients[i])) { in createMoreChip()
2462 int spanStart = spannable.getSpanStart(recipients[i]); in createMoreChip()
[all …]
/frameworks/base/core/java/android/provider/
DTelephony.java2172 Set<String> recipients = new HashSet<String>(); in getOrCreateThreadId() local
2174 recipients.add(recipient); in getOrCreateThreadId()
2175 return getOrCreateThreadId(context, recipients); in getOrCreateThreadId()
2185 Context context, Set<String> recipients) { in getOrCreateThreadId() argument
2188 for (String recipient : recipients) { in getOrCreateThreadId()
2213 Rlog.e(TAG, "getOrCreateThreadId failed with " + recipients.size() + " recipients"); in getOrCreateThreadId()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt41 or for a fee, you must give the recipients all the rights that we gave
44 complete object files to the recipients, so that they can relink them
54 modified by someone else and passed on, the recipients should know
370 restrictions on the recipients' exercise of the rights granted herein.
/frameworks/base/cmds/am/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/pm/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/codecs/amrwb/enc/SampleCode/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/codecs/mp3dec/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/extractors/wav/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/services/mediaextractor/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/ime/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/bu/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/codec2/components/aac/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/codec2/components/amr_nb_wb/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libeffects/visualizer/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/backup/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/input/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/codecs/g711/dec/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/id3/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libeffects/testlibs/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libmediaplayerservice/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/packages/PackageInstaller/
DNOTICE107 (a) You must give any other recipients of the Work or

123456