Searched refs:startIfNotFound (Results 1 – 2 of 2) sorted by relevance
85 sp<IBinder> tryGetService(const std::string& name, bool startIfNotFound);
131 sp<IBinder> ServiceManager::tryGetService(const std::string& name, bool startIfNotFound) { in tryGetService() argument154 if (!out && startIfNotFound) { in tryGetService()