Searched refs:HwBinderDeathRecipientList (Results 1 – 2 of 2) sorted by relevance
35 class HwBinderDeathRecipientList : public RefBase {40 HwBinderDeathRecipientList();41 ~HwBinderDeathRecipientList();67 sp<HwBinderDeathRecipientList> getDeathRecipientList() const;76 sp<HwBinderDeathRecipientList> mDeathRecipientList;
73 …athRecipient(JNIEnv* env, jobject object, jlong cookie, const sp<HwBinderDeathRecipientList>& list) in HwBinderDeathRecipient()95 sp<HwBinderDeathRecipientList> list = mList.promote(); in binderDied()110 sp<HwBinderDeathRecipientList> list = mList.promote(); in clearReference()168 wp<HwBinderDeathRecipientList> mList;172 HwBinderDeathRecipientList::HwBinderDeathRecipientList() { in HwBinderDeathRecipientList() function in android::HwBinderDeathRecipientList175 HwBinderDeathRecipientList::~HwBinderDeathRecipientList() { in ~HwBinderDeathRecipientList()183 void HwBinderDeathRecipientList::add(const sp<HwBinderDeathRecipient>& recipient) { in add()189 void HwBinderDeathRecipientList::remove(const sp<HwBinderDeathRecipient>& recipient) { in remove()200 sp<HwBinderDeathRecipient> HwBinderDeathRecipientList::find(jobject recipient) { in find()212 Mutex& HwBinderDeathRecipientList::lock() { in lock()[all …]