Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.h98 sp<DeathRecipient> mDeathRecipient; member
DNanohubHidlAdapter.cpp51 : mDeathRecipient(new DeathRecipient(this)), in Contexthub()
175 mCachedHubInfo[hubId].callback->unlinkToDeath(mDeathRecipient); in registerCallback()
180 Return<bool> linkResult = cb->linkToDeath(mDeathRecipient, hubId); in registerCallback()