Searched refs:outService (Results 1 – 1 of 1) sorted by relevance
69 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() argument73 *outService = interface_cast<INTERFACE>(sm->getService(name)); in getService()74 if ((*outService) != NULL) return NO_ERROR; in getService()