Searched defs:service (Results 151 - 175 of 441) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/am/
H A DPreBootBroadcaster.java63 public PreBootBroadcaster(ActivityManagerService service, int userId, argument
65 mService = service;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecStandbyModeHandler.java95 public HdmiCecStandbyModeHandler(HdmiControlService service, HdmiCecLocalDeviceTv tv) { argument
96 mService = service;
H A DHdmiMhlControllerStub.java39 private HdmiMhlControllerStub(HdmiControlService service) { argument
47 static HdmiMhlControllerStub create(HdmiControlService service) { argument
48 return new HdmiMhlControllerStub(service);
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerShellCommand.java37 JobSchedulerShellCommand(JobSchedulerService service) { argument
38 mInternal = service;
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DDeviceIdleJobsController.java68 public static DeviceIdleJobsController get(JobSchedulerService service) { argument
71 sController = new DeviceIdleJobsController(service, service.getContext(),
72 service.getLock());
126 // Inform the job scheduler service about idle mode changes
H A DIdleController.java50 public static IdleController get(JobSchedulerService service) { argument
53 sController = new IdleController(service, service.getContext(), service.getLock());
86 * Interaction with the task manager service
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerShellCommand.java48 NetworkPolicyManagerShellCommand(Context context, INetworkPolicyManager service) { argument
49 mInterface = service;
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutBitmapSaver.java49 * The methods with the "Locked" prefix must be called with the service lock held.
70 * finish, and we need to do it with the service lock held, which would still block incoming
110 public ShortcutBitmapSaver(ShortcutService service) { argument
111 mService = service;
232 // Ideally we should be holding the service lock when accessing shortcut instances,
H A DShortcutParser.java60 public static List<ShortcutInfo> parseShortcuts(ShortcutService service, argument
66 final List<ResolveInfo> activities = service.injectGetMainActivities(packageName, userId);
82 service.getActivityInfoWithMetadata(
86 service, activityInfoWithMetadata, packageName, userId, result);
92 service.wtf(
100 ShortcutService service,
110 parser = service.injectXmlMetaData(activityInfo, METADATA_KEY);
122 final int maxShortcuts = service.getMaxActivityShortcuts();
207 service, attrs, packageName, activity, userId, rank);
234 final Intent intent = Intent.parseIntent(service
99 parseShortcutsOneFile( ShortcutService service, ActivityInfo activityInfo, String packageName, @UserIdInt int userId, List<ShortcutInfo> result) argument
272 parseCategories(ShortcutService service, AttributeSet attrs) argument
287 parseShortcutAttributes(ShortcutService service, AttributeSet attrs, String packageName, ComponentName activity, @UserIdInt int userId, int rank) argument
331 createShortcutFromManifest(ShortcutService service, @UserIdInt int userId, String id, String packageName, ComponentName activityComponent, int titleResId, int textResId, int disabledMessageResId, int rank, int iconResId, boolean enabled) argument
[all...]
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardStateMonitor.java54 public KeyguardStateMonitor(Context context, IKeyguardService service, StateCallback callback) { argument
60 service.addStateMonitorCallback(this);
/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java59 public void onServiceConnected(ComponentName name, IBinder service) { argument
63 service.linkToDeath(new IBinder.DeathRecipient() {
70 ServiceManager.addService(Context.TELECOM_SERVICE, service);
190 // Bind to Telecom and register the service
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotCache.java40 TaskSnapshotCache(WindowManagerService service, TaskSnapshotLoader loader) { argument
41 mService = service;
H A DWallpaperWindowToken.java42 WallpaperWindowToken(WindowManagerService service, IBinder token, boolean explicit, argument
44 super(service, token, TYPE_WALLPAPER, explicit, dc, ownerCanManageAppTokens);
H A DWindowLayersController.java55 WindowLayersController(WindowManagerService service) { argument
56 mService = service;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceAdminServiceController.java88 public DeviceAdminServiceController(DevicePolicyManagerService service, argument
90 mService = service;
91 mInjector = service.mInjector;
98 * Find a service that handles {@link DevicePolicyManager#ACTION_DEVICE_ADMIN_SERVICE}
140 * Find a service that handles {@link DevicePolicyManager#ACTION_DEVICE_ADMIN_SERVICE}
148 final ServiceInfo service = findService(packageName, userId);
149 if (service == null) {
150 debug("Owner package %s on u%d has no service.",
159 // Note even when we're already connected to the same service, the binding
162 debug("Disconnecting from existing service connectio
[all...]
H A DSecurityLogMonitor.java50 SecurityLogMonitor(DevicePolicyManagerService service) { argument
51 mService = service;
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java91 public void onMessageReceived(int service, int what, ByteBuffer content) { argument
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp63 " SERVICE [ARGS]: dumps only service SERVICE, optionally passing ARGS to it\n");
66 static bool IsSkipped(const Vector<String16>& skipped, const String16& service) { argument
68 if (candidate == service) {
165 sp<IBinder> service = sm_->checkService(services[i]); local
167 if (service != nullptr) {
182 sp<IBinder> service = sm_->checkService(service_name); local
183 if (service != nullptr) {
187 aerr << "Failed to create pipe to dump service info for " << service_name
204 int err = service->dump(remote_end.get(), args);
213 aerr << "Error dumping service inf
[all...]
/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp116 InstalldNativeService* service; member in class:android::installd::CacheTest
123 service = new InstalldNativeService();
130 delete service;
149 service->freeCache(testUuid, kTbInBytes, 0,
166 service->freeCache(testUuid, free() + kKbInBytes, 0,
172 service->freeCache(testUuid, free() + kKbInBytes, 0,
200 service->freeCache(testUuid, kTbInBytes, 0,
222 service->freeCache(testUuid, free() + kKbInBytes, 0,
267 service->freeCache(testUuid, free() + kKbInBytes, 0,
288 service
[all...]
H A Dinstalld_service_test.cpp94 InstalldNativeService* service; member in class:android::installd::ServiceTest
101 service = new InstalldNativeService();
108 delete service;
121 service->fixupAppData(testUuid, 0);
141 service->fixupAppData(testUuid, 0);
148 service->fixupAppData(testUuid, FLAG_FORCE);
161 EXPECT_TRUE(service->rmdex("com.example", "arm").isOk());
/frameworks/native/cmds/service/
H A Dservice.cpp44 static String16 get_interface_name(sp<IBinder> service) argument
46 if (service != NULL) {
48 status_t err = service->transact(IBinder::INTERFACE_TRANSACTION, data, &reply);
85 aerr << "service: Unknown option -" << ic << endl;
97 aerr << "service: Unable to get default service manager!" << endl;
107 sp<IBinder> service = sm->checkService(String16(argv[optind])); local
109 (service == NULL ? ": not found" : ": found") << endl;
111 aerr << "service: No service specifie
121 sp<IBinder> service = sm->checkService(name); local
131 sp<IBinder> service = sm->checkService(String16(argv[optind++])); local
[all...]
/frameworks/native/libs/binder/
H A DIServiceManager.cpp141 ALOGI("Waiting for vendor service %s...", String8(name).string());
144 ALOGI("Waiting for service %s...", String8(name).string());
163 virtual status_t addService(const String16& name, const sp<IBinder>& service, argument
169 data.writeStrongBinder(service);
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.h5 #include <pdx/service.h>
31 DisplayService* service, int surface_id, int process_id, int user_id,
36 DisplayService* service() const { return service_; } function in class:android::dvr::DisplaySurface
55 DisplaySurface(DisplayService* service, SurfaceType surface_type,
111 // Subset of attributes that may be interpreted by the display service.
121 ApplicationDisplaySurface(DisplayService* service, int surface_id, argument
124 : DisplaySurface(service, SurfaceType::Application, surface_id,
141 DirectDisplaySurface(DisplayService* service, int surface_id, int process_id, argument
144 : DisplaySurface(service, SurfaceType::Direct, surface_id, process_id,
/frameworks/native/services/sensorservice/
H A DSensorDirectConnection.cpp25 SensorService::SensorDirectConnection::SensorDirectConnection(const sp<SensorService>& service, argument
28 : mService(service), mUid(uid), mMem(*mem),
/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.h9 #include <pdx/service.h>
32 BufferHubChannel(BufferHubService* service, int buffer_id, int channel_id, argument
34 : service_(service),
97 BufferHubService* service() const { return service_; } function
120 // general because channel ids are not used for any lookup in this service.

Completed in 4869 milliseconds

1234567891011>>