Home
last modified time | relevance | path

Searched refs:stateCb (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DSipTransportImplBaseTest.java110 ISipDelegateStateCallback stateCb = mock(ISipDelegateStateCallback.class); in createDestroyDelegate() local
112 doReturn(stateBinder).when(stateCb).asBinder(); in createDestroyDelegate()
115 ISipDelegate delegate = createSipDelegate(t, stateCb, messageCb); in createDestroyDelegate()
125 verify(stateCb).onDestroyed( in createDestroyDelegate()
135 ISipDelegateStateCallback stateCb = mock(ISipDelegateStateCallback.class); in testPhoneProcessCrash() local
137 doReturn(stateBinder).when(stateCb).asBinder(); in testPhoneProcessCrash()
140 createSipDelegate(t, stateCb, messageCb); in testPhoneProcessCrash()
150 verify(stateCb).onDestroyed(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_SERVICE_DEAD); in testPhoneProcessCrash()
155 ISipDelegateStateCallback stateCb, in createSipDelegate() argument
159 stateCb, messageCb); in createSipDelegate()
[all …]
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/
H A DAidlClientImpl.cpp240 ScopedAStatus AidlClientImpl::init(const std::shared_ptr<IPipeStateCallback>& stateCb) { in init() argument
246 AIBinder_linkToDeath(stateCb->asBinder().get(), recipient, this); in init()
248 mClientStateChangeCallback = stateCb; in init()
H A DAidlClientImpl.h59 stateCb) override;