Searched refs:unlinkToDeath (Results 1 - 20 of 20) sorted by relevance

/system/libhidl/transport/base/1.0/
H A DIBase.hal94 unlinkToDeath(death_recipient recipient) generates (bool success);
/system/libhwbinder/include/hwbinder/
H A DIBinder.h99 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
H A DBinder.h43 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
H A DBpHwBinder.h44 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
/system/libhidl/transport/token/1.0/utils/
H A DHybridInterface.cpp69 gTokenManager->unlinkToDeath(gTokenManagerDeathRecipient).isOk();
/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h130 virtual status_t unlinkToDeath(
283 unlinkToDeath( function in class:android::H2BConverter
295 bool success = mBase->unlinkToDeath(*i);
/system/core/healthd/
H A DBatteryPropertiesRegistrar.cpp79 IInterface::asBinder(mListeners[i])->unlinkToDeath(this);
/system/core/libbinderwrapper/
H A Dreal_binder_wrapper.cc106 if (binder->unlinkToDeath(it->second) != OK) {
/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc120 cb->unlinkToDeath(death_recipient);
/system/libhwbinder/
H A DBinder.cpp110 status_t BHwBinder::unlinkToDeath( function in class:android::hardware::BHwBinder
H A DBpHwBinder.cpp150 status_t BpHwBinder::unlinkToDeath( function in class:android::hardware::BpHwBinder
/system/bt/service/ipc/binder/
H A Dremote_callback_list.h164 if (IInterface::asBinder(dr->get_callback().get())->unlinkToDeath(dr) !=
168 // We removed the entry from |map_| but unlinkToDeath failed. There isn't
195 // Remove the callback but no need to call unlinkToDeath.
H A Dremote_callback_map.h200 if (IInterface::asBinder(dr->get_callback().get())->unlinkToDeath(dr) !=
204 // We removed the entry from |map_| but unlinkToDeath failed. There isn't
231 // Remove the callback but no need to call unlinkToDeath.
/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.cc297 cb->unlinkToDeath(death_recipient);
/system/connectivity/wificond/scanning/offload/
H A Doffload_scan_manager.cpp261 wifi_offload_hal_->unlinkToDeath(death_recipient_);
/system/security/keystore/
H A Doperation.cpp99 appToken->unlinkToDeath(mDeathRecipient);
/system/chre/host/hal_generic/
H A Dgeneric_context_hub.cc180 mCallbacks->unlinkToDeath(mDeathRecipient);
/system/hwservicemanager/
H A DServiceManager.cpp224 auto ret = hidlService->getService()->unlinkToDeath(this);
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java642 ExpectTrue(proxy.unlinkToDeath(recipient2));
/system/tools/hidl/test/
H A Dhidl_test_client.cpp1470 EXPECT_TRUE(dyingBaz->unlinkToDeath(recipient2));
1479 EXPECT_FALSE(dyingBaz->unlinkToDeath(recipient2));

Completed in 712 milliseconds