Home
last modified time | relevance | path

Searched defs:rpcBinder (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderHostDeviceTest.cpp128 auto rpcBinder = sm->checkService(String16(kServiceName)); in TEST_F() local
140 auto rpcBinder = sm->getService(String16(kServiceName)); in TEST_F() local
151 auto rpcBinder = sm->waitForService(String16(kServiceName)); in TEST_F() local
162 auto rpcBinder = sm->checkService(String16(kServiceName)); in TEST_F() local
H A DbinderRpcTest.cpp1960 auto rpcBinder = rpcSession->getRootObject(); in TEST() local