Searched defs:merge (Results 1 - 25 of 32) sorted by path

12

/frameworks/av/media/libmediametrics/
H A DMediaAnalyticsItem.cpp833 // merge the info from 'incoming' into this record.
835 bool MediaAnalyticsItem::merge(MediaAnalyticsItem *incoming) { function in class:android::MediaAnalyticsItem
862 // merge iprop into oprop
/frameworks/av/media/libnbaio/
H A DNBLog.cpp972 // items placed in priority queue during merge
981 // operators needed for priority queue in merge
992 void NBLog::Merger::merge() { function in class:android::NBLog::Merger
1056 // If it's positive, wait kThreadSleepPeriodUs and then merge
1063 mMerger.merge();
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java347 void merge(ViewTreeObserver observer) { method in class:ViewTreeObserver
/frameworks/base/core/java/android/widget/
H A DImageView.java712 * @param merge if true, merges the state values for the state you specify into the current state
714 public void setImageState(int[] state, boolean merge) { argument
716 mMergeState = merge;
/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp156 IncidentReportArgs::merge(const IncidentReportArgs& that) function in class:android::os::IncidentReportArgs
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java269 public static void merge(@NonNull Bundle dest, @Nullable Bundle in) { method in class:UserRestrictionsUtils
292 merge(result, restrictions.valueAt(i));
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DPackageDexUsage.java116 return packageUseInfo.merge(isUsedByOtherApps);
141 return existingData.merge(newData);
557 private boolean merge(boolean isUsedByOtherApps) { method in class:PackageDexUsage.PackageUseInfo
600 private boolean merge(DexUseInfo dexUseInfo) { method in class:PackageDexUsage.DexUseInfo
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java430 * Invoking this method will cause the unmerged child connections to merge their audio
433 public void merge() { method in class:RemoteConference
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java232 * Merges the active & hold call. When the merge starts,
234 * {@link ImsCallSession.Listener#callSessionMergeComplete} is called if the merge is
235 * successful, and {@link ImsCallSession.Listener#callSessionMergeFailed} is called if the merge
243 public void merge() throws RemoteException { method in class:ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsCallSession.java195 * Called when the session merge has been started. At this point, the {@code newSession}
207 * Called when the session merge is successful and the merged session is active.
215 * Called when the session merge has failed.
218 * @param reasonInfo detailed reason of the call merge failure
779 public void merge() { method in class:ImsCallSession
785 miSession.merge();
1040 * Notifies the start of a call merge operation.
1055 * Notifies the successful completion of a call merge operation.
1064 // active before the merge request was sent.
1083 * Notifies of a failure to perform a call merge operatio
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java54 * Frames in this queue will be of that type. In order for a merge to succeed the following
351 static FrameType merge(FrameType writer, FrameType reader) { method in class:FrameType
/frameworks/compile/libbcc/lib/
H A DSource.cpp211 bool Source::merge(Source &pSource) { function in class:bcc::Source
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h425 /// join - create a leaf node and merge it in the tree.
443 /// merge - merge the tree
449 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { function in class:mcld::BinaryTree
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h170 /// join - create a leaf node and merge it in the tree.
188 /// merge - merge the tree
194 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { function in class:mcld::BinaryTree
270 using BinTreeTy::merge;
279 InputTree& merge(TreeIteratorBase pRoot,
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp19 InputTree& InputTree::merge(TreeIteratorBase pRoot, function in class:mcld::InputTree
/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp40 void DebugString::merge(LDSection& pSection) { function in class:mcld::DebugString
H A DEhFrame.cpp160 EhFrame& EhFrame::merge(const Input& pInput, EhFrame& pFrame) { function in class:mcld::EhFrame
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp88 // Helper Functions for merge()
141 // End Helper Functions for merge()
144 bool ARMELFAttributeData::merge(const LinkerConfig& pConfig, function in class:mcld::ARMELFAttributeData
159 // Need value of Tag_also_compatible_with in the input for merge.
169 // need value of Tag_CPU_arch in the input for merge
174 // need value of Tag_CPU_arch in the input for merge
179 // need value of Tag_HardFP_use in the input for merge
184 // need value of Tag_FP_arch in the input for merge
189 // need value of Tag_CPU_arch in the input for merge
194 // need value of Tag_ABI_FP_number_model in the input for merge
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp38 bool ELFAttribute::merge(const Input& pInput, LDSection& pInputAttrSectHdr) { function in class:mcld::ELFAttribute
113 if (!subsection->merge(pInput, vendor_data, vendor_data_size))
186 bool ELFAttribute::Subsection::merge(const Input& pInput, function in class:mcld::ELFAttribute::Subsection
254 // to a temporary storage in_attr and perform the merge.
265 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) {
266 // Fail to merge the attribute.
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsAbiFlags.cpp264 bool MipsAbiFlags::merge(const Input& pInput, MipsAbiFlags& oldFlags, function in class:mcld::MipsAbiFlags
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java173 merge(store, intermediate);
1002 private static void merge(IntermediateV2 store, Intermediate dumpStore) { method in class:SetterStore
1004 merge(store.adapterMethods, intermediateV2.adapterMethods);
1005 merge(store.renamedMethods, intermediateV2.renamedMethods);
1006 merge(store.conversionMethods, intermediateV2.conversionMethods);
1009 merge(store.inverseAdapters, intermediateV2.inverseAdapters);
1010 merge(store.inverseMethods, intermediateV2.inverseMethods);
1013 private static <K, V, D> void merge(HashMap<K, HashMap<V, D>> first, method in class:SetterStore
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/minikin/libs/minikin/
H A DCmapCoverage.cpp84 static Range merge(const Range& left, const Range& right) { function in struct:minikin::Range
134 Range merged = Range::merge(left, right);
141 merged = Range::merge(merged, left);
145 merged = Range::merge(merged, right);
288 // Need to merge supported ranges from default UVS Table and non-default UVS Table.
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1159 if (existingConfig->merge(*newConfig)) {
1625 bool HWC2On1Adapter::Display::Config::merge(const Config& other) { function in class:android::HWC2On1Adapter::Display::Config
1637 ALOGE("Attempted to merge two configs (%u and %u) which appear to be "
/frameworks/native/libs/ui/
H A DFence.cpp78 sp<Fence> Fence::merge(const char* name, const sp<Fence>& f1, function in class:android::Fence
83 // valid fence (e.g. NO_FENCE) we merge the one valid fence with itself so
96 ALOGE("merge: sync_merge(\"%s\", %d, %d) returned an error: %s (%d)",
104 sp<Fence> Fence::merge(const String8& name, const sp<Fence>& f1, function in class:android::Fence
106 return merge(name.string(), f1, f2);

Completed in 358 milliseconds

12