/packages/modules/Bluetooth/system/gd/os/android/ |
D | wakelock_native.cc | 61 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/ |
D | WifiHal.java | 127 void onDeath(); in onDeath() method
|
D | WifiHalAidlImpl.java | 329 mFrameworkDeathRecipient.onDeath(); in binderDied()
|
D | WifiHalHidlImpl.java | 350 mFrameworkDeathRecipient.onDeath(); in serviceDied()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/ |
D | WifiHalAidlImplTest.java | 119 verify(mFrameworkDeathRecipientMock).onDeath(); in testWifiDeathAndRestart()
|
D | WifiHalHidlImplTest.java | 147 verify(mFrameworkDeathRecipientMock).onDeath(); in testWifiDeathAndRegistration()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiNative.java | 814 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();
|
D | HostapdHalAidlImp.java | 369 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
|
D | HostapdHalHidlImp.java | 631 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
|
D | WifiVendorHal.java | 1900 handler.onDeath();
|
D | HalDeviceManager.java | 1102 public void onDeath() { in onDeath() method in HalDeviceManager.WifiDeathRecipient
|
D | SupplicantStaIfaceHalAidlImpl.java | 431 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
|
D | SupplicantStaIfaceHalHidlImpl.java | 657 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNativeInterfaceManagementTest.java | 898 mWifiVendorHalDeathHandlerCaptor.getValue().onDeath(); in testSetupSoftApInterfaceAndVendorHalDied() 916 mSupplicantDeathHandlerCaptor.getValue().onDeath(); in testSetupClientInterfaceAndSupplicantDied() 943 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApAndHostapdDied() 971 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApWithWifiCondCallbackAndHostapdDied()
|
D | HostapdHalAidlImpTest.java | 216 verify(mHostapdHalDeathHandler).onDeath(); in testDeathHandling() 237 verify(mHostapdHalDeathHandler, never()).onDeath(); in testDeathHandlingIgnore()
|
D | SupplicantStaIfaceHalHidlImplTest.java | 1793 verify(mSupplicantHalDeathHandler).onDeath(); in testServiceManagerDeathCallback() 1810 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback() 1827 verify(mSupplicantHalDeathHandler, never()).onDeath(); in testSupplicantStaleDeathCallback() 1859 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()
|
D | HostapdHalHidlImpTest.java | 254 verify(mHostapdHalDeathHandler).onDeath(); in testDeathHandling() 267 verify(mHostapdHalDeathHandler, never()).onDeath(); in testStaleDeathHandling()
|
D | SupplicantStaIfaceHalAidlImplTest.java | 1504 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback() 1536 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()
|
D | WifiVendorHalTest.java | 1439 verify(mVendorHalDeathHandler).onDeath(); in testVendorHalDeath()
|
D | HalDeviceManagerTest.java | 291 deathRecipientCaptor.getValue().onDeath(); in testWifiDeathAndRegistration()
|