Home
last modified time | relevance | path

Searched refs:ExitOnDeath (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp154 class ExitOnDeath : public IBinder::DeathRecipient { class
156 ~ExitOnDeath() override = default;
386 static sp<IBinder::DeathRecipient> recipient = new ExitOnDeath; in getDeathRecipient()