Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp629 struct ListenerDeathRecipient : public HwDeathRecipient { in initListener() struct
630 ListenerDeathRecipient(const wp<Component>& comp) in initListener() argument
634 virtual void serviceDied( in initListener()
647 wp<Component> mComponent; in initListener()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp641 struct ListenerDeathRecipient : public HwDeathRecipient { in initListener() struct
642 ListenerDeathRecipient(const wp<Component>& comp) in initListener() function
646 virtual void serviceDied( in initListener()
659 wp<Component> component; in initListener()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp668 struct ListenerDeathRecipient : public HwDeathRecipient { in initListener() struct
669 ListenerDeathRecipient(const wp<Component>& comp) in initListener() argument
673 virtual void serviceDied( in initListener()
686 wp<Component> component; in initListener()
/frameworks/base/services/core/java/com/android/server/wm/
DTrustedPresentationListenerController.java61 private final class ListenerDeathRecipient implements IBinder.DeathRecipient { class in TrustedPresentationListenerController.Listeners
65 ListenerDeathRecipient(IBinder listenerBinder) { in ListenerDeathRecipient() method in TrustedPresentationListenerController.Listeners.ListenerDeathRecipient