Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputClassifier_test.cpp177 class TestDeathRecipient : public android::hardware::hidl_death_recipient { class
190 mMotionClassifier = MotionClassifier::create(new TestDeathRecipient()); in SetUp()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp398 class TestDeathRecipient : public IBinder::DeathRecipient, public BinderLibTestEvent class
623 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); in TEST_F()
697 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); in TEST_F()
1384 sp<TestDeathRecipient> testDeathRecipient = new TestDeathRecipient(); in onTransact()