Home
last modified time | relevance | path

Searched defs:waitForService (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/include/binder/
DIServiceManager.h112 sp<INTERFACE> waitForService(const String16& name) { in waitForService() function
/frameworks/native/libs/fakeservicemanager/
DServiceManager.cpp56 sp<IBinder> ServiceManager::waitForService(const String16& name) { in waitForService() function in android::ServiceManager
/frameworks/native/libs/binder/include/binder/
DIServiceManager.h112 sp<INTERFACE> waitForService(const String16& name) { in waitForService() function
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DLoginTest.java242 private void changeTest(boolean waitForService) throws Throwable { in changeTest()
/frameworks/base/core/java/android/os/
DServiceManager.java245 public static native IBinder waitForService(@NonNull String name); in waitForService() method in ServiceManager
/frameworks/native/cmds/cmd/
Dcmd.cpp206 bool waitForService = ((argc > 1) && (argv[0] == "-w")); in cmdMain() local
/frameworks/native/libs/binder/
DIServiceManager.cpp278 sp<IBinder> ServiceManagerShim::waitForService(const String16& name16) in waitForService() function in android::ServiceManagerShim
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java947 private void waitForService(boolean expectRunning) { in waitForService() method in BugreportReceiverTest