Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DIServiceManager.h69 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() argument
73 *outService = interface_cast<INTERFACE>(sm->getService(name)); in getService()
74 if ((*outService) != NULL) return NO_ERROR; in getService()