Home
last modified time | relevance | path

Searched refs:setRootObjectWeak (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcServer.h116 void setRootObjectWeak(const wp<IBinder>& binder);
/aosp12/frameworks/native/libs/binder/
H A DRpcServer.cpp115 void RpcServer::setRootObjectWeak(const wp<IBinder>& binder) { in setRootObjectWeak() function in android::RpcServer
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp950 return isStrong ? SetFn(&RpcServer::setRootObject) : SetFn(&RpcServer::setRootObjectWeak); in TEST_P()