Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.h103 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component>& comp) override { in onDeath() function
/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkC2Common.h84 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component> &comp) override { in onDeath() function
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java729 public void onDeath() { in onDeath() method in WifiNative.VendorHalDeathHandlerInternal
757 public void onDeath() { in onDeath() method in WifiNative.SupplicantDeathHandlerInternal
771 public void onDeath() { in onDeath() method in WifiNative.HostapdDeathHandlerInternal
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Dlibbinder_ndk_unit_test.cpp366 auto onDeath = static_cast<std::function<void(void)>*>(cookie); in LambdaOnDeath() local
381 std::function<void(void)> onDeath = [&] { in TEST() local
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java429 @Nullable String attributionTag, @NonNull Runnable onDeath, int proxyUid, in acquire()
762 @NonNull Runnable onDeath, @AppOpsManager.UidState int uidState, in InProgressStartOpEvent()
812 @Nullable String attributionTag, @NonNull Runnable onDeath, in reinit()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp616 virtual void onDeath( in onDeath() function