Home
last modified time | relevance | path

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

/hardware/interfaces/tests/inheritance/1.0/default/
DFetcher.cpp21 sp<IChild> toSend; in selectService() local
23 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()