Home
last modified time | relevance | path

Searched refs:onDeath (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DExternalCallbackTracker.java59 void onDeath(); in onDeath() method
108 mDeathCallback.onDeath(); in binderDied()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp175 auto onDeath = static_cast<std::function<void(void)>*>(cookie); in LambdaOnDeath() local
176 (*onDeath)(); in LambdaOnDeath()
190 std::function<void(void)> onDeath = [&] { in TEST() local
198 EXPECT_EQ(STATUS_OK, AIBinder_linkToDeath(binder, recipient, static_cast<void*>(&onDeath))); in TEST()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java573 public void onDeath() { in onDeath() method in WifiNative.VendorHalDeathHandlerInternal
587 public void onDeath() { in onDeath() method in WifiNative.WificondDeathHandlerInternal
601 public void onDeath() { in onDeath() method in WifiNative.SupplicantDeathHandlerInternal
615 public void onDeath() { in onDeath() method in WifiNative.HostapdDeathHandlerInternal
1246 void onDeath(); in onDeath() method
1622 void onDeath(); in onDeath() method
1636 void onDeath(); in onDeath() method
2352 void onDeath(); in onDeath() method
DHostapdHal.java474 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
DWificondControl.java262 mDeathEventHandler.onDeath(); in binderDied()
DWifiVendorHal.java2943 handler.onDeath(); in onStatusChanged()
DSupplicantStaIfaceHal.java571 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.h84 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component> &comp) override { in onDeath() function
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.h83 virtual void onDeath( in onDeath() function
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h276 virtual void onDeath(
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java739 mWificondDeathHandlerCaptor.getValue().onDeath(); in testSetupClientInterfaceAndWicondDied()
757 mWifiVendorHalDeathHandlerCaptor.getValue().onDeath(); in testSetupSoftApInterfaceAndVendorHalDied()
774 mSupplicantDeathHandlerCaptor.getValue().onDeath(); in testSetupClientInterfaceAndSupplicantDied()
799 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApAndHostapdDied()
DHostapdHalTest.java198 verify(mHostapdHalDeathHandler).onDeath(); in testDeathHandling()
211 verify(mHostapdHalDeathHandler, never()).onDeath(); in testStaleDeathHandling()
DSupplicantStaIfaceHalTest.java1499 verify(mSupplicantHalDeathHandler).onDeath(); in testServiceManagerDeathCallback()
1517 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback()
1535 verify(mSupplicantHalDeathHandler, never()).onDeath(); in testSupplicantStaleDeathCallback()
1567 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()
DWificondControlTest.java948 verify(handler).onDeath(); in testRegisterDeathHandler()
965 verify(handler).onDeath(); in testDeathHandling()
DWifiVendorHalTest.java2344 verify(mVendorHalDeathHandler).onDeath(); in testVendorHalDeath()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1367 listener->onDeath(component); in setDeathListener()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp497 virtual void onDeath( in onDeath() function