/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/native/libs/binder/ndk/tests/ |
D | libbinder_ndk_unit_test.cpp | 175 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/ |
D | WifiNative.java | 573 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
|
D | HostapdHal.java | 474 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
|
D | WificondControl.java | 262 mDeathEventHandler.onDeath(); in binderDied()
|
D | WifiVendorHal.java | 2943 handler.onDeath(); in onStatusChanged()
|
D | SupplicantStaIfaceHal.java | 571 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
|
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.h | 84 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/ |
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 | 276 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 | 948 verify(handler).onDeath(); in testRegisterDeathHandler() 965 verify(handler).onDeath(); in testDeathHandling()
|
D | WifiVendorHalTest.java | 2344 verify(mVendorHalDeathHandler).onDeath(); in testVendorHalDeath()
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 1367 listener->onDeath(component); in setDeathListener()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 497 virtual void onDeath( in onDeath() function
|