Searched refs:SipDelegateAidlWrapper (Results 1 – 2 of 2) sorted by relevance
33 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()
43 public class SipDelegateAidlWrapper implements DelegateStateCallback, DelegateMessageCallback { class100 public SipDelegateAidlWrapper(Executor executor, ISipDelegateStateCallback stateBinder, in SipDelegateAidlWrapper() method in SipDelegateAidlWrapper