Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DIBinderRpcTest.aidl37 IBinder alwaysGiveMeTheSameBinder(); in alwaysGiveMeTheSameBinder() method
DbinderRpcTest.cpp143 Status alwaysGiveMeTheSameBinder(sp<IBinder>* out) override { in alwaysGiveMeTheSameBinder() function in android::MyBinderRpcTest
645 EXPECT_OK(proc.rootIface->alwaysGiveMeTheSameBinder(&a)); in TEST_P()
648 EXPECT_OK(proc.rootIface->alwaysGiveMeTheSameBinder(&b)); in TEST_P()
657 EXPECT_OK(proc.rootIface->alwaysGiveMeTheSameBinder(&a)); in TEST_P()
662 EXPECT_OK(proc.rootIface->alwaysGiveMeTheSameBinder(&b)); in TEST_P()