Searched refs:CallBackDeathRecipient (Results 1 – 2 of 2) sorted by relevance
27 class CallBackDeathRecipient : public IRemoteObject::DeathRecipient {29 explicit CallBackDeathRecipient(const wptr<SensorImpl> &sensorImpl) : sensorImpl(sensorImpl) {}; in CallBackDeathRecipient() function30 virtual ~CallBackDeathRecipient() = default;
35 …sing CallBackDeathRecipientMap = std::unordered_map<IRemoteObject *, sptr<CallBackDeathRecipient>>;415 sptr<CallBackDeathRecipient> callBackDeathRecipient = new CallBackDeathRecipient(this); in AddSensorDeathRecipient()