Searched refs:recipient (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_ibinder.cpp | 102 AIBinder_DeathRecipient* recipient = in TEST_F() local 106 AIBinder_linkToDeath(binder, recipient, nullptr /*cookie*/)); in TEST_F() 108 AIBinder_DeathRecipient_delete(recipient); in TEST_F() 372 AIBinder_DeathRecipient* recipient = in TEST_F() local 374 EXPECT_NE(nullptr, recipient); in TEST_F() 391 AIBinder_linkToDeath(nullptr, recipient, kVoidStar /*cookie*/)); in TEST_F() 395 AIBinder_unlinkToDeath(nullptr, recipient, kVoidStar /*cookie*/)); in TEST_F() 467 AIBinder_DeathRecipient_delete(recipient); in TEST_F()
|
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/ |
D | Authenticator.java | 81 public void linkToDeath(DeathRecipient recipient, int flags) 85 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0921/src/android/security/cts/CVE_2021_0921/ |
D | Authenticator.java | 69 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { 73 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
|