Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DRpcServer.cpp110 void RpcServer::setRootObject(const sp<IBinder>& binder) { in setRootObject() function in android::RpcServer
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp949 auto setRootObject = [](bool isStrong) -> SetFn { in TEST_P() local