Home
last modified time | relevance | path

Searched refs:mAidlDeathSeq (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h536 std::optional<size_t> mAidlDeathSeq; member
/frameworks/av/media/codec2/hal/client/
Dclient.cpp2058 if (mAidlDeathSeq) { in ~Component()
2059 GetAidlDeathManager()->unlinkToDeath(*mAidlDeathSeq, mAidlBase); in ~Component()
2695 component->mAidlDeathSeq = seq; in setDeathListener()