Searched refs:checkService (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DServiceManager.java48 public static IBinder checkService(String name) { method in class:ServiceManager
/frameworks/base/core/java/android/os/
H A DUpdateLock.java34 private static void checkService() { method in class:UpdateLock
106 checkService();
130 checkService();
H A DIServiceManager.java42 public IBinder checkService(String name) throws RemoteException; method in interface:IServiceManager
H A DServiceManager.java99 public static IBinder checkService(String name) { method in class:ServiceManager
105 return getIServiceManager().checkService(name);
108 Log.e(TAG, "error in checkService", e);
H A DServiceManagerNative.java67 IBinder service = checkService(name);
130 public IBinder checkService(String name) throws RemoteException { method in class:ServiceManagerProxy
/frameworks/av/services/audioflinger/
H A DSchedulingPolicyService.cpp39 sp<IBinder> binder = defaultServiceManager()->checkService(_scheduling_policy);
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp60 sp<IBinder> service = sm->checkService(services[i]);
68 sp<IBinder> service = sm->checkService(services[i]);
/frameworks/native/include/binder/
H A DIServiceManager.h44 virtual sp<IBinder> checkService( const String16& name) const = 0;
/frameworks/native/libs/binder/
H A DIServiceManager.cpp104 sp<IBinder> binder = defaultServiceManager()->checkService(_permission);
137 sp<IBinder> svc = checkService(name);
145 virtual sp<IBinder> checkService( const String16& name) const function in class:android::BpServiceManager
203 sp<IBinder> b = const_cast<BnServiceManager*>(this)->checkService(which);
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h58 sp<IBinder> binder = defaultServiceManager()->checkService(
H A DICommonClock.h93 sp<IBinder> binder = defaultServiceManager()->checkService(
/frameworks/base/cmds/service/
H A Dservice.cpp94 sp<IBinder> service = sm->checkService(String16(argv[optind]));
108 sp<IBinder> service = sm->checkService(name);
118 sp<IBinder> service = sm->checkService(String16(argv[optind++]));
/frameworks/base/services/java/com/android/server/power/
H A DShutdownThread.java321 ActivityManagerNative.asInterface(ServiceManager.checkService("activity"));
348 ServiceManager.checkService("mount"));
385 INfcAdapter.Stub.asInterface(ServiceManager.checkService("nfc"));
387 ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
389 IBluetoothManager.Stub.asInterface(ServiceManager.checkService(
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSimPinView.java140 .checkService("phone")).supplyPin(mPin);
H A DKeyguardViewBase.java238 ServiceManager.checkService(Context.AUDIO_SERVICE));
H A DKeyguardSimPukView.java195 .checkService("phone")).supplyPuk(mPuk, mPin);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewBase.java253 ServiceManager.checkService(Context.AUDIO_SERVICE));
H A DSimPukUnlockScreen.java164 .checkService("phone")).supplyPuk(mPuk, mPin);
H A DSimUnlockScreen.java160 .checkService("phone")).supplyPin(mPin);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java292 ServiceManager.checkService(Context.AUDIO_SERVICE));
H A DPhoneWindowManager.java1763 ServiceManager.checkService(Context.TELEPHONY_SERVICE));
1768 ServiceManager.checkService(Context.AUDIO_SERVICE));
/frameworks/base/services/java/com/android/server/
H A DCommonTimeManagementService.java157 if (ServiceManager.checkService(CommonTimeConfig.SERVICE_NAME) == null) {
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1222 IWindowManager wm = IWindowManager.Stub.asInterface(ServiceManager.checkService(
1258 IWindowManager wm = IWindowManager.Stub.asInterface(ServiceManager.checkService(
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1296 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java321 ServiceManager.checkService(DreamService.DREAM_SERVICE));

Completed in 1965 milliseconds

12