Home | History | Annotate | Download | only in tests

Lines Matching refs:DeathRecipient

148 class ExitOnDeath : public IBinder::DeathRecipient {
371 static sp<IBinder::DeathRecipient> getDeathRecipient() {
372 static sp<IBinder::DeathRecipient> recipient = new ExitOnDeath;