Home
last modified time | relevance | path

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

12

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java393 verify(mIfaceCallback1).onDestroyed(IFACE_NAME_1); in testTeardownAllInterfaces()
405 verify(mIfaceCallback0).onDestroyed(IFACE_NAME_0); in testTeardownAllInterfaces()
429 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()
474 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown()
692 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()
896 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceFailureInWificondSetupInterfaceForClientMode()
931 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceFailureInSupplicantSetupIface()
966 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceFailureInNetworkObserverRegister()
1064 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()
1192 mInOrder.verify(mIfaceCallback0).onDestroyed(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal()
[all …]
DScanOnlyModeManagerTest.java172 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in scanModeStopsOnInterfaceDestroyed()
235 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
DHalDeviceManagerTest.java371 verify(staDestroyedListener).onDestroyed(getName(staIface)); in testCacheMismatchError()
372 verify(nanDestroyedListener).onDestroyed(getName(nanIface)); in testCacheMismatchError()
924 verify(idl).onDestroyed(getName(iface)); in testCreateApWithStaModeUpTestChipV1()
987 mInOrder.verify(staIdl).onDestroyed(getName(staIface)); in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners()
997 mInOrder.verify(apIdl).onDestroyed(getName(apIface)); in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners()
1042 verify(idl).onDestroyed(getName(iface)); in testCreateApWithApModeUpTestChipV1()
1216 verify(apDestroyedListener).onDestroyed(getName(apIface)); in testCreateSameAndDiffPrioritiesTestChipV1()
1247 verify(p2pDestroyedListener2).onDestroyed(getName(p2pIface)); in testCreateSameAndDiffPrioritiesTestChipV1()
1518 verify(apDestroyedListener).onDestroyed(getName(apIface)); in testInterfaceCreationFlowTestChipV2()
1567 verify(p2pDestroyedListener).onDestroyed(getName(p2pIface)); in testInterfaceCreationFlowTestChipV2()
[all …]
DClientModeManagerTest.java291 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in clientModeStartedStopsOnInterfaceDestroyed()
310 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
DSoftApManagerTest.java650 mWifiNativeInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in cleanStopOnInterfaceDestroyed()
687 mWifiNativeInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
DWifiVendorHalTest.java608 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testStaInterfaceDestroyedHandling()
609 verify(externalLister).onDestroyed(TEST_IFACE_NAME); in testStaInterfaceDestroyedHandling()
638 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testApInterfaceDestroyedHandling()
639 verify(externalLister).onDestroyed(TEST_IFACE_NAME); in testApInterfaceDestroyedHandling()
/frameworks/base/native/webview/plat_support/
Ddraw_functor.cpp50 void onDestroyed(int functor, void* data) { in onDestroyed() function
169 .onDestroyed = &onDestroyed, in CreateFunctor()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareNativeManagerTest.java195 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testReferenceCounting()
217 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testReferenceCounting()
252 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testRequestFlowWithAsyncDeletes()
/frameworks/base/libs/hwui/private/hwui/
DWebViewFunctor.h49 void (*onDestroyed)(int functor, void* data); member
/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) {
577 l.onDestroyed(this); in destroy()
DRemoteConnectionService.java265 public void onDestroyed(RemoteConference c) {
389 public void onDestroyed(RemoteConnection connection) {
564 public void onDestroyed(RemoteConnection connection) { in createRemoteConnection()
DConnection.java1087 public void onDestroyed(Connection c) {} in onDestroyed() method in Connection.Listener
1945 public void onDestroyed(Connection c) {
1954 public void onDestroyed(Conference c) {
2574 l.onDestroyed(this); in destroy()
DRemoteConnection.java181 public void onDestroyed(RemoteConnection connection) {} in onDestroyed() method in RemoteConnection.Callback
1287 callback.onDestroyed(connection); in setDestroyed()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java100 public void onDestroyed(String ifaceName) { in onDestroyed() method in WifiP2pNative.InterfaceDestroyedListenerInternal
107 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/
DScanOnlyModeManager.java155 public void onDestroyed(String ifaceName) {
DClientModeManager.java173 public void onDestroyed(String ifaceName) {
DWifiVendorHal.java380 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiVendorHal.StaInterfaceDestroyedListenerInternal
385 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
461 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiVendorHal.ApInterfaceDestroyedListenerInternal
466 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
DWifiNative.java520 iface.externalListener.onDestroyed(iface.name); in onInterfaceDestroyed()
537 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiNative.InterfaceDestoyedListenerInternal
877 void onDestroyed(String ifaceName); in onDestroyed() method
DSoftApManager.java332 public void onDestroyed(String ifaceName) {
DHalDeviceManager.java476 void onDestroyed(@NonNull String ifaceName); in onDestroyed() method
2129 mListener.onDestroyed(mIfaceName); in action()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeManager.java217 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiAwareNativeManager.InterfaceDestroyedListener
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h327 .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()

12