Searched refs:DeathRecipient (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | SubscriptionManager.h | 94 mCallbackDeathRecipient(new DeathRecipient( in SubscriptionManager() 141 class DeathRecipient : public hidl_death_recipient { 143 DeathRecipient(const OnClientDead& onClientDead) in DeathRecipient() function 145 ~DeathRecipient() = default; 147 DeathRecipient(const DeathRecipient& ) = delete; 148 DeathRecipient& operator=(const DeathRecipient&) = delete; 168 sp<DeathRecipient> mCallbackDeathRecipient;
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | ProtectCallback.cpp | 35 void DeathRecipient::serviceDied(uint64_t /*cookie*/, const wp<hidl::base::V1_0::IBase>& /*who*/) { in serviceDied() 43 void DeathRecipient::add(IProtectedCallback* killable) const { in add() 53 void DeathRecipient::remove(IProtectedCallback* killable) const { in remove() 65 auto deathRecipient = sp<DeathRecipient>::make(); in create() 76 DeathHandler::DeathHandler(sp<hidl::base::V1_0::IBase> object, sp<DeathRecipient> deathRecipient) in DeathHandler()
|
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/ |
D | ProtectCallback.h | 57 class DeathRecipient final : public hidl_death_recipient { 93 DeathHandler(sp<hidl::base::V1_0::IBase> object, sp<DeathRecipient> deathRecipient); 96 sp<DeathRecipient> mDeathRecipient;
|
/hardware/interfaces/contexthub/1.0/default/ |
D | Contexthub.h | 72 class DeathRecipient : public hidl_death_recipient { 74 DeathRecipient(const sp<Contexthub> contexthub); 88 sp<DeathRecipient> mDeathRecipient;
|
D | Contexthub.cpp | 41 mDeathRecipient(new DeathRecipient(this)), in Contexthub() 114 Contexthub::DeathRecipient::DeathRecipient(sp<Contexthub> contexthub) in DeathRecipient() function in android::hardware::contexthub::V1_0::implementation::Contexthub::DeathRecipient 117 void Contexthub::DeathRecipient::serviceDied( in serviceDied()
|
/hardware/qcom/sm8150/display/hdmi_cec/ |
D | QHDMIClient.h | 36 class QHDMIClient: public android::IBinder::DeathRecipient,
|
/hardware/qcom/display/msm8998/hdmi_cec/ |
D | QHDMIClient.h | 36 class QHDMIClient: public android::IBinder::DeathRecipient,
|
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | QHDMIClient.h | 36 class QHDMIClient: public android::IBinder::DeathRecipient,
|
/hardware/qcom/sm7250/display/hdmi_cec/ |
D | QHDMIClient.h | 36 class QHDMIClient: public android::IBinder::DeathRecipient,
|
/hardware/interfaces/uwb/aidl/default/src/ |
D | uwb_chip.rs | 7 use binder::{DeathRecipient, IBinder, Result, Strong}; 28 death_recipient: DeathRecipient, 158 let mut death_recipient = DeathRecipient::new(move || { in open()
|
/hardware/google/pixel/powerstats/include/pixelpowerstats/ |
D | AidlStateResidencyDataProvider.h | 38 public android::IBinder::DeathRecipient {
|