Home
last modified time | relevance | path

Searched defs:getService2 (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/aidl/android/os/
DIServiceManager.aidl82 Service getService2(@utf8InCpp String name); in getService2() method
/frameworks/base/core/java/android/os/
DServiceManagerNative.java68 public Service getService2(String name) throws RemoteException { in getService2() method in ServiceManagerProxy
/frameworks/native/libs/binder/
Dservicedispatcher.cpp126 android::binder::Status getService2(const std::string&, android::os::Service*) override { in getService2() function in __anon515abec00111::ServiceManagerProxyToNative
DBackendUnifiedServiceManager.cpp230 Status BackendUnifiedServiceManager::getService2(const ::std::string& name, os::Service* _out) { in getService2() function in android::BackendUnifiedServiceManager
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp404 Status ServiceManager::getService2(const std::string& name, os::Service* outService) { in getService2() function in android::ServiceManager