Searched refs:dr (Results 1 - 6 of 6) sorted by relevance

/system/bt/service/ipc/binder/
H A Dremote_callback_list.h123 sp<CallbackDeathRecipient> dr(new CallbackDeathRecipient(callback, this));
125 if (binder->linkToDeath(dr) != android::NO_ERROR) {
130 callbacks_[binder.get()] = dr;
161 sp<CallbackDeathRecipient> dr = iter->second; local
164 if (IInterface::asBinder(dr->get_callback().get())->unlinkToDeath(dr) !=
H A Dremote_callback_map.h136 sp<CallbackDeathRecipient> dr(
139 if (binder->linkToDeath(dr) != android::NO_ERROR) {
144 map_[key] = dr;
197 sp<CallbackDeathRecipient> dr = iter->second; local
200 if (IInterface::asBinder(dr->get_callback().get())->unlinkToDeath(dr) !=
/system/bt/service/example/heart_rate/
H A Dserver_main.cc114 sp<BluetoothDeathRecipient> dr(
116 if (android::IInterface::asBinder(bluetooth.get())->linkToDeath(dr) !=
/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h163 sp<IBinder::DeathRecipient> dr = recipient.promote(); variable
164 if (dr != nullptr) {
165 dr->binderDied(who);
/system/bt/service/client/
H A Dmain.cc1050 sp<BluetoothDeathRecipient> dr(new BluetoothDeathRecipient());
1051 if (android::IInterface::asBinder(bt_iface.get())->linkToDeath(dr) !=
/system/libhidl/base/include/hidl/
H A DHidlSupport.h961 inline std::string toString(const sp<hidl_death_recipient> &dr) { argument
962 return std::string{"death_recipient@"} + toString(dr.get());

Completed in 5772 milliseconds