Searched refs:StHalDeathRecipient (Results 1 – 2 of 2) sorted by relevance
51 class StHalDeathRecipient : public hidl_death_recipient {53 StHalDeathRecipient() = delete;54 explicit StHalDeathRecipient(std::function<void()> cb) : mCallback(cb) {} in StHalDeathRecipient() function131 sp<StHalDeathRecipient> mDeathRecipient;
55 mDeathRecipient = new StHalDeathRecipient(cb); in StHalLpmaHandler()