Searched refs:outService (Results 1 – 2 of 2) sorted by relevance
157 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() argument161 *outService = interface_cast<INTERFACE>(sm->getService(name)); in getService()162 if ((*outService) != nullptr) return NO_ERROR; in getService()