Searched refs:setRootObjectWeak (Results 1 – 3 of 3) sorted by relevance
116 void setRootObjectWeak(const wp<IBinder>& binder);
115 void RpcServer::setRootObjectWeak(const wp<IBinder>& binder) { in setRootObjectWeak() function in android::RpcServer
950 return isStrong ? SetFn(&RpcServer::setRootObject) : SetFn(&RpcServer::setRootObjectWeak); in TEST_P()