Home
last modified time | relevance | path

Searched refs:ScopedDeathRecipient (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputProcessor.h112 class ScopedDeathRecipient {
114 explicit ScopedDeathRecipient(AIBinder_DeathRecipient_onBinderDied onBinderDied, void* cookie);
115 ScopedDeathRecipient(const ScopedDeathRecipient&) = delete;
116 ScopedDeathRecipient& operator=(ScopedDeathRecipient const&) = delete;
118 ~ScopedDeathRecipient();
287 std::unique_ptr<ScopedDeathRecipient> mHalDeathRecipient GUARDED_BY(mLock);
DInputProcessor.cpp108 ScopedDeathRecipient::ScopedDeathRecipient(AIBinder_DeathRecipient_onBinderDied onBinderDied, in ScopedDeathRecipient() function in android::ScopedDeathRecipient
114 void ScopedDeathRecipient::linkToDeath(AIBinder* binder) { in linkToDeath()
121 ScopedDeathRecipient::~ScopedDeathRecipient() { in ~ScopedDeathRecipient()
405 std::make_unique<ScopedDeathRecipient>(onBinderDied, /*cookie=*/this); in setMotionClassifierEnabled()