HomeSort by relevance Sort by last modified time
    Searched defs:service (Results 276 - 300 of 1487) sorted by null

<<11121314151617181920>>

  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
ContactDbUtil.java 29 package com.android.service.ims.presence;
PresenceSetting.java 29 package com.android.service.ims.presence;
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
AlarmBroadcastReceiver.java 29 package com.android.service.ims.presence;
37 import com.android.service.ims.RcsStackAdaptor;
38 import com.android.service.ims.TaskManager;
  /external/iptables/extensions/
libxt_udp.c 66 const struct servent *service; local
68 if ((service = getservbyport(htons(port), "udp")))
69 return service->s_name;
77 const char *service; local
79 if (numeric || (service = port_to_service(port)) == NULL)
82 printf("%s", service);
  /external/nos/test/system-test-harness/src/
keymaster-import-key-tests.cc 35 static unique_ptr<Keymaster> service; member in class:__anon30761::ImportKeyTest
83 unique_ptr<Keymaster> ImportKeyTest::service; member in class:__anon30761::ImportKeyTest
93 service.reset(new Keymaster(*client));
124 ASSERT_NO_ERROR(service->ImportKey(request, &response), "");
136 ASSERT_NO_ERROR(service->ImportKey(request, &response), "");
148 ASSERT_NO_ERROR(service->ImportKey(request, &response), "");
160 ASSERT_NO_ERROR(service->ImportKey(request, &response), "");
172 ASSERT_NO_ERROR(service->ImportKey(request, &response), "");
184 ASSERT_NO_ERROR(service->ImportKey(request, &response), "");
198 ASSERT_NO_ERROR(service->ImportKey(request, &response), "")
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_io_object.hpp 24 // Type trait used to determine whether a service supports move.
54 /// The type of the service that will be used to provide I/O operations.
70 return service.get_io_service();
80 : service(asio::use_service<IoObjectService>(io_service))
82 service.construct(implementation);
93 service.destroy(implementation);
96 /// Get the service associated with the I/O object.
99 return service;
102 /// Get the service associated with the I/O object.
105 return service;
113 service_type& service; member in class:asio::basic_io_object
    [all...]
  /frameworks/base/core/java/android/net/metrics/
IpConnectivityLog.java 44 public IpConnectivityLog(IIpConnectivityMetrics service) {
45 mService = service;
52 final IIpConnectivityMetrics service = local
54 if (service == null) {
59 mService = service;
72 Log.d(TAG, SERVICE_NAME + " service was not ready");
  /frameworks/base/core/java/android/service/autofill/
DateValueSanitizer.java 17 package android.service.autofill;
InternalTransformation.java 16 package android.service.autofill;
RegexValidator.java 17 package android.service.autofill;
TextValueSanitizer.java 17 package android.service.autofill;
  /frameworks/base/core/java/android/service/chooser/
ChooserTargetService.java 18 package android.service.chooser;
21 import android.app.Service;
32 * A service that receives calls from the system when the user is asked to choose
43 * <p>To extend this class, you must declare the service in your manifest file with
47 * &lt;service android:name=".MyChooserTargetService"
51 * &lt;action android:name="android.service.chooser.ChooserTargetService" />
53 * &lt;/service>
56 * <p>For the system to query your service, you must add a &lt;meta-data> element to the
63 * <code>android.service.chooser.chooser_target_service</code> and a value corresponding to
64 * the component name of your service. Example:</p
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotifyingApp.java 16 package android.service.notification;
SnoozeCriterion.java 16 package android.service.notification;
  /frameworks/base/core/java/android/service/vr/
VrListenerService.java 17 package android.service.vr;
22 import android.app.Service;
32 * A service that is bound from the system while running in virtual reality (VR) mode.
34 * <p>To extend this class, you must declare the service in your manifest file with
38 * &lt;service android:name=".VrListener"
42 * &lt;action android:name="android.service.vr.VrListenerService" />
44 * &lt;/service>
47 * <p>This service is bound when the system enters VR mode and is unbound when the system leaves VR
51 * service if the VR application has specifically targeted this service by specifyin
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
AppBindRecord.java 25 * An association between a service and one of its client applications.
28 final ServiceRecord service; // The running service. field in class:AppBindRecord
30 final ProcessRecord client; // Who has started/bound the service.
36 pw.println(prefix + "service=" + service);
54 service = _service;
62 + " " + service.shortName + ":" + client.processName + "}";
67 proto.write(AppBindRecordProto.SERVICE_NAME, service.shortName);
  /frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
VtsFwkDisplayServiceV1_0TargetTest.cpp 78 sp<IDisplayService> service = ::testing::VtsHalHidlTargetTestBase::getService<IDisplayService>(); variable
80 ASSERT_NE(service, nullptr);
82 Return<sp<IDisplayEventReceiver>> ret = service->getEventReceiver();
  /frameworks/native/libs/binder/
AppOpsManager.cpp 31 // As a consequence, it also never runs the AppOpsManager service.
43 static const sp<IBinder>& getToken(const sp<IAppOpsService>& service) {
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 = NULL
90 sp<IAppOpsService> service = getService(); local
97 sp<IAppOpsService> service = getService(); local
105 sp<IAppOpsService> service = getService(); local
112 sp<IAppOpsService> service = getService(); local
120 sp<IAppOpsService> service = getService(); local
127 sp<IAppOpsService> service = getService(); local
134 sp<IAppOpsService> service = getService(); local
    [all...]
  /frameworks/native/libs/vr/libpdx/
service_dispatcher.cpp 8 #include <pdx/service.h>
39 // the other entries that point to instances of Service.
71 int ServiceDispatcher::AddService(const std::shared_ptr<Service>& service) {
76 event.data.ptr = service.get();
78 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_ADD, service->endpoint()->epoll_fd(),
80 ALOGE("Failed to add service to dispatcher because: %s\n", strerror(errno));
84 services_.push_back(service);
88 int ServiceDispatcher::RemoveService(const std::shared_ptr<Service>& service) {
162 Service* service = static_cast<Service*>(events[i].data.ptr); local
    [all...]
  /frameworks/support/media/version-compat-tests/current/service/src/androidTest/java/android/support/mediacompat/service/
StubMediaBrowserServiceCompatWithDelayedMediaSession.java 17 package android.support.mediacompat.service;
33 * {@link android.app.Service#onCreate}.
  /frameworks/support/media/version-compat-tests/previous/service/src/androidTest/java/android/support/mediacompat/service/
StubMediaBrowserServiceCompatWithDelayedMediaSession.java 17 package android.support.mediacompat.service;
32 * {@link android.app.Service#onCreate}.
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/service/
RuntimePermissionPresenterServiceImpl.java 17 package com.android.packageinstaller.permission.service;
33 * Service that provides presentation information for runtime permissions.
  /packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/service/
AnomalyService.java 17 package com.android.settings.anomaly.tester.service;
27 * Service to run the anomaly action
  /system/bt/bta/sys/
utl.cc 152 * the bits in service class
154 * service class
161 uint16_t service; local
166 BTM_COD_SERVICE_CLASS(service, dev);
178 p_cod->service &= BTM_COD_SERVICE_CLASS_MASK;
179 service = service | p_cod->service;
183 p_cod->service &= BTM_COD_SERVICE_CLASS_MASK;
184 service = service & (~p_cod->service)
    [all...]
  /system/core/init/
sigchld_handler.cpp 33 #include "service.h"
59 // We do NOT want to reap the zombie earlier as in Service::Reap(), we kill(-pid, ...) and we
65 Service* service = nullptr; local
72 service = ServiceList::GetInstance().FindService(pid, &Service::pid);
74 if (service) {
75 name = StringPrintf("Service '%s' (pid %d)", service->name().c_str(), pid);
76 if (service->flags() & SVC_EXEC)
    [all...]

Completed in 523 milliseconds

<<11121314151617181920>>