Home
last modified time | relevance | path

Searched defs:waitForDeclaredService (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/binder/
DIServiceManager.h162 sp<INTERFACE> waitForDeclaredService(const String16& name) { in waitForDeclaredService() function
/frameworks/native/libs/binder/include/binder/
DIServiceManager.h162 sp<INTERFACE> waitForDeclaredService(const String16& name) { in waitForDeclaredService() function
/frameworks/base/services/core/java/com/android/server/health/
DHealthServiceWrapperAidl.java56 default @Nullable IHealth waitForDeclaredService(@NonNull String name) { in waitForDeclaredService() method
/frameworks/base/core/java/android/os/
DServiceManager.java296 @Nullable public static IBinder waitForDeclaredService(@NonNull String name) { in waitForDeclaredService() method in ServiceManager