Searched refs:service (Results 201 - 206 of 206) sorted by relevance

123456789

/frameworks/base/core/java/android/content/
H A DSyncManager.java1000 public void onServiceConnected(ComponentName name, IBinder service) { argument
1003 msg.obj = new ServiceConnectionData(this, ISyncAdapter.Stub.asInterface(service));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java52 import android.service.dreams.DreamService;
53 import android.service.dreams.IDreamManager;
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java109 // Pointer to native input manager service object.
149 private static native int nativeInit(InputManagerService service, argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java413 ActivityStack(ActivityManagerService service, Context context, boolean mainStack) { argument
414 mService = service;
3977 * Perform clean-up of service connections in an activity record.
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java709 // ----- Main service implementation -----
1133 // Something went wrong talking to the mount service. This is very bad;
1220 // If we can't talk to the mount service we have a serious problem; fail
1389 // ----- Track connection to GoogleBackupTransport service -----
1391 public void onServiceConnected(ComponentName name, IBinder service) {
1393 mGoogleTransport = IBackupTransport.Stub.asInterface(service);
5189 // couldn't contact the mount service; fail "safe" and assume encryption
5190 Slog.e(TAG, "Unable to contact mount service!");
5213 // Enable/disable the backup service
5272 // Mark the backup service a
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp182 sp<IMediaPlayerService> service = IMediaDeathNotifier::getMediaPlayerService(); local
183 if (service == NULL) {
188 service->addBatteryData(params);
1350 // use checkService() to avoid blocking if power service is not up yet
1354 ALOGW("Thread %s cannot connect to the power manager service", mName);
1402 ALOGW("power manager service died !!!");

Completed in 222 milliseconds

123456789