Home
last modified time | relevance | path

Searched refs:ListenerDeathRecipient (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTrustedPresentationListenerController.java58 private final class ListenerDeathRecipient implements IBinder.DeathRecipient { class in TrustedPresentationListenerController.Listeners
62 ListenerDeathRecipient(IBinder listenerBinder) { in ListenerDeathRecipient() method in TrustedPresentationListenerController.Listeners.ListenerDeathRecipient
94 ArrayMap<IBinder, ListenerDeathRecipient> mUniqueListeners = new ArrayMap<>();
107 ListenerDeathRecipient::new); in register()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp646 struct ListenerDeathRecipient : public HwDeathRecipient { in initListener() struct
647 ListenerDeathRecipient(const wp<Component>& comp) in initListener() argument
667 mDeathRecipient = new ListenerDeathRecipient(self); in initListener()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp607 struct ListenerDeathRecipient : public HwDeathRecipient { in initListener() struct
608 ListenerDeathRecipient(const wp<Component>& comp) in initListener() argument
628 mDeathRecipient = new ListenerDeathRecipient(self); in initListener()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp619 struct ListenerDeathRecipient : public HwDeathRecipient { in initListener() struct
620 ListenerDeathRecipient(const wp<Component>& comp) in initListener() argument
640 mDeathRecipient = new ListenerDeathRecipient(self); in initListener()