Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
DServiceManager.h85 sp<IBinder> tryGetService(const std::string& name, bool startIfNotFound);
DServiceManager.cpp131 sp<IBinder> ServiceManager::tryGetService(const std::string& name, bool startIfNotFound) { in tryGetService() argument
154 if (!out && startIfNotFound) { in tryGetService()