Home
last modified time | relevance | path

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

/system/chre/host/common/
Dst_hal_lpma_handler.cc55 mDeathRecipient = new StHalDeathRecipient(cb); in StHalLpmaHandler()
135 mStHalService->linkToDeath(mDeathRecipient, 0 /* flags */); in checkConnectionToStHalServiceLocked()
/system/chre/host/common/include/chre_host/
Dst_hal_lpma_handler.h131 sp<StHalDeathRecipient> mDeathRecipient; variable
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h100 mDeathRecipient = new DeathRecipient(this); in GenericContextHubBase()
203 mCallbacks->unlinkToDeath(mDeathRecipient); in registerCallbackCommon()
205 Return<bool> linkReturn = cb->linkToDeath(mDeathRecipient, hubId); in registerCallbackCommon()
579 sp<DeathRecipient> mDeathRecipient; variable