Home
last modified time | relevance | path

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

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