Home
last modified time | relevance | path

Searched refs:AIBinder_DeathRecipient (Results 1 – 21 of 21) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DAIBinderDeathRegistrationWrapper.h33 virtual ndk::ScopedAStatus linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
39 virtual ndk::ScopedAStatus unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
45 ndk::ScopedAStatus linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
47 ndk::ScopedAStatus unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
DAIBinderDeathRegistrationWrapper.cpp26 AIBinder_DeathRecipient* recipient, in linkToDeath()
31 AIBinder_DeathRecipient* recipient, in unlinkToDeath()
DWatchdogProcessService.h196 ndk::ScopedAStatus linkToDeath(AIBinder_DeathRecipient* recipient) const;
197 ndk::ScopedAStatus unlinkToDeath(AIBinder_DeathRecipient* recipient) const;
DWatchdogProcessService.cpp1365 AIBinder_DeathRecipient* recipient) const { in linkToDeath()
1377 AIBinder_DeathRecipient* recipient) const { in unlinkToDeath()
/packages/services/Car/cpp/watchdog/server/tests/
DMockAIBinderDeathRegistrationWrapper.h37 MOCK_METHOD(ndk::ScopedAStatus, linkToDeath, (AIBinder*, AIBinder_DeathRecipient*, void*),
39 MOCK_METHOD(ndk::ScopedAStatus, unlinkToDeath, (AIBinder*, AIBinder_DeathRecipient*, void*),
/packages/services/Car/cpp/vhal/client/include/
DAidlVhalClient.h120 virtual binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
122 virtual binder_status_t unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
128 binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
130 binder_status_t unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
/packages/modules/DnsResolver/
DResolverEventReporter.cpp127 static AIBinder_DeathRecipient* deathRecipient = nullptr; in addListenerImplLocked()
178 static AIBinder_DeathRecipient* deathRecipient = nullptr; in addUnsolEventListenerImplLocked()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h279 virtual binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
281 virtual binder_status_t unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
287 binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
289 binder_status_t unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
DCarPowerPolicyServer.cpp1313 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in linkToDeath()
1318 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in unlinkToDeath()
/packages/services/Car/service/jni/evs/
DLinkUnlinkToDeathBase.h27 virtual binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
DEvsServiceContext.h54 binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
DEvsServiceContext.cpp126 AIBinder_DeathRecipient* recipient, in linkToDeath()
/packages/services/Car/service/jni/test-libs/
DMockEvsServiceFactory.cpp42 binder_status_t MockLinkUnlinkToDeath::linkToDeath(AIBinder*, AIBinder_DeathRecipient*, in linkToDeath() argument
DMockEvsServiceFactory.h43 binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp280 MOCK_METHOD(binder_status_t, linkToDeath, (AIBinder*, AIBinder_DeathRecipient*, void*),
282 MOCK_METHOD(binder_status_t, unlinkToDeath, (AIBinder*, AIBinder_DeathRecipient*, void*),
288 Invoke([this, linkToDeathResult](AIBinder*, AIBinder_DeathRecipient*, in expectLinkToDeathStatus()
296 Invoke([this](AIBinder*, AIBinder_DeathRecipient*, void* cookie) { in expectLinkToDeathStatus() argument
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClient.cpp114 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in tryRegisterPipeRunner()
DAidlClientImpl.cpp245 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in init()
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp156 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in linkToDeath()
161 AIBinder* binder, AIBinder_DeathRecipient* recipient, void* cookie) { in unlinkToDeath()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp249 [[maybe_unused]] AIBinder_DeathRecipient* recipient, in linkToDeath()
255 binder_status_t unlinkToDeath(AIBinder*, AIBinder_DeathRecipient*, void*) override { in unlinkToDeath() argument
/packages/modules/DnsResolver/tests/
Dresolv_private_dns_test.cpp255 inline static AIBinder_DeathRecipient* sResolvDeathRecipient;
Dresolv_integration_test.cpp430 static AIBinder_DeathRecipient* sResolvDeathRecipient; // Initialized in SetUpTestSuite.
439 AIBinder_DeathRecipient* ResolverTest::sResolvDeathRecipient;