Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/android/
Dwakelock_native.cc61 auto onDeath = static_cast<std::function<void(void)>*>(cookie); in onSuspendDeath() local
62 (*onDeath)(); in onSuspendDeath()
68 std::function<void(void)> onDeath = [this] { in __anon9c8d1f190102() member
87 static_cast<void*>(&pimpl_->onDeath)); in Initialize()
133 static_cast<void*>(&pimpl_->onDeath)); in CleanUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiHal.java127 void onDeath(); in onDeath() method
DWifiHalAidlImpl.java329 mFrameworkDeathRecipient.onDeath(); in binderDied()
DWifiHalHidlImpl.java350 mFrameworkDeathRecipient.onDeath(); in serviceDied()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiHalAidlImplTest.java119 verify(mFrameworkDeathRecipientMock).onDeath(); in testWifiDeathAndRestart()
DWifiHalHidlImplTest.java147 verify(mFrameworkDeathRecipientMock).onDeath(); in testWifiDeathAndRegistration()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java814 public void onDeath() { in onDeath() method in WifiNative.VendorHalDeathHandlerInternal
842 public void onDeath() { in onDeath() method in WifiNative.SupplicantDeathHandlerInternal
856 public void onDeath() { in onDeath() method in WifiNative.HostapdDeathHandlerInternal
2222 void onDeath();
2236 void onDeath();
3100 void onDeath();
DHostapdHalAidlImp.java369 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
DHostapdHalHidlImp.java631 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
DWifiVendorHal.java1900 handler.onDeath();
DHalDeviceManager.java1102 public void onDeath() { in onDeath() method in HalDeviceManager.WifiDeathRecipient
DSupplicantStaIfaceHalAidlImpl.java431 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
DSupplicantStaIfaceHalHidlImpl.java657 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java898 mWifiVendorHalDeathHandlerCaptor.getValue().onDeath(); in testSetupSoftApInterfaceAndVendorHalDied()
916 mSupplicantDeathHandlerCaptor.getValue().onDeath(); in testSetupClientInterfaceAndSupplicantDied()
943 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApAndHostapdDied()
971 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApWithWifiCondCallbackAndHostapdDied()
DHostapdHalAidlImpTest.java216 verify(mHostapdHalDeathHandler).onDeath(); in testDeathHandling()
237 verify(mHostapdHalDeathHandler, never()).onDeath(); in testDeathHandlingIgnore()
DSupplicantStaIfaceHalHidlImplTest.java1793 verify(mSupplicantHalDeathHandler).onDeath(); in testServiceManagerDeathCallback()
1810 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback()
1827 verify(mSupplicantHalDeathHandler, never()).onDeath(); in testSupplicantStaleDeathCallback()
1859 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()
DHostapdHalHidlImpTest.java254 verify(mHostapdHalDeathHandler).onDeath(); in testDeathHandling()
267 verify(mHostapdHalDeathHandler, never()).onDeath(); in testStaleDeathHandling()
DSupplicantStaIfaceHalAidlImplTest.java1504 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback()
1536 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()
DWifiVendorHalTest.java1439 verify(mVendorHalDeathHandler).onDeath(); in testVendorHalDeath()
DHalDeviceManagerTest.java291 deathRecipientCaptor.getValue().onDeath(); in testWifiDeathAndRegistration()