Searched refs:merge (Results 1 - 25 of 45) sorted by path

12

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp233 mCombinedFence = Fence::merge(mName, mCombinedFence, releaseFence);
H A DStatusTracker.cpp182 mIdleFence = Fence::merge(String8("idleFence"),
/frameworks/base/core/java/android/view/
H A DView.java13517 info.mTreeObserver.merge(mFloatingTreeObserver);
H A DViewTreeObserver.java340 void merge(ViewTreeObserver observer) { method in class:ViewTreeObserver
/frameworks/base/core/java/android/widget/
H A DImageView.java551 public void setImageState(int[] state, boolean merge) { argument
553 mMergeState = merge;
/frameworks/base/libs/hwui/utils/
H A DSortedList.h85 ssize_t merge(const Vector<TYPE>& vector);
86 ssize_t merge(const SortedList<TYPE>& vector);
185 inline ssize_t SortedList<TYPE>::merge(const Vector<TYPE>& vector) {
186 return SortedListImpl::merge(reinterpret_cast<const VectorImpl&> (vector));
190 inline ssize_t SortedList<TYPE>::merge(const SortedList<TYPE>& vector) {
191 return SortedListImpl::merge(reinterpret_cast<const SortedListImpl&> (vector));
H A DSortedListImpl.cpp84 ssize_t SortedListImpl::merge(const VectorImpl& vector) { function in class:android::uirenderer::SortedListImpl
85 // naive merge...
100 ssize_t SortedListImpl::merge(const SortedListImpl& vector) { function in class:android::uirenderer::SortedListImpl
111 err = merge(static_cast<const VectorImpl&> (vector));
H A DSortedListImpl.h36 ssize_t merge(const VectorImpl& vector);
37 ssize_t merge(const SortedListImpl& vector);
/frameworks/base/services/
H A DAndroid.mk3 # merge all required services into one jar
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java192 public void merge() { method in class:RemoteConference
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl170 * Merges the active & hold call. When the merge starts,
172 * {@link Listener#callSessionMergeComplete} is called if the merge is successful, and
173 * {@link Listener#callSessionMergeFailed} is called if the merge fails.
178 void merge();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameQueue.java57 FrameType result = FrameType.merge(mWriteType, mReadType);
59 result = FrameType.merge(result, queue.mType);
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/base/tools/split-select/
H A DSplitSelector_test.cpp50 bestSplits.merge(selector.getBestSplits(targetSplit));
/frameworks/compile/libbcc/include/bcc/
H A DSource.h60 bool merge(Source &pSource, bool pPreserveSource = false);
/frameworks/compile/libbcc/lib/Core/
H A DScript.cpp36 return mSource->merge(pSource, pPreserveSource);
H A DSource.cpp144 bool Source::merge(Source &pSource, bool pPreserveSource) { function in class:bcc::Source
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp43 if (!pScript.getSource().merge(*libclcore_source,
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h433 /// join - create a leaf node and merge it in the tree.
451 /// merge - merge the tree
457 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { function in class:mcld::BinaryTree
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h177 /// join - create a leaf node and merge it in the tree.
195 /// merge - merge the tree
201 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { function in class:mcld::BinaryTree
284 using BinTreeTy::merge;
294 InputTree& merge(TreeIteratorBase pRoot,
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h178 /// merge - move all data from pOther to this object.
179 EhFrame& merge(const Input& pInput, EhFrame& pInFrame);
243 // processing eh_frame merge.
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h57 /// merge - merge attributes from input (attribute) section
58 bool merge(const Input &pInput, LDSection &pInputAttrSectHdr);
90 /// merge - Merge the attributes from the section in the input data.
91 bool merge(const Input &pInput, ConstAddress pData, size_t pSize);
H A DELFAttributeData.h59 /// preMerge - hooks to call before starting merge the attribute data in an
63 /// merge - implement logics to merge input attribute to the output.
64 virtual bool merge(const LinkerConfig& pConfig, const Input &pInput,
67 /// postMerge - hooks to call after finishing merge the attribute data from an
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp19 InputTree& InputTree::merge(TreeIteratorBase pRoot, function in class:InputTree
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp175 EhFrame& EhFrame::merge(const Input& pInput, EhFrame& pFrame) function in class:EhFrame

Completed in 669 milliseconds

12