Home
last modified time | relevance | path

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

/drivers/peripheral/sensor/hdi_impl/
Dcallback_death_recipient.h27 class CallBackDeathRecipient : public IRemoteObject::DeathRecipient {
29 explicit CallBackDeathRecipient(const wptr<SensorImpl> &sensorImpl) : sensorImpl(sensorImpl) {}; in CallBackDeathRecipient() function
30 virtual ~CallBackDeathRecipient() = default;
Dsensor_impl.cpp35 …sing CallBackDeathRecipientMap = std::unordered_map<IRemoteObject *, sptr<CallBackDeathRecipient>>;
415 sptr<CallBackDeathRecipient> callBackDeathRecipient = new CallBackDeathRecipient(this); in AddSensorDeathRecipient()