Home
last modified time | relevance | path

Searched defs:onDeath (Results 1 – 4 of 4) 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
68 std::function<void(void)> onDeath = [this] { in __anon9c8d1f190102() member
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiHal.java127 void onDeath(); in onDeath() method
/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
DHalDeviceManager.java1102 public void onDeath() { in onDeath() method in HalDeviceManager.WifiDeathRecipient