Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_HwRemoteBinder.h35 class HwBinderDeathRecipientList : public RefBase {
40 ~HwBinderDeathRecipientList() override;
43 explicit HwBinderDeathRecipientList();
45 DISALLOW_COPY_AND_ASSIGN(HwBinderDeathRecipientList);
71 sp<HwBinderDeathRecipientList> getDeathRecipientList() const;
75 sp<HwBinderDeathRecipientList> mDeathRecipientList;
Dandroid_os_HwRemoteBinder.cpp73 …athRecipient(JNIEnv* env, jobject object, jlong cookie, const sp<HwBinderDeathRecipientList>& list) in HwBinderDeathRecipient()
88 sp<HwBinderDeathRecipientList> list = mList.promote(); in binderDied()
120 sp<HwBinderDeathRecipientList> list = mList.promote(); in clearReference()
178 wp<HwBinderDeathRecipientList> mList;
182 HwBinderDeathRecipientList::HwBinderDeathRecipientList() { in HwBinderDeathRecipientList() function in android::HwBinderDeathRecipientList
185 HwBinderDeathRecipientList::~HwBinderDeathRecipientList() { in ~HwBinderDeathRecipientList()
193 void HwBinderDeathRecipientList::add(const sp<HwBinderDeathRecipient>& recipient) { in add()
199 void HwBinderDeathRecipientList::remove(const sp<HwBinderDeathRecipient>& recipient) { in remove()
210 sp<HwBinderDeathRecipient> HwBinderDeathRecipientList::find(jobject recipient) { in find()
222 Mutex& HwBinderDeathRecipientList::lock() { in lock()
[all …]