Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DIServiceManager.h157 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() argument
161 *outService = interface_cast<INTERFACE>(sm->getService(name)); in getService()
162 if ((*outService) != nullptr) return NO_ERROR; in getService()
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIServiceManager.h157 status_t getService(const String16& name, sp<INTERFACE>* outService) in getService() argument
161 *outService = interface_cast<INTERFACE>(sm->getService(name)); in getService()
162 if ((*outService) != nullptr) return NO_ERROR; in getService()