Searched refs:RemoteDeathRecipient (Results 1 – 3 of 3) sorted by relevance
28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
41 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
38 … new RemoteDeathRecipient(std::bind(&HciInterfaceImpl::OnRemoteDied, this, std::placeholders::_1)); in HciInterfaceImpl()