Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/trusty/include/binder/
DRpcServerTrusty.h68 void setRootObject(const sp<IBinder>& binder) { mRpcServer->setRootObject(binder); } in setRootObject() function
/frameworks/native/libs/binder/
DRpcServer.cpp144 void RpcServer::setRootObject(const sp<IBinder>& binder) { in setRootObject() function in android::RpcServer
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1318 auto setRootObject = [](bool isStrong) -> SetFn { in TEST_P() local