Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIServiceManager.h86 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() argument
90 *outService = interface_cast<INTERFACE>(sm->getService(name)); in getService()
91 if ((*outService) != nullptr) return NO_ERROR; in getService()