Searched refs:mService (Results 151 - 174 of 174) sorted by relevance

1234567

/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java805 IBinder mService; field in class:BluetoothManagerService.ProfileServiceConnections
811 mService = null;
817 if (mIntent != null && mService == null &&
830 if (mService != null) {
832 proxy.onServiceConnected(mClassName, mService);
868 mService = service;
871 mService.linkToDeath(this, 0);
899 if (mService == null) return;
900 mService.unlinkToDeath(this, 0);
901 mService
[all...]
H A DUiModeManagerService.java196 publishBinderService(Context.UI_MODE_SERVICE, mService);
199 private final IBinder mService = new IUiModeManager.Stub() { field in class:UiModeManagerService
H A DAlarmManagerService.java830 publishBinderService(Context.ALARM_SERVICE, mService);
1069 private final IBinder mService = new IAlarmManager.Stub() { field in class:AlarmManagerService
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1234 mService = service;
1240 doConnected(mName, mService);
1242 doDeath(mName, mService);
1247 final IBinder mService; field in class:LoadedApk.ServiceDispatcher.RunConnection
1255 mService = service;
1259 death(mName, mService);
1263 final IBinder mService; field in class:LoadedApk.ServiceDispatcher.DeathMonitor
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp411 : mService(service)
445 service = mService.promote();
487 : mService(service), mHwDevice(hwDevice), mDescriptor(descriptor),
515 sp<SoundTriggerHwService> service = mService.promote();
775 service = mService.promote();
/frameworks/base/wifi/java/android/net/wifi/
H A DRttManager.java292 mRttCapabilities = mService.getRttCapabilities();
911 private IRttManager mService; field in class:RttManager
940 mService = service;
949 Log.d(TAG, "Get the messenger from " + mService);
950 messenger = mService.getMessenger();
H A DWifiScanner.java102 Bundle bundle = mService.getAvailableChannels(band);
777 private IWifiScanner mService; field in class:WifiScanner
803 mService = service;
812 messenger = mService.getMessenger();
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp115 if (mService != NULL) {
116 IInterface::asBinder(mService)->unlinkToDeath(this);
123 mService = interface_cast<IResourceManagerService>(binder);
124 if (mService == NULL) {
128 IInterface::asBinder(mService)->linkToDeath(this);
134 mService.clear();
142 if (mService == NULL) {
145 mService->addResource(mPid, clientId, client, resources);
150 if (mService == NULL) {
153 mService
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java122 private WrappedConnectivityService mService; field in class:ConnectivityServiceTest
177 final ConditionVariable networkMonitorAvailable = mService.getNetworkMonitorCreatedCV();
193 mWrappedNetworkMonitor = mService.getLastCreatedWrappedNetworkMonitor();
463 mService = new WrappedConnectivityService(
465 mService.systemReady();
466 mCm = new ConnectivityManager(getContext(), mService);
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java234 IWallpaperService mService; field in class:WallpaperManagerService.WallpaperConnection
251 mService = IWallpaperService.Stub.asInterface(service);
265 mService = null;
738 } else if (wallpaper.connection.mService != null) {
794 } else if (wallpaper.connection.mService != null) {
1088 wallpaper.connection.mService = null;
1101 conn.mService.attach(conn, conn.mToken,
1496 pw.print(" mService=");
1497 pw.println(conn.mService);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java525 + service.mService, re);
1943 IBinder mService; field in class:AccessibilityManagerService.Service
2060 if (mService == null && mContext.bindServiceAsUser(
2068 mService = userState.mUiAutomationServiceClient.asBinder();
2075 onServiceConnected(mComponentName, mService);
2090 if (mService == null) {
2106 return (mEventTypes != 0 && mFeedbackType != 0 && mService != null);
2152 mService = service;
2649 mService.linkToDeath(this, 0);
2653 mService
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h394 wp<AudioPolicyService> mService; member in class:android::AudioPolicyService::AudioCommandThread
521 const wp<AudioPolicyService> mService; member in class:android::AudioPolicyService::NotificationClient
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h277 sp<IResourceManagerService> mService; member in struct:android::MediaCodec::ResourceManagerServiceProxy
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java266 mConnection.mService.transact(IBinder.LAST_CALL_TRANSACTION,
770 private IBinder mService; field in class:Vpn.Connection
774 mService = service;
779 mService = null;
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java637 private final MediaRouterService mService; field in class:MediaRouterService.UserHandler
655 mService = service;
745 synchronized (mService.mLock) {
1013 synchronized (mService.mLock) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java474 IInterface mService;
483 mService = asInterface(binder);
484 info = newServiceInfo(mService, name,
H A DNotificationManagerService.java976 publishBinderService(Context.NOTIFICATION_SERVICE, mService);
1061 private final IBinder mService = new INotificationManager.Stub() { field in class:NotificationManagerService
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h370 sp<MediaPlayerService> mService; member in class:android::MediaPlayerService::Client
H A DMediaPlayerService.cpp569 mService = service;
590 mService->removeClient(client);
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java137 publishBinderService(Context.TRUST_SERVICE, mService);
667 private final IBinder mService = new ITrustManager.Stub() { field in class:TrustManagerService
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java3139 volatile IObbBackupService mService; field in class:BackupManagerService.FullBackupObbConnection
3142 mService = null;
3167 mService.backupObbs(pkg.packageName, pipes[1], token, mBackupManagerBinder);
3192 mService.restoreObbFile(pkgName, data, fileSize, type, path, mode, mtime,
3201 while (mService == null) {
3214 mService = IObbBackupService.Stub.asInterface(service);
3215 if (MORE_DEBUG) Slog.i(TAG, "OBB service connection " + mService
3224 mService = null;
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1012 private ServiceRecord mService; field in class:ActiveServices.ServiceRestarter
1015 mService = service;
1020 performServiceRestartLocked(mService);
H A DActivityManagerService.java2270 private final ActivityManagerService mService; field in class:ActivityManagerService.Lifecycle
2274 mService = new ActivityManagerService(context);
2279 mService.start();
2283 return mService;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java291 private DevicePolicyManagerService mService; field in class:DevicePolicyManagerService.Lifecycle
295 mService = new DevicePolicyManagerService(context);
300 publishBinderService(Context.DEVICE_POLICY_SERVICE, mService);
306 mService.systemReady();

Completed in 850 milliseconds

1234567