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

/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp496 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); local
501 ret = binder->linkToDeath(testDeathRecipient);
505 ret = testDeathRecipient->waitEvent(5);
508 ret = binder->unlinkToDeath(testDeathRecipient);
518 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); local
523 ret = binder->linkToDeath(testDeathRecipient);
528 ret = testDeathRecipient->waitEvent(5);
531 ret = binder->unlinkToDeath(testDeathRecipient);
541 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); local
546 ret = binder->linkToDeath(testDeathRecipient);
821 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); local
[all...]

Completed in 175 milliseconds