Searched defs:merge (Results 1 - 18 of 18) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java221 merge(ImsPhoneCall that, State state) { method in class:ImsPhoneCall
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java235 throw new CallStateException("wrong state to merge calls: fg="
239 if (DBG) log("conference: merge fg & bg");
240 mForegroundCall.merge(mBackgroundCall);
248 + ", cannot merge with " + that.getClass());
250 mForegroundCall.merge((SipCall) that);
609 void merge(SipCall that) throws CallStateException { method in class:SipPhone.SipCall
610 if (SC_DBG) log("merge:");
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java175 * now that the merge has completed.
182 * Called when the call merge is failed.
186 * @param reasonInfo detailed reason of the call merge failure
407 // When merging two calls together, the "peer" call that will merge into this call.
427 // we receive notification that the merge was successful.
429 // While a merge is progressing, we bury any session termination requests
430 // made on the original ImsCallSession until we have closure on the merge request
433 // cause the termination request to occur just because the merge is succeeding.
437 // on it in the case of a merge failure.
1114 * @throws ImsException if the IMS service fails to merge th
1116 private void merge() throws ImsException { method in class:ImsCall
1171 public void merge(ImsCall bgCall) throws ImsException { method in class:ImsCall
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java190 * Called when the session merge has been started. At this point, the {@code newSession}
202 * Called when the session merge is successful and the merged session is active.
210 * Called when the session merge has failed.
213 * @param reasonInfo detailed reason of the call merge failure
753 public void merge() { method in class:ImsCallSession
759 miSession.merge();
1013 * Notifies the start of a call merge operation.
1029 * Notifies the successful completion of a call merge operation.
1041 * Notifies of a failure to perform a call merge operation.
1044 * @param reasonInfo The merge failur
[all...]
/frameworks/native/libs/ui/
H A DFence.cpp72 sp<Fence> Fence::merge(const String8& name, const sp<Fence>& f1, function in class:android::Fence
77 // valid fence (e.g. NO_FENCE) we merge the one valid fence with itself so
90 ALOGE("merge: sync_merge(\"%s\", %d, %d) returned an error: %s (%d)",
H A DRegion.cpp319 const Region Region::merge(const Rect& rhs) const { function in class:android::Region
339 const Region Region::merge(const Region& rhs) const { function in class:android::Region
385 const Region Region::merge(const Region& rhs, int dx, int dy) const { function in class:android::Region
458 bool merge = false; local
463 merge = true;
466 merge = false;
473 if (merge) {
/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/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
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp89 // Helper Functions for merge()
143 // End Helper Functions for merge()
146 bool ARMELFAttributeData::merge(const LinkerConfig& pConfig, function in class:ARMELFAttributeData
161 // Need value of Tag_also_compatible_with in the input for merge.
171 // need value of Tag_CPU_arch in the input for merge
176 // need value of Tag_CPU_arch in the input for merge
181 // need value of Tag_HardFP_use in the input for merge
186 // need value of Tag_FP_arch in the input for merge
191 // need value of Tag_CPU_arch in the input for merge
196 // need value of Tag_ABI_FP_number_model in the input for merge
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp39 bool ELFAttribute::merge(const Input &pInput, LDSection &pInputAttrSectHdr) function in class:ELFAttribute
116 if (!subsection->merge(pInput, vendor_data, vendor_data_size))
186 bool ELFAttribute::Subsection::merge(const Input &pInput, function in class:ELFAttribute::Subsection
255 // to a temporary storage in_attr and perform the merge.
266 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) {
267 // Fail to merge the attribute.
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp144 bool Source::merge(Source &pSource, bool pPreserveSource) { function in class:bcc::Source
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java192 public void merge() { method in class:RemoteConference
/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/base/libs/hwui/utils/
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));
/frameworks/base/core/java/android/view/
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;

Completed in 4519 milliseconds