/frameworks/native/libs/binder/ndk/test/ |
D | main_client.cpp | 61 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/ |
D | ExternalCallbackTracker.java | 59 void onDeath(); in onDeath() method 108 mDeathCallback.onDeath(); in binderDied()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiNative.java | 572 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
|
D | HostapdHal.java | 442 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
|
D | WificondControl.java | 265 mDeathEventHandler.onDeath(); in binderDied()
|
D | WifiVendorHal.java | 2933 handler.onDeath(); in onStatusChanged()
|
D | SupplicantStaIfaceHal.java | 565 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.h | 83 virtual void onDeath( in onDeath() function
|
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 258 virtual void onDeath(
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNativeInterfaceManagementTest.java | 739 mWificondDeathHandlerCaptor.getValue().onDeath(); in testSetupClientInterfaceAndWicondDied() 757 mWifiVendorHalDeathHandlerCaptor.getValue().onDeath(); in testSetupSoftApInterfaceAndVendorHalDied() 774 mSupplicantDeathHandlerCaptor.getValue().onDeath(); in testSetupClientInterfaceAndSupplicantDied() 799 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApAndHostapdDied()
|
D | HostapdHalTest.java | 198 verify(mHostapdHalDeathHandler).onDeath(); in testDeathHandling() 211 verify(mHostapdHalDeathHandler, never()).onDeath(); in testStaleDeathHandling()
|
D | SupplicantStaIfaceHalTest.java | 1499 verify(mSupplicantHalDeathHandler).onDeath(); in testServiceManagerDeathCallback() 1517 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback() 1535 verify(mSupplicantHalDeathHandler, never()).onDeath(); in testSupplicantStaleDeathCallback() 1567 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()
|
D | WificondControlTest.java | 953 verify(handler).onDeath(); in testRegisterDeathHandler() 970 verify(handler).onDeath(); in testDeathHandling()
|
D | WifiVendorHalTest.java | 2344 verify(mVendorHalDeathHandler).onDeath(); in testVendorHalDeath()
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 1345 listener->onDeath(component); in setDeathListener()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 493 virtual void onDeath( in onDeath() function
|