/packages/services/Car/cpp/watchdog/server/src/ |
D | AIBinderDeathRegistrationWrapper.h | 33 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,
|
D | AIBinderDeathRegistrationWrapper.cpp | 26 AIBinder_DeathRecipient* recipient, in linkToDeath() 31 AIBinder_DeathRecipient* recipient, in unlinkToDeath()
|
D | WatchdogProcessService.h | 196 ndk::ScopedAStatus linkToDeath(AIBinder_DeathRecipient* recipient) const; 197 ndk::ScopedAStatus unlinkToDeath(AIBinder_DeathRecipient* recipient) const;
|
D | WatchdogProcessService.cpp | 1365 AIBinder_DeathRecipient* recipient) const { in linkToDeath() 1377 AIBinder_DeathRecipient* recipient) const { in unlinkToDeath()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | MockAIBinderDeathRegistrationWrapper.h | 37 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/ |
D | AidlVhalClient.h | 120 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/ |
D | ResolverEventReporter.cpp | 127 static AIBinder_DeathRecipient* deathRecipient = nullptr; in addListenerImplLocked() 178 static AIBinder_DeathRecipient* deathRecipient = nullptr; in addUnsolEventListenerImplLocked()
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.h | 279 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,
|
D | CarPowerPolicyServer.cpp | 1313 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/ |
D | LinkUnlinkToDeathBase.h | 27 virtual binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
|
D | EvsServiceContext.h | 54 binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
|
D | EvsServiceContext.cpp | 126 AIBinder_DeathRecipient* recipient, in linkToDeath()
|
/packages/services/Car/service/jni/test-libs/ |
D | MockEvsServiceFactory.cpp | 42 binder_status_t MockLinkUnlinkToDeath::linkToDeath(AIBinder*, AIBinder_DeathRecipient*, in linkToDeath() argument
|
D | MockEvsServiceFactory.h | 43 binder_status_t linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
|
/packages/services/Car/cpp/powerpolicy/server/tests/ |
D | CarPowerPolicyServerTest.cpp | 280 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/ |
D | AidlClient.cpp | 114 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in tryRegisterPipeRunner()
|
D | AidlClientImpl.cpp | 245 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(&deathNotifier); in init()
|
/packages/services/Car/cpp/vhal/client/src/ |
D | AidlVhalClient.cpp | 156 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/ |
D | AidlVhalClientTest.cpp | 249 [[maybe_unused]] AIBinder_DeathRecipient* recipient, in linkToDeath() 255 binder_status_t unlinkToDeath(AIBinder*, AIBinder_DeathRecipient*, void*) override { in unlinkToDeath() argument
|
/packages/modules/DnsResolver/tests/ |
D | resolv_private_dns_test.cpp | 255 inline static AIBinder_DeathRecipient* sResolvDeathRecipient;
|
D | resolv_integration_test.cpp | 430 static AIBinder_DeathRecipient* sResolvDeathRecipient; // Initialized in SetUpTestSuite. 439 AIBinder_DeathRecipient* ResolverTest::sResolvDeathRecipient;
|