Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/test/
Dmain_client.cpp61 auto onDeath = static_cast<std::function<void(void)>*>(cookie); in LambdaOnDeath() local
62 (*onDeath)(); in LambdaOnDeath()
76 std::function<void(void)> onDeath = [&] { in TEST() local
84 EXPECT_EQ(STATUS_OK, AIBinder_linkToDeath(binder, recipient, static_cast<void*>(&onDeath))); in TEST()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DExternalCallbackTracker.java59 void onDeath(); in onDeath() method
108 mDeathCallback.onDeath(); in binderDied()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java572 public void onDeath() { in onDeath() method in WifiNative.VendorHalDeathHandlerInternal
586 public void onDeath() { in onDeath() method in WifiNative.WificondDeathHandlerInternal
600 public void onDeath() { in onDeath() method in WifiNative.SupplicantDeathHandlerInternal
614 public void onDeath() { in onDeath() method in WifiNative.HostapdDeathHandlerInternal
1245 void onDeath(); in onDeath() method
1621 void onDeath(); in onDeath() method
1635 void onDeath(); in onDeath() method
2351 void onDeath(); in onDeath() method
DHostapdHal.java442 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
DWificondControl.java265 mDeathEventHandler.onDeath(); in binderDied()
DWifiVendorHal.java2933 handler.onDeath(); in onStatusChanged()
DSupplicantStaIfaceHal.java565 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
/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.h258 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.java953 verify(handler).onDeath(); in testRegisterDeathHandler()
970 verify(handler).onDeath(); in testDeathHandling()
DWifiVendorHalTest.java2344 verify(mVendorHalDeathHandler).onDeath(); in testVendorHalDeath()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1345 listener->onDeath(component); in setDeathListener()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp493 virtual void onDeath( in onDeath() function