/system/bt/test/mock/ |
D | mock_android_hardware_audio.cc | 29 ::android::hardware::Return<bool> linkToDeath( in linkToDeath() function in android::hardware::bluetooth::a2dp::V1_0::BluetoothAudioHost
|
/system/iorap/src/binder/ |
D | package_manager_remote.cc | 176 android::IInterface::asBinder(package_service_.get())->linkToDeath(death_recipient); in RegisterPackageManagerDeathRecipient() 184 package_service_.get())->linkToDeath(death_recipient)) { in RegisterPackageManagerDeathRecipient()
|
/system/netd/server/ |
D | EventReporter.cpp | 68 android::IInterface::asBinder(listener)->linkToDeath(deathRecipient); in registerUnsolEventListener()
|
D | OemNetdListener.cpp | 67 ::android::IInterface::asBinder(listener)->linkToDeath(deathRecipient); in registerOemUnsolicitedEventListenerInternal()
|
/system/libhwbinder/include/hwbinder/ |
D | IBinder.h | 124 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
|
D | BpHwBinder.h | 45 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
|
D | Binder.h | 43 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
|
/system/libhidl/transport/token/1.0/utils/ |
D | HybridInterface.cpp | 52 auto transaction = gTokenManager->linkToDeath( in isBadTokenManager()
|
/system/bt/service/example/heart_rate/ |
D | server_main.cc | 113 if (android::IInterface::asBinder(bluetooth.get())->linkToDeath(dr) != in main()
|
/system/core/libbinderwrapper/ |
D | real_binder_wrapper.cc | 90 if (binder->linkToDeath(recipient) != OK) { in RegisterForDeathNotifications()
|
/system/bt/gd/os/android/ |
D | wakelock_native.cc | 64 pimpl_->suspend_service->linkToDeath(pimpl_->suspend_death_recipient, 0 /* cookie */); in Initialize()
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 205 virtual status_t linkToDeath( 455 status_t H2BConverter<HINTERFACE, BNINTERFACE>::linkToDeath( in linkToDeath() function 464 if (!mBase->linkToDeath(mObituaries.back(), 0)) { in linkToDeath()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendControlService.cpp | 54 auto status = cb->linkToDeath(this); in registerCallback() 81 IInterface::asBinder(callback)->linkToDeath(this) != NO_ERROR) { in registerWakelockCallback()
|
/system/chre/host/common/ |
D | st_hal_lpma_handler.cc | 135 mStHalService->linkToDeath(mDeathRecipient, 0 /* flags */); in checkConnectionToStHalServiceLocked()
|
/system/hwservicemanager/ |
D | ServiceManager.cpp | 448 bool linkRet = service->linkToDeath(this, kServiceDiedCookie).withDefault(false); in addImpl() 547 bool ret = callback->linkToDeath(this, kPackageListenerDiedCookie).withDefault(false); in registerForNotifications() 558 bool ret = callback->linkToDeath(this, kServiceListenerDiedCookie).withDefault(false); in registerForNotifications() 647 bool linkRet = cb->linkToDeath(this, kClientCallbackDiedCookie).withDefault(false); in registerClientCallback()
|
/system/bt/gd/rust/hal/src/ffi/ |
D | hidl.cc | 78 auto death_link = bt_hci_->linkToDeath(hci_death_recipient_, 0); in start_hal()
|
/system/libhwbinder/ |
D | Binder.cpp | 148 status_t BHwBinder::linkToDeath( in linkToDeath() function in android::hardware::BHwBinder
|
D | BpHwBinder.cpp | 121 status_t BpHwBinder::linkToDeath( in linkToDeath() function in android::hardware::BpHwBinder
|
/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/security/keystore2/apc_compat/ |
D | apc_compat.cpp | 93 auto err = service_->linkToDeath(sp(this), 0); in promptUserConfirmation()
|
/system/bt/hci/src/ |
D | hci_layer_android.cc | 171 auto death_link = btHci->linkToDeath(bluetoothHciDeathRecipient, 0); in hci_initialize()
|
/system/bt/gd/hal/ |
D | hci_hal_android_hidl.cc | 217 auto death_link = bt_hci_->linkToDeath(hci_death_recipient_, 0); in Start()
|
/system/core/storaged/ |
D | storaged.cpp | 122 health->linkToDeath(this, 0 /* cookie */); in init_health_service()
|
/system/bt/vendor_libs/linux/interface/ |
D | bluetooth_hci.cc | 295 cb->linkToDeath(death_recipient_, 0); in initialize_impl()
|