Home
last modified time | relevance | path

Searched refs:SipDelegateAidlWrapper (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DSipTransportImplBase.java33 import android.telephony.ims.aidl.SipDelegateAidlWrapper;
90 private final ArrayList<SipDelegateAidlWrapper> mDelegates = new ArrayList<>();
150 SipDelegateAidlWrapper wrapper = new SipDelegateAidlWrapper(mBinderExecutor, cb, mc); in createSipDelegateInternal()
157 SipDelegateAidlWrapper result = null; in destroySipDelegateInternal()
158 for (SipDelegateAidlWrapper w : mDelegates) { in destroySipDelegateInternal()
175 private void linkDeathRecipient(SipDelegateAidlWrapper w) { in linkDeathRecipient()
184 private void unlinkDeathRecipient(SipDelegateAidlWrapper w) { in unlinkDeathRecipient()
193 for (SipDelegateAidlWrapper w : mDelegates) { in binderDiedInternal()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DSipDelegateAidlWrapper.java43 public class SipDelegateAidlWrapper implements DelegateStateCallback, DelegateMessageCallback { class
100 public SipDelegateAidlWrapper(Executor executor, ISipDelegateStateCallback stateBinder, in SipDelegateAidlWrapper() method in SipDelegateAidlWrapper