Home
last modified time | relevance | path

Searched defs:onDeath (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DExternalCallbackTracker.java59 void onDeath(); in onDeath() method
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.h84 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/
Dmedia_c2_hidl_test_common.h83 virtual void onDeath( in onDeath() function
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java573 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
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp175 auto onDeath = static_cast<std::function<void(void)>*>(cookie); in LambdaOnDeath() local
190 std::function<void(void)> onDeath = [&] { in TEST() local
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp497 virtual void onDeath( in onDeath() function