Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.cpp64 mWatchdogServiceDeathRecipient( in WatchdogServiceHelper()
106 mDeathRegistrationWrapper->linkToDeath(aiBinder, mWatchdogServiceDeathRecipient.get(), in registerService()
223 mDeathRegistrationWrapper->unlinkToDeath(aiBinder, mWatchdogServiceDeathRecipient.get(), in unregisterServiceLocked()
DWatchdogServiceHelper.h136 ndk::ScopedAIBinder_DeathRecipient mWatchdogServiceDeathRecipient; variable