Searched defs:service (Results 101 - 125 of 441) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/am/
H A DUriPermissionOwner.java30 final ActivityManagerService service; field in class:UriPermissionOwner
44 UriPermissionOwner(ActivityManagerService service, Object owner) { argument
45 this.service = service;
80 service.removeUriPermissionIfNeededLocked(perm);
95 service.removeUriPermissionIfNeededLocked(perm);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiMhlLocalDeviceStub.java16 protected HdmiMhlLocalDeviceStub(HdmiControlService service, int portId) { argument
17 mService = service;
H A DSelectRequestBuffer.java49 public SelectRequest(HdmiControlService service, int id, IHdmiControlCallback callback) { argument
50 mService = service;
/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java58 AlertWindowNotification(WindowManagerService service, String packageName) { argument
59 mService = service;
H A DSplashScreenStartingData.java38 SplashScreenStartingData(WindowManagerService service, String pkg, int theme, argument
41 super(service);
H A DUnknownAppVisibilityController.java63 UnknownAppVisibilityController(WindowManagerService service) { argument
64 mService = service;
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DCertificateMonitor.java62 public CertificateMonitor(final DevicePolicyManagerService service, argument
64 mService = service;
153 Log.e(LOG_TAG, "Could not retrieve certificates from KeyChain service", e);
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java44 * Connection to a remote print service recommendation service.
55 /** The connection to the service (if {@link #mIsBound bound}) */
59 /** If the service is currently bound. */
63 /** The service once bound */
68 * Callbacks to be called when there are updates to the print service recommendations.
72 * Called when there is an update list of print service recommendations.
81 * @return The intent that is used to connect to the print service recommendation service.
91 throw new Exception(installedServices.size() + " instead of exactly one service foun
198 onServiceConnected(ComponentName name, IBinder service) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java96 private void waitForSystemReady(CountryDetectorService service) { argument
103 if (service.isSystemReady()) {
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DCoreSettingsObserverTest.java151 public Handler getUiHandler(ActivityManagerService service) { argument
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DService.java27 * Base implementation of a service that communicates over a transport.
69 public void onMessageReceived(int service, int what, ByteBuffer content) { argument
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
H A DTestJobService.java17 package com.android.demo.jobSchedulerApp.service;
44 * This service is invoked in response to Intents with action android.content.SyncAdapter, and
77 Log.e(TAG, "Error passing service object back to activity.");
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java46 public NotificationHelper(Service service, MediaSession session) { argument
47 mService = service;
/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
H A DVtsFwkDisplayServiceV1_0TargetTest.cpp78 sp<IDisplayService> service = ::testing::VtsHalHidlTargetTestBase::getService<IDisplayService>(); variable
80 ASSERT_NE(service, nullptr);
82 Return<sp<IDisplayEventReceiver>> ret = service->getEventReceiver();
/frameworks/native/libs/binder/
H A DAppOpsManager.cpp31 // As a consequence, it also never runs the AppOpsManager service.
43 static const sp<IBinder>& getToken(const sp<IAppOpsService>& service) { argument
46 gToken = service->getToken(new BBinder());
65 sp<IAppOpsService> service = mService; local
66 while (service == NULL || !IInterface::asBinder(service)->isBinderAlive()) {
69 // Wait for the app ops service to come back...
72 ALOGI("Waiting for app ops service");
74 ALOGW("Waiting too long for app ops service, giving up");
75 service
90 sp<IAppOpsService> service = getService(); local
97 sp<IAppOpsService> service = getService(); local
104 sp<IAppOpsService> service = getService(); local
111 sp<IAppOpsService> service = getService(); local
119 sp<IAppOpsService> service = getService(); local
126 sp<IAppOpsService> service = getService(); local
133 sp<IAppOpsService> service = getService(); local
[all...]
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_dispatcher.cpp8 #include "pdx/service.h"
72 int ServiceDispatcher::AddService(const std::shared_ptr<Service>& service) { argument
73 if (service->endpoint()->GetIpcTag() != Endpoint::kIpcTag)
78 auto* endpoint = static_cast<Endpoint*>(service->endpoint());
81 event.data.ptr = service.get();
85 ALOGE("Failed to add service to dispatcher because: %s\n", strerror(errno));
89 services_.push_back(service);
93 int ServiceDispatcher::RemoveService(const std::shared_ptr<Service>& service) { argument
94 if (service->endpoint()->GetIpcTag() != Endpoint::kIpcTag)
99 // It's dangerous to remove a service whil
171 Service* service = static_cast<Service*>(events[i].data.ptr); local
[all...]
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.h4 #include <pdx/service.h>
35 // VSyncChannel manages the service-side per-client context for each client
36 // using the service.
39 VSyncChannel(pdx::Service& service, int pid, int cid) argument
40 : service_(service), pid_(pid), cid_(cid) {}
54 // VSyncService implements the displayd vsync service over ServiceFS.
/frameworks/native/libs/vr/libvrsensor/
H A Dsensor_client.cpp62 android::dvr::SensorClient* service = local
64 service->StartSensor();
65 return (uint64_t)service;
68 extern "C" void dvrStopSensor(uint64_t service) { argument
70 reinterpret_cast<android::dvr::SensorClient*>(service);
75 extern "C" int dvrPollSensor(uint64_t service, int max_count, argument
77 return reinterpret_cast<android::dvr::SensorClient*>(service)->Poll(
/frameworks/native/services/vr/bufferhubd/
H A Dconsumer_channel.cpp21 ConsumerChannel::ConsumerChannel(BufferHubService* service, int buffer_id, argument
24 : BufferHubChannel(service, buffer_id, channel_id, kConsumerType),
H A Dconsumer_queue_channel.cpp17 BufferHubService* service, int buffer_id, int channel_id,
19 : BufferHubChannel(service, buffer_id, channel_id, kConsumerQueueType),
16 ConsumerQueueChannel( BufferHubService* service, int buffer_id, int channel_id, const std::shared_ptr<Channel>& producer) argument
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsService.java56 SessionHandler(BluetoothMnsService service) { argument
57 mService = new WeakReference<BluetoothMnsService>(service);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareRttStateManager.java42 * Manages interactions between the Aware and the RTT service. Duplicates some of the functionality
55 * Initializes the connection to the RTT service.
61 IRttManager service = IRttManager.Stub.asInterface(b);
62 if (service == null) {
67 startWithRttService(context, looper, service);
71 * Initializes the connection to the RTT service.
74 public void startWithRttService(Context context, Looper looper, IRttManager service) { argument
77 messenger = service.getMessenger();
104 Log.d(TAG, "startRanging(): AsyncChannel to RTT service not configured - failing");
106 "Aware service no
[all...]
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsClient.java49 CustomTabsClient(ICustomTabsService service, ComponentName componentName) { argument
50 mService = service;
122 * Connects to the Custom Tabs warmup service, and initializes the browser.
124 * This convenience method connects to the service, and immediately warms up the Custom Tabs
125 * implementation. Since service connection is asynchronous, the return code is not the return
127 * This call is optional, and clients are encouraged to connect to the service, call
131 * @param context {@link Context} to use to connect to the remote service.
178 * can be used to associate any related communication through the service with an intent and
179 * then later with a Custom Tab. The client can then send later service calls or intents to
H A DPostMessageServiceConnection.java44 * @param context A context to bind to the service.
55 * Unbinds this service connection from the given context.
63 public final void onServiceConnected(ComponentName name, IBinder service) { argument
64 mService = IPostMessageService.Stub.asInterface(service);
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java17 package android.service.textservice;
44 * This class combines a service to the system with the spell checker service interface that
73 "android.service.textservice.SpellCheckerService";
80 * service interface. Subclasses should not override.
311 public SpellCheckerServiceBinder(SpellCheckerService service) { argument
312 mInternalServiceRef = new WeakReference<SpellCheckerService>(service);
332 final SpellCheckerService service = mInternalServiceRef.get();
334 if (service == null) {
339 final Session session = service
[all...]

Completed in 546 milliseconds

1234567891011>>