Searched defs:getService2 (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binder/aidl/android/os/ | ||
D | IServiceManager.aidl | 82 Service getService2(@utf8InCpp String name); in getService2() method |
/frameworks/base/core/java/android/os/ | ||
D | ServiceManagerNative.java | 68 public Service getService2(String name) throws RemoteException { in getService2() method in ServiceManagerProxy |
/frameworks/native/libs/binder/ | ||
D | servicedispatcher.cpp | 126 android::binder::Status getService2(const std::string&, android::os::Service*) override { in getService2() function in __anon515abec00111::ServiceManagerProxyToNative |
D | BackendUnifiedServiceManager.cpp | 230 Status BackendUnifiedServiceManager::getService2(const ::std::string& name, os::Service* _out) { in getService2() function in android::BackendUnifiedServiceManager |
/frameworks/native/cmds/servicemanager/ | ||
D | ServiceManager.cpp | 404 Status ServiceManager::getService2(const std::string& name, os::Service* outService) { in getService2() function in android::ServiceManager |