Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp518 struct ListenerDeathRecipient : public HwDeathRecipient { in initListener() struct
519 ListenerDeathRecipient(const wp<Component>& comp) in initListener() function
523 virtual void serviceDied( in initListener()
536 wp<Component> component; in initListener()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp511 struct ListenerDeathRecipient : public HwDeathRecipient { in initListener() struct
512 ListenerDeathRecipient(const wp<Component>& comp) in initListener() argument
516 virtual void serviceDied( in initListener()
529 wp<Component> mComponent; in initListener()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp549 struct ListenerDeathRecipient : public HwDeathRecipient { in initListener() struct
550 ListenerDeathRecipient(const wp<Component>& comp) in initListener() argument
554 virtual void serviceDied( in initListener()
567 wp<Component> component; in initListener()