Searched refs:onDeath (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/binder/ndk/tests/ |
D | libbinder_ndk_unit_test.cpp | 502 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/ |
D | AttributedOp.java | 721 @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/ |
D | DeathPipe.h | 83 void onDeath() const { in onDeath() function
|
D | DeathPipe.cpp | 86 obituary->onDeath(); in onDeathCallback()
|
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.h | 84 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/ |
D | media_c2_hidl_test_common.h | 112 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component>& comp) override { in onDeath() function
|
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/ |
D | client.h | 363 virtual void onDeath(
|
/frameworks/av/media/codec2/hal/client/ |
D | client.cpp | 1963 listener->onDeath(weakComponent); in OnBinderDied() 2685 listener->onDeath(component); in setDeathListener()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 872 virtual void onDeath( in onDeath() function
|