/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNativeInterfaceManagementTest.java | 388 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 …]
|
D | HalDeviceManagerTest.java | 370 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 …]
|
D | ClientModeManagerTest.java | 542 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in clientModeStartedStopsOnInterfaceDestroyed() 562 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
|
D | WifiVendorHalTest.java | 678 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()
|
D | SoftApManagerTest.java | 721 mWifiNativeInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in cleanStopOnInterfaceDestroyed() 762 mWifiNativeInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
|
/frameworks/base/native/webview/plat_support/ |
D | draw_functor.cpp | 50 void onDestroyed(int functor, void* data) { in onDestroyed() function 169 .onDestroyed = &onDestroyed, in CreateFunctor()
|
/frameworks/base/libs/hwui/private/hwui/ |
D | WebViewFunctor.h | 49 void (*onDestroyed)(int functor, void* data); member
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareNativeManagerTest.java | 197 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/ |
D | InlineContentView.java | 83 void onDestroyed(@NonNull SurfaceControl surfaceControl); in onDestroyed() method 132 mSurfaceControlCallback.onDestroyed(surfaceControl);
|
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConference.java | 123 public void onDestroyed(RemoteConference conference) {} in onDestroyed() method in RemoteConference.Callback 173 callback.onDestroyed(conference); in setDestroyed()
|
D | Conference.java | 62 public void onDestroyed(Conference conference) {} in onDestroyed() method in Conference.Listener 113 public void onDestroyed(Connection c) { 582 l.onDestroyed(this); in destroy()
|
D | RemoteConnectionService.java | 268 public void onDestroyed(RemoteConference c) { 397 public void onDestroyed(RemoteConnection connection) { 582 public void onDestroyed(RemoteConnection connection) { in createRemoteConnection()
|
D | Connection.java | 1111 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()
|
D | RemoteConnection.java | 184 public void onDestroyed(RemoteConnection connection) {} in onDestroyed() method in RemoteConnection.Callback 1368 callback.onDestroyed(connection); in setDestroyed()
|
D | ConnectionService.java | 1485 public void onDestroyed(Conference conference) { 1655 public void onDestroyed(Connection c) {
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pNative.java | 106 public void onDestroyed(String ifaceName) { in onDestroyed() method in WifiP2pNative.InterfaceDestroyedListenerInternal 113 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
|
/frameworks/base/libs/hwui/ |
D | WebViewFunctorManager.cpp | 73 mCallbacks.onDestroyed(mFunctor, mData); in ~WebViewFunctor()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeManager.java | 233 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiAwareNativeManager.InterfaceDestroyedListener
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestUtils.h | 328 .onDestroyed = in createMockFunctor()
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | UserState.java | 457 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/ |
D | ClientModeManager.java | 416 public void onDestroyed(String ifaceName) {
|
D | WifiVendorHal.java | 424 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()
|
D | WifiNative.java | 578 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
|
D | SoftApManager.java | 535 public void onDestroyed(String ifaceName) {
|
D | HalDeviceManager.java | 474 void onDestroyed(@NonNull String ifaceName); in onDestroyed() method 2165 mListener.onDestroyed(mIfaceName); in action()
|