Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/unit_fuzzers/
DBpBinderFuzz.cpp46 server->setRootObject(sp<BBinder>::make()); in LLVMFuzzerTestOneInput()
/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.cpp63 server->setRootObject(AIBinder_toPlatformBinder(service)); in RunRpcServerCallback()
Dservicedispatcher.cpp209 rpcServer->setRootObject(service); in wrapServiceManager()
DRpcServer.cpp124 void RpcServer::setRootObject(const sp<IBinder>& binder) { in setRootObject() function in android::RpcServer
/frameworks/native/libs/binder/include/binder/
DRpcServer.h122 void setRootObject(const sp<IBinder>& binder);
/frameworks/native/libs/binder/tests/rpc_fuzzer/
Dmain.cpp121 server->setRootObject(sp<SomeBinder>::make()); in LLVMFuzzerTestOneInput()
/frameworks/native/libs/binder/tests/
DbinderRpcBenchmark.cpp208 server->setRootObject(sp<MyBinderRpcBenchmark>::make()); in forkRpcServer()
DbinderRpcTest.cpp1425 auto setRootObject = [](bool isStrong) -> SetFn { in TEST_P() local
1426 return isStrong ? SetFn(&RpcServer::setRootObject) : SetFn(&RpcServer::setRootObjectWeak); in TEST_P()
1433 setRootObject(isStrong1)(server.get(), binder1); in TEST_P()
1440 setRootObject(isStrong2)(server.get(), binder2); in TEST_P()