Home
last modified time | relevance | path

Searched refs:onDestroyed (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java388 verify(mIfaceCallback1).onDestroyed(IFACE_NAME_1); in testTeardownAllInterfaces()
400 verify(mIfaceCallback0).onDestroyed(IFACE_NAME_0); in testTeardownAllInterfaces()
424 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()
469 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown()
689 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()
895 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceFailureInWificondSetupInterfaceForClientMode()
930 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceFailureInSupplicantSetupIface()
1028 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()
1155 mInOrder.verify(mIfaceCallback0).onDestroyed(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()
1210 mInOrder.verify(mIfaceCallback0).onDestroyed(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardownWithNoVendorHal()
[all …]
DHalDeviceManagerTest.java370 verify(staDestroyedListener).onDestroyed(getName(staIface)); in testCacheMismatchError()
371 verify(nanDestroyedListener).onDestroyed(getName(nanIface)); in testCacheMismatchError()
915 verify(idl).onDestroyed(getName(iface)); in testCreateApWithStaModeUpTestChipV1()
978 mInOrder.verify(staIdl).onDestroyed(getName(staIface)); in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners()
988 mInOrder.verify(apIdl).onDestroyed(getName(apIface)); in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners()
1032 verify(idl).onDestroyed(getName(iface)); in testCreateApWithApModeUpTestChipV1()
1201 verify(apDestroyedListener).onDestroyed(getName(apIface)); in testCreateSameAndDiffPrioritiesTestChipV1()
1239 verify(nanDestroyedListener).onDestroyed(getName(nanIface)); in testCreateSameAndDiffPrioritiesTestChipV1()
1563 verify(apDestroyedListener).onDestroyed(getName(apIface)); in testInterfaceCreationFlowTestChipV2()
1609 verify(nanDestroyedListener).onDestroyed(getName(nanIface)); in testInterfaceCreationFlowTestChipV2()
[all …]
DClientModeManagerTest.java542 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in clientModeStartedStopsOnInterfaceDestroyed()
562 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
DWifiVendorHalTest.java678 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testStaInterfaceDestroyedHandling()
679 verify(externalLister).onDestroyed(TEST_IFACE_NAME); in testStaInterfaceDestroyedHandling()
708 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testApInterfaceDestroyedHandling()
709 verify(externalLister).onDestroyed(TEST_IFACE_NAME); in testApInterfaceDestroyedHandling()
DSoftApManagerTest.java721 mWifiNativeInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in cleanStopOnInterfaceDestroyed()
762 mWifiNativeInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
/frameworks/base/native/webview/plat_support/
Ddraw_functor.cpp50 void onDestroyed(int functor, void* data) { in onDestroyed() function
169 .onDestroyed = &onDestroyed, in CreateFunctor()
/frameworks/base/libs/hwui/private/hwui/
DWebViewFunctor.h49 void (*onDestroyed)(int functor, void* data); member
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareNativeManagerTest.java197 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testReferenceCounting()
219 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testReferenceCounting()
254 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testRequestFlowWithAsyncDeletes()
/frameworks/base/core/java/android/widget/inline/
DInlineContentView.java83 void onDestroyed(@NonNull SurfaceControl surfaceControl); in onDestroyed() method
132 mSurfaceControlCallback.onDestroyed(surfaceControl);
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java123 public void onDestroyed(RemoteConference conference) {} in onDestroyed() method in RemoteConference.Callback
173 callback.onDestroyed(conference); in setDestroyed()
DConference.java62 public void onDestroyed(Conference conference) {} in onDestroyed() method in Conference.Listener
113 public void onDestroyed(Connection c) {
582 l.onDestroyed(this); in destroy()
DRemoteConnectionService.java268 public void onDestroyed(RemoteConference c) {
397 public void onDestroyed(RemoteConnection connection) {
582 public void onDestroyed(RemoteConnection connection) { in createRemoteConnection()
DConnection.java1111 public void onDestroyed(Connection c) {} in onDestroyed() method in Connection.Listener
1969 public void onDestroyed(Connection c) {
1978 public void onDestroyed(Conference c) {
2598 l.onDestroyed(this); in destroy()
DRemoteConnection.java184 public void onDestroyed(RemoteConnection connection) {} in onDestroyed() method in RemoteConnection.Callback
1368 callback.onDestroyed(connection); in setDestroyed()
DConnectionService.java1485 public void onDestroyed(Conference conference) {
1655 public void onDestroyed(Connection c) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java106 public void onDestroyed(String ifaceName) { in onDestroyed() method in WifiP2pNative.InterfaceDestroyedListenerInternal
113 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp73 mCallbacks.onDestroyed(mFunctor, mData); in ~WebViewFunctor()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeManager.java233 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiAwareNativeManager.InterfaceDestroyedListener
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h328 .onDestroyed = in createMockFunctor()
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java457 public void onDestroyed() { in createPrinterDiscoverySession()
1436 public void onDestroyed() { in onDestroyed() method in UserState.PrinterDiscoverySessionMediator
1687 onDestroyed(); in handleDispatchDestroyPrinterDiscoverySession()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeManager.java416 public void onDestroyed(String ifaceName) {
DWifiVendorHal.java424 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiVendorHal.StaInterfaceDestroyedListenerInternal
429 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
502 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiVendorHal.ApInterfaceDestroyedListenerInternal
507 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
DWifiNative.java578 iface.externalListener.onDestroyed(iface.name); in onInterfaceDestroyed()
595 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiNative.InterfaceDestoyedListenerInternal
976 void onDestroyed(String ifaceName); in onDestroyed() method
DSoftApManager.java535 public void onDestroyed(String ifaceName) {
DHalDeviceManager.java474 void onDestroyed(@NonNull String ifaceName); in onDestroyed() method
2165 mListener.onDestroyed(mIfaceName); in action()

12