Searched refs:toSend (Results 1 – 1 of 1) sorted by relevance
21 sp<IChild> toSend; in selectService() local23 toSend = IChild::getService("child"); in selectService()24 if (!toSend->isRemote()) { in selectService()25 toSend = nullptr; in selectService()28 toSend = local; in selectService()30 LOG(INFO) << "SERVER(Fetcher) selectService returning " << toSend.get(); in selectService()31 return toSend; in selectService()