/system/security/keystore/ |
D | confirmation_manager.cpp | 97 listener->linkToDeath(mDeathRecipient); in presentConfirmationPrompt() 98 confirmationUI->linkToDeath(this, 0); in presentConfirmationPrompt()
|
D | operation.cpp | 37 if (mAppTokenMap.find(appToken) == mAppTokenMap.end()) appToken->linkToDeath(mDeathRecipient); in addOperation()
|
/system/libhwbinder/include/hwbinder/ |
D | IBinder.h | 88 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
|
D | Binder.h | 39 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
|
D | BpHwBinder.h | 41 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
|
/system/netd/server/ |
D | EventReporter.cpp | 68 android::IInterface::asBinder(listener)->linkToDeath(deathRecipient); in registerUnsolEventListener()
|
D | OemNetdListener.cpp | 73 ::android::IInterface::asBinder(listener)->linkToDeath(deathRecipient); in registerOemUnsolicitedEventListenerInternal()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendControlService.cpp | 54 auto status = cb->linkToDeath(this); in registerCallback()
|
/system/libhidl/transport/token/1.0/utils/ |
D | HybridInterface.cpp | 52 auto transaction = gTokenManager->linkToDeath( in isBadTokenManager()
|
/system/core/libbinderwrapper/ |
D | real_binder_wrapper.cc | 90 if (binder->linkToDeath(recipient) != OK) { in RegisterForDeathNotifications()
|
/system/bt/service/example/heart_rate/ |
D | server_main.cc | 113 if (android::IInterface::asBinder(bluetooth.get())->linkToDeath(dr) != in main()
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 205 virtual status_t linkToDeath( 452 status_t H2BConverter<HINTERFACE, BNINTERFACE>::linkToDeath( in linkToDeath() function 461 if (!mBase->linkToDeath(mObituaries.back(), 0)) { in linkToDeath()
|
/system/hwservicemanager/ |
D | ServiceManager.cpp | 391 bool linkRet = service->linkToDeath(this, kServiceDiedCookie).withDefault(false); in addImpl() 490 bool ret = callback->linkToDeath(this, kPackageListenerDiedCookie).withDefault(false); in registerForNotifications() 501 bool ret = callback->linkToDeath(this, kServiceListenerDiedCookie).withDefault(false); in registerForNotifications() 590 bool linkRet = cb->linkToDeath(this, kClientCallbackDiedCookie).withDefault(false); in registerClientCallback()
|
/system/libhwbinder/ |
D | Binder.cpp | 129 status_t BHwBinder::linkToDeath( in linkToDeath() function in android::hardware::BHwBinder
|
D | BpHwBinder.cpp | 116 status_t BpHwBinder::linkToDeath( in linkToDeath() function in android::hardware::BpHwBinder
|
/system/libhidl/transport/base/1.0/vts/functional/ |
D | vts_ibase_test.cpp | 145 EXPECT_OK(base.service->linkToDeath(recipient, 0 /* cookie */)) in TEST_F()
|
/system/bt/hci/src/ |
D | hci_layer_android.cc | 119 auto death_link = btHci->linkToDeath(bluetoothHciDeathRecipient, 0); in hci_initialize()
|
/system/bt/service/ipc/binder/ |
D | remote_callback_list.h | 125 if (binder->linkToDeath(dr) != android::NO_ERROR) { in Register()
|
D | remote_callback_map.h | 139 if (binder->linkToDeath(dr) != android::NO_ERROR) { in Register()
|
/system/bt/vendor_libs/linux/interface/ |
D | bluetooth_hci.cc | 275 cb->linkToDeath(death_recipient_, 0); in initialize()
|
/system/connectivity/wificond/scanning/offload/ |
D | offload_scan_manager.cpp | 98 wifi_offload_hal_->linkToDeath(death_recipient_, cookie); in InitService()
|
/system/core/storaged/ |
D | storaged.cpp | 124 health->linkToDeath(this, 0 /* cookie */); in init_health_service()
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 82 cb->linkToDeath(death_recipient_, 0); in initialize()
|
/system/libhidl/transport/base/1.0/ |
D | IBase.hal | 87 linkToDeath(death_recipient recipient, uint64_t cookie) generates (bool success);
|
/system/bt/btif/src/ |
D | btif_a2dp_audio_interface.cc | 275 auto death_link = btAudio->linkToDeath(bluetoothAudioDeathRecipient, 0); in btif_a2dp_audio_interface_init()
|