Home
last modified time | relevance | path

Searched refs:setRootObject (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.cpp110 server->setRootObject(AIBinder_toPlatformBinder(service)); in ARpcServer_newVsock()
126 server->setRootObject(AIBinder_toPlatformBinder(service)); in ARpcServer_newBoundSocket()
143 server->setRootObject(AIBinder_toPlatformBinder(service)); in ARpcServer_newUnixDomainBootstrap()
154 server->setRootObject(AIBinder_toPlatformBinder(service)); in ARpcServer_newInet()
Dservicedispatcher.cpp216 rpcServer->setRootObject(service); in wrapServiceManager()
DRpcServer.cpp144 void RpcServer::setRootObject(const sp<IBinder>& binder) { in setRootObject() function in android::RpcServer
/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/tests/unit_fuzzers/
DBpBinderFuzz.cpp46 server->setRootObject(sp<BBinder>::make()); in LLVMFuzzerTestOneInput()
/frameworks/native/libs/binder/include/binder/
DRpcServer.h162 LIBBINDER_EXPORTED void setRootObject(const sp<IBinder>& binder);
/frameworks/native/libs/binder/tests/rpc_fuzzer/
Dmain.cpp126 server->setRootObject(sp<SomeBinder>::make()); in LLVMFuzzerTestOneInput()
/frameworks/native/libs/binder/tests/
DbinderAllocationLimits.cpp232 server->setRootObject(sp<BBinder>::make()); in TEST()
DbinderRpcBenchmark.cpp307 server->setRootObject(sp<MyBinderRpcBenchmark>::make()); in forkRpcServer()
DbinderRpcTest.cpp1318 auto setRootObject = [](bool isStrong) -> SetFn { in TEST_P() local
1319 return isStrong ? SetFn(&RpcServer::setRootObject) : SetFn(&RpcServer::setRootObjectWeak); in TEST_P()
1326 setRootObject(isStrong1)(server.get(), binder1); in TEST_P()
1333 setRootObject(isStrong2)(server.get(), binder2); in TEST_P()