Home
last modified time | relevance | path

Searched refs:RemoteDeathRecipient (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/
Dremote_death_recipient.h28 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient {
30 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function
34 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
Dhci_interface_impl.h41 sptr<RemoteDeathRecipient> remoteDeathRecipient_ = nullptr;
Dhci_interface_impl.cpp38 … new RemoteDeathRecipient(std::bind(&HciInterfaceImpl::OnRemoteDied, this, std::placeholders::_1)); in HciInterfaceImpl()