Home
last modified time | relevance | path

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

123456

/frameworks/native/services/surfaceflinger/
DClientCache.cpp116 for (auto& recipient : buf->recipients) { in erase()
152 buf->recipients.insert(recipient); in registerErasedRecipient()
166 buf->recipients.erase(recipient); in unregisterErasedRecipient()
185 for (auto& recipient : clientCacheBuffer.recipients) { in removeProcess()
DClientCache.h61 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.java2148 Set<String> recipients = new HashSet<String>(); in getOrCreateThreadId() local
2150 recipients.add(recipient); in getOrCreateThreadId()
2151 return getOrCreateThreadId(context, recipients); in getOrCreateThreadId()
2161 Context context, Set<String> recipients) { in getOrCreateThreadId() argument
2164 for (String recipient : recipients) { in getOrCreateThreadId()
2189 Rlog.e(TAG, "getOrCreateThreadId failed with " + recipients.size() + " recipients"); in getOrCreateThreadId()
/frameworks/ml/nn/runtime/
DNOTICE106 (a) You must give any other recipients of the Work or
288 (a) You must give any other recipients of the Work or
564 the terms of this License. You must inform recipients that the Source
567 attempt to alter or restrict the recipients' rights in the Source Code
575 Form, as described in Section 3.1, and You must inform recipients of
583 the recipients' rights in the Source Code Form under this License.
609 indemnity or liability obligations to one or more recipients of Covered
1008 (a) You must give any other recipients of the Work or
/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/av/media/extractors/mpeg2/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/requestsync/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/codec2/components/flac/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/packages/Keyguard/
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
/frameworks/av/media/libstagefright/codecs/aacdec/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/native/libs/ui/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/libs/hwui/
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/appwidget/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/packages/InputDevices/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/extractors/aac/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/base/cmds/bmgr/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/media/libstagefright/rtsp/
DNOTICE107 (a) You must give any other recipients of the Work or
/frameworks/av/services/camera/libcameraservice/
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

123456