Home
last modified time | relevance | path

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

/system/chre/host/common/include/chre_host/
Dst_hal_lpma_handler.h51 class StHalDeathRecipient : public hidl_death_recipient {
53 StHalDeathRecipient() = delete;
54 explicit StHalDeathRecipient(std::function<void()> cb) : mCallback(cb) {} in StHalDeathRecipient() function
131 sp<StHalDeathRecipient> mDeathRecipient;
/system/chre/host/common/
Dst_hal_lpma_handler.cc55 mDeathRecipient = new StHalDeathRecipient(cb); in StHalLpmaHandler()