Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp502 std::function<void(void)>*onDeath, *onUnlink; member
516 (*funcs->onDeath)(); in LambdaOnDeath()
538 std::function<void(void)> onDeath = [&] { in TEST() local
558 DeathRecipientCookie* cookie = new DeathRecipientCookie{&onDeath, &onUnlink}; in TEST()
590 std::function<void(void)> onDeath = [&] { in TEST() local
620 DeathRecipientCookie* cookie = new DeathRecipientCookie{&onDeath, &onUnlink}; in TEST()
652 std::function<void(void)> onDeath = [&] { in TEST() local
681 DeathRecipientCookie* cookie = new DeathRecipientCookie{&onDeath, &onUnlink}; in TEST()
713 std::function<void(void)> onDeath = [&] {}; in TEST() local
730 DeathRecipientCookie* cookie = new DeathRecipientCookie{&onDeath, &onUnlink}; in TEST()
/frameworks/base/services/core/java/com/android/server/appop/
DAttributedOp.java721 @NonNull Runnable onDeath, @AppOpsManager.UidState int uidState, in InProgressStartOpEvent() argument
730 mOnDeath = onDeath; in InProgressStartOpEvent()
773 @Nullable String attributionTag, int virtualDeviceId, @NonNull Runnable onDeath, in reinit() argument
784 mOnDeath = onDeath; in reinit()
866 @Nullable String attributionTag, int virtualDeviceId, @NonNull Runnable onDeath, in acquire() argument
883 onDeath, uidState, flags, proxyInfo, attributionFlags, attributionChainId, in acquire()
889 attributionTag, onDeath, uidState, proxyInfo, flags, attributionFlags, in acquire()
/frameworks/av/services/camera/libcameraservice/aidl/
DDeathPipe.h83 void onDeath() const { in onDeath() function
DDeathPipe.cpp86 obituary->onDeath(); in onDeathCallback()
/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/hal/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.h112 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component>& comp) override { in onDeath() function
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h363 virtual void onDeath(
/frameworks/av/media/codec2/hal/client/
Dclient.cpp1963 listener->onDeath(weakComponent); in OnBinderDied()
2685 listener->onDeath(component); in setDeathListener()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp872 virtual void onDeath( in onDeath() function