Searched refs:checkService (Results 1 - 25 of 33) 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.cpp40 sp<IBinder> binder = defaultServiceManager()->checkService(_scheduling_policy);
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp64 sp<IBinder> service = sm->checkService(services[i]);
76 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.cpp106 sp<IBinder> binder = defaultServiceManager()->checkService(_permission);
139 sp<IBinder> svc = checkService(name);
147 virtual sp<IBinder> checkService( const String16& name) const function in class:android::BpServiceManager
205 sp<IBinder> b = const_cast<BnServiceManager*>(this)->checkService(which);
H A DAppOpsManager.cpp48 sp<IBinder> binder = defaultServiceManager()->checkService(_appops);
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h58 sp<IBinder> binder = defaultServiceManager()->checkService(
H A DICommonClock.h93 sp<IBinder> binder = defaultServiceManager()->checkService(
/frameworks/native/cmds/service/
H A Dservice.cpp105 sp<IBinder> service = sm->checkService(String16(argv[optind]));
119 sp<IBinder> service = sm->checkService(name);
129 sp<IBinder> service = sm->checkService(String16(argv[optind++]));
/frameworks/base/services/java/com/android/server/power/
H A DShutdownThread.java323 ActivityManagerNative.asInterface(ServiceManager.checkService("activity"));
350 ServiceManager.checkService("mount"));
387 INfcAdapter.Stub.asInterface(ServiceManager.checkService("nfc"));
389 ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
391 IBluetoothManager.Stub.asInterface(ServiceManager.checkService(
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewBase.java188 ServiceManager.checkService(Context.AUDIO_SERVICE));
H A DKeyguardSimPinView.java175 .checkService("phone")).supplyPinReportResult(mPin);
H A DKeyguardSimPukView.java226 .checkService("phone")).supplyPukReportResult(mPuk, mPin);
/frameworks/base/cmds/wm/src/com/android/commands/wm/
H A DWm.java64 mWm = IWindowManager.Stub.asInterface(ServiceManager.checkService(
/frameworks/av/media/libstagefright/
H A DTimedEventQueue.cpp324 // use checkService() to avoid blocking if power service is not up yet
326 defaultServiceManager()->checkService(String16("power"));
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DMedia.java67 mAudioService = IAudioService.Stub.asInterface(ServiceManager.checkService(
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java294 ServiceManager.checkService(Context.AUDIO_SERVICE));
/frameworks/base/services/java/com/android/server/
H A DCommonTimeManagementService.java154 if (ServiceManager.checkService(CommonTimeConfig.SERVICE_NAME) == null) {
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp314 defaultServiceManager()->checkService(String16("audio"));
/frameworks/base/services/java/com/android/server/firewall/
H A DIntentFirewall.java130 public boolean checkService(ComponentName resolvedService, Intent intent, int callerUid, method in class:IntentFirewall
/frameworks/native/cmds/atrace/
H A Datrace.cpp346 sp<IBinder> obj = sm->checkService(services[i]);

Completed in 488 milliseconds

12