Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DIServiceManager.h123 sp<INTERFACE> waitForService(const String16& name) { in waitForService() function
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIServiceManager.h123 sp<INTERFACE> waitForService(const String16& name) { in waitForService() function
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictedProfilePinServiceConnection.java94 private boolean waitForService() { in waitForService() method in RestrictedProfilePinServiceConnection
/aosp12/frameworks/native/libs/fakeservicemanager/
H A DServiceManager.cpp56 sp<IBinder> ServiceManager::waitForService(const String16& name) { in waitForService() function in android::ServiceManager
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DLoginTest.java251 private void changeTest(boolean waitForService) throws Throwable { in changeTest()
/aosp12/frameworks/native/cmds/cmd/
H A Dcmd.cpp206 bool waitForService = ((argc > 1) && (argv[0] == "-w")); in cmdMain() local
/aosp12/frameworks/base/core/java/android/os/
H A DServiceManager.java260 public static native IBinder waitForService(@NonNull String name); in waitForService() method in ServiceManager
/aosp12/system/tools/aidl/tests/lazy_test/
H A Dmain.cpp42 sp<IBinder> waitForService(const String16& name) { in waitForService() function
/aosp12/frameworks/native/libs/binder/
H A DIServiceManager.cpp292 sp<IBinder> ServiceManagerShim::waitForService(const String16& name16) in waitForService() function in android::ServiceManagerShim
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java833 private void waitForService(boolean expectRunning) { in waitForService() method in BugreportReceiverTest
/aosp12/system/chre/platform/slpi/see/
H A Dsee_helper.cc2005 bool SeeHelper::waitForService(sns_client **client, Microseconds timeout) { in waitForService() function in chre::SeeHelper