Searched refs:service (Results 251 - 275 of 1144) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/proto/android/service/
H A Dappwidget.proto18 package android.service.appwidget;
23 // represents the object holding the dump info of the app widget service
H A Dbattery.proto18 package android.service.battery;
H A Dbatterystats.proto18 package android.service.batterystats;
/frameworks/base/libs/common_time/
H A DAndroid.mk21 # Uncomment to enable vesbose logging and debug service.
/frameworks/base/native/android/
H A Dnet.c76 const char *node, const char *service,
84 return android_getaddrinfofornet(node, service, hints, netid, 0, res);
75 android_getaddrinfofornetwork(net_handle_t network, const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) argument
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DCarrierDefaultActivityTestCase.java73 protected <S> void injectSystemService(Class<S> cls, S service) { argument
74 mContext.injectSystemService(cls, service);
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DNotificationListenerController.java17 import android.service.notification.NotificationListenerService.RankingMap;
18 import android.service.notification.StatusBarNotification;
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationSwipeActionHelper.java21 import android.service.notification.SnoozeCriterion;
22 import android.service.notification.StatusBarNotification;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityShellCommand.java26 * Shell command implementation for the accessibility manager service
31 AccessibilityShellCommand(@NonNull AccessibilityManagerService service) { argument
32 mService = service;
41 case "get-bind-instant-service-allowed": {
44 case "set-bind-instant-service-allowed": {
92 pw.println("Accessibility service (accessibility) commands:");
95 pw.println(" set-bind-instant-service-allowed [--user <USER_ID>] true|false ");
97 pw.println(" get-bind-instant-service-allowed [--user <USER_ID>]");
/frameworks/base/services/core/java/com/android/server/
H A DBinderCallsStatsService.java37 BinderCallsStatsService service = new BinderCallsStatsService();
38 ServiceManager.addService("binder_calls_stats", service);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerServiceShellCommand.java26 * Shell command implementation for the account manager service
31 AccountManagerServiceShellCommand(@NonNull AccountManagerService service) { argument
32 mService = service;
41 case "get-bind-instant-service-allowed": {
44 case "set-bind-instant-service-allowed": {
92 pw.println("Account manager service commands:");
95 pw.println(" set-bind-instant-service-allowed [--user <USER_ID>] true|false ");
97 pw.println(" get-bind-instant-service-allowed [--user <USER_ID>]");
/frameworks/base/services/core/java/com/android/server/am/
H A DAppWaitingForDebuggerDialog.java30 public AppWaitingForDebuggerDialog(ActivityManagerService service, argument
33 mService = service;
H A DPendingRemoteAnimationRegistry.java38 PendingRemoteAnimationRegistry(ActivityManagerService service, Handler handler) { argument
39 mService = service;
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DRadioModule.java50 private RadioModule(@NonNull IBroadcastRadio service, argument
53 mService = Objects.requireNonNull(service);
58 IBroadcastRadio service = IBroadcastRadio.getService(fqName);
59 if (service == null) return null;
62 service.getAmFmRegionConfig(false, (result, config) -> {
67 service.getDabRegionConfig((result, config) -> {
72 service.getProperties(), amfmConfig.value, dabConfig.value);
74 return new RadioModule(service, prop);
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerShellCommand.java34 DisplayManagerShellCommand(DisplayManagerService.BinderService service) { argument
35 mService = service;
/frameworks/base/services/core/java/com/android/server/notification/
H A DSystemConditionProviderService.java22 import android.service.notification.ConditionProviderService;
23 import android.service.notification.IConditionProvider;
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerShellCommand.java31 PowerManagerShellCommand(IPowerManager service) { argument
32 mInterface = service;
/frameworks/base/services/core/java/com/android/server/wm/
H A DSplashScreenStartingData.java39 SplashScreenStartingData(WindowManagerService service, String pkg, int theme, argument
42 super(service);
H A DWindowContainerController.java42 WindowContainerController(I listener, WindowManagerService service) { argument
44 mService = service;
/frameworks/base/services/print/java/com/android/server/print/
H A DPrintShellCommand.java29 * Shell command implementation for the print manager service
34 PrintShellCommand(@NonNull IPrintManager service) { argument
35 mService = service;
44 case "get-bind-instant-service-allowed": {
47 case "set-bind-instant-service-allowed": {
102 pw.println("Print service commands:");
105 pw.println(" set-bind-instant-service-allowed [--user <USER_ID>] true|false ");
108 pw.println(" get-bind-instant-service-allowed [--user <USER_ID>]");
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceInfo.java25 * A class for storing Upnp service information that is advertised
54 * Create UPnP service information object.
64 * @param services a string representation of this service in the following format,
68 * e.g) urn:schemas-upnp-org:service:ContentDirectory:1
69 * @return UPnP service information object.
84 for (String service:services) {
85 info.add(createSupplicantQuery(uuid, service));
93 * Create wpa_supplicant service query for upnp.
97 * @return wpa_supplicant service query for upnp
/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,
110 // Subset of attributes that may be interpreted by the display service.
120 ApplicationDisplaySurface(DisplayService* service, int surface_id, argument
122 : DisplaySurface(service, SurfaceType::Application, surface_id,
140 DirectDisplaySurface(DisplayService* service, int surface_id, int process_id, argument
142 : DisplaySurface(service, SurfaceType::Direct, surface_id, process_id,
/frameworks/native/services/vr/bufferhubd/
H A Ddetached_buffer_channel.h38 DetachedBufferChannel(BufferHubService* service, int buffer_id,
43 DetachedBufferChannel(BufferHubService* service, int buffer_id,
H A Dproducer_queue_channel.cpp17 ProducerQueueChannel::ProducerQueueChannel(BufferHubService* service, argument
22 : BufferHubChannel(service, channel_id, channel_id, kProducerQueueType),
38 BufferHubService* service, int channel_id,
53 service, channel_id, config, usage_policy, &error));
117 service(), buffer_id(), channel_id, shared_from_this(), silent);
126 service()->SetChannel(channel_id, consumer_queue_channel);
226 ProducerChannel::Create(service(), buffer_id, width, height, layer_count,
243 service()->SetChannel(buffer_id, producer_channel);
37 Create( BufferHubService* service, int channel_id, const ProducerQueueConfig& config, const UsagePolicy& usage_policy) argument
/frameworks/opt/net/lowpan/lowpan_hdlc_adapter/
H A Dlowpan_hdlc_adapter.cpp170 ReadThread(sp<ILowpanDevice> service, int fd, sp<LowpanDeviceCallback> callback): argument
172 kReadThreadBufferSize(service->getMaxFrameSize()),
173 mService(service),
282 sp<ILowpanDevice> service = ILowpanDevice::getService(serviceName, false /* getStub */); local
284 if (service == nullptr) {
289 service->linkToDeath(new LowpanDeathRecipient(), 0 /*cookie*/);
296 auto status = service->open(callback);
310 sp<Thread> readThread = new ReadThread(service, STDIN_FILENO, callback);

Completed in 330 milliseconds

<<11121314151617181920>>