Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A 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;
H A Dandroid_os_HwRemoteBinder.cpp95 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::HwBinderDeathRecipientList
175 HwBinderDeathRecipientList::~HwBinderDeathRecipientList() { in ~HwBinderDeathRecipientList()
183 void HwBinderDeathRecipientList::add(const sp<HwBinderDeathRecipient>& recipient) { in add()
200 sp<HwBinderDeathRecipient> HwBinderDeathRecipientList::find(jobject recipient) { in find()
212 Mutex& HwBinderDeathRecipientList::lock() { in lock()
274 : mBinder(binder), mDeathRecipientList(new HwBinderDeathRecipientList()) {} in JHwRemoteBinder()
284 sp<HwBinderDeathRecipientList> JHwRemoteBinder::getDeathRecipientList() const { in getDeathRecipientList()
[all …]