Searched defs:testDeathRecipient (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp556 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); local
561 ret = binder->linkToDeath(testDeathRecipient);
565 ret = testDeathRecipient->waitEvent(5);
568 ret = binder->unlinkToDeath(testDeathRecipient);
578 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); local
583 ret = binder->linkToDeath(testDeathRecipient);
588 ret = testDeathRecipient->waitEvent(5);
591 ret = binder->unlinkToDeath(testDeathRecipient);
601 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); local
606 ret = binder->linkToDeath(testDeathRecipient);
678 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); local
1099 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); local
[all...]

Completed in 25 milliseconds