HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 676 - 700 of 3439) sorted by null

<<21222324252627282930>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ForegroundServiceController.java 18 import android.service.notification.StatusBarNotification;
58 * Returns the key of the foreground service from this package using the standard template,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/car/
CarNotificationEntryManager.java 19 import android.service.notification.StatusBarNotification;
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerInternal.java 21 import android.service.vr.IPersistentVrStateCallbacks;
24 * Service for accessing the VR mode manager.
75 * given in {@link android.service.vr.VrModeException} on failure.
  /frameworks/layoutlib/bridge/src/android/os/
ServiceManager.java 24 * Returns a reference to a service with the given name.
26 * @param name the name of the service to get
27 * @return a reference to the service, or <code>null</code> if the service doesn't exist
41 * Place a new @a service called @a name into the service
44 * @param name the name of the new service
45 * @param service the service object
47 public static void addService(String name, IBinder service) {
    [all...]
  /frameworks/native/cmds/dumpsys/tests/
dumpsys_test.cpp 132 for (auto& service : services) {
133 services16.add(String16(service.c_str()));
141 for (auto& service : services) {
142 services16.add(String16(service.c_str()));
212 for (const std::string& service : services) {
213 expected.append(" ").append(service).append("\n");
226 void AssertDumped(const std::string& service, const std::string& dump) {
227 EXPECT_THAT(stdout_, HasSubstr("DUMP OF SERVICE " + service + ":\n" + dump));
228 EXPECT_THAT(stdout_, HasSubstr("was the duration of dumpsys " + service + ", ending at: "))
    [all...]
  /frameworks/opt/net/lowpan/service/
Android.mk 20 LOCAL_MODULE := lowpan-service
  /packages/apps/Nfc/src/com/android/nfc/
DtaServiceConnector.java 55 public void onServiceConnected(ComponentName className, IBinder service) {
56 dtaMessenger = new Messenger(service);
96 public static void setMessageService(String service) {
97 sMessageService = service;
  /prebuilts/tools/linux-x86_64/kythe/proto/
analysis.proto 27 service CompilationAnalyzer {
40 service FileDataService {
61 // The address of a file data service to use. If this is provided, it should
62 // be used in preference to any other file data service the analyzer may know
  /system/bt/stack/srvc/
srvc_dis.cc 222 param.service.s_handle = 1;
223 param.service.e_handle = 0xFFFF;
224 param.service.auth_req = 0;
229 param.service.uuid =
235 LOG(ERROR) << "Read DISInfo: " << param.service.uuid
325 * Description Initialize the Device Information Service Server.
338 btgatt_db_element_t service[DIS_MAX_ATTR_NUM] = {}; local
342 service[0].type = BTGATT_DB_PRIMARY_SERVICE;
343 service[0].uuid = svc_uuid;
350 /* index 0 is service, so characteristics start from 1 *
    [all...]
  /system/hwservicemanager/
HidlService.cpp 16 const sp<IBase> &service,
20 mService(service),
27 void HidlService::setService(sp<IBase> service, pid_t pid) {
28 mService = service;
  /system/libhidl/transport/manager/1.0/
IServiceManager.hal 25 * All examples in this file assume that there is one service registered with
26 * the service manager, "android.hidl.manager@1.0::IServiceManager/manager"
41 * Retrieve an existing service that supports the requested version.
49 * @return service Handle to requested service, same as provided in
52 get(string fqName, string name) generates (interface service);
55 * Register a service. The service manager must retrieve the (inherited)
56 * interfaces that this service implements, and register them along with
57 * the service
    [all...]
  /system/tpm/trunks/
trunksd.cc 81 // Create a service instance before anything else so objects like
84 trunks::TrunksBinderService service; local
86 trunks::TrunksDBusService service; local
119 service.set_transceiver(&background_transceiver);
120 LOG(INFO) << "Trunks service started.";
121 return service.Run();
  /tools/acloud/internal/lib/
gstorage_client.py 55 request = self.service.objects().get(bucket=bucket_name,
74 api_resource=self.service.objects().list,
96 request = self.service.objects().insert(bucket=bucket_name,
115 request = self.service.objects().delete(bucket=bucket_name,
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java 17 package com.example.android.autofill.service.data;
24 import com.example.android.autofill.service.AutofillHints;
25 import com.example.android.autofill.service.ClientParser;
26 import com.example.android.autofill.service.model.AutofillDataset;
27 import com.example.android.autofill.service.model.DatasetWithFilledAutofillFields;
28 import com.example.android.autofill.service.model.FieldType;
29 import com.example.android.autofill.service.model.FieldTypeWithHeuristics;
30 import com.example.android.autofill.service.model.FilledAutofillField;
39 import static com.example.android.autofill.service.util.Util.loge;
  /external/autotest/client/site_tests/cellular_ActivateLTE/
cellular_ActivateLTE.py 89 # Service should appear as 'not-activated'.
93 # Call 'CompleteActivation' on the device. The service will become
97 service = self.test.FindCellularService()
98 service.CompleteCellularActivation()
105 This test verifies that the service eventually becomes 'activated' in the
115 # Service should appear as 'not-activated'.
119 # Call 'CompleteActivation' on the device. The service will become
123 service = self.test.FindCellularService()
124 service.CompleteCellularActivation()
128 # The service should register and be marked as 'activated'
    [all...]
  /external/autotest/server/hosts/
moblab_host.py 47 """An expected upstart service was not in the expected state."""
55 'Upstart service %s not in running state.' % service_name)
230 def _verify_upstart_service(self, service, timeout_m):
231 """Verify that the given moblab service is running.
233 @param service: The upstart service to check for.
235 @raises TimeoutException or UpstartServiceNotRunning if service isn't
240 if not self.upstart_status(service):
241 raise UpstartServiceNotRunning(service)
249 @raises AutoservError if any moblab service is not running
    [all...]
  /frameworks/av/soundtrigger/
SoundTrigger.cpp 51 ALOGW("Sound trigger service died!");
87 const sp<ISoundTriggerHwService> service = getSoundTriggerHwService(); local
88 if (service == 0) {
91 return service->listModules(modules, numModules);
99 const sp<ISoundTriggerHwService> service = getSoundTriggerHwService(); local
100 if (service == 0) {
104 status_t status = service->attach(module, soundTrigger, soundTrigger->mISoundTrigger);
109 ALOGW("Error %d connecting to sound trigger service", status);
119 const sp<ISoundTriggerHwService> service = getSoundTriggerHwService(); local
120 if (service == 0)
    [all...]
  /frameworks/base/tests/net/java/com/android/server/
NsdServiceTest.java 72 mThread = new HandlerThread("mock-service-handler");
90 NsdService service = makeService(); local
92 NsdManager client1 = connectClient(service);
95 NsdManager client2 = connectClient(service);
111 NsdService service = makeService(); local
112 NsdManager client = connectClient(service);
149 NsdService service = new NsdService(mContext, mSettings, mHandler, supplier); local
151 return service;
154 NsdManager connectClient(NsdService service) {
155 return new NsdManager(mContext, service);
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/p2p/
P2pPrinterConnection.java 55 private P2pPrinterConnection(BuiltInPrintService service, ConnectionListener listener) {
56 mService = service;
62 public P2pPrinterConnection(BuiltInPrintService service, WifiP2pDevice peer,
64 this(service, listener);
70 public P2pPrinterConnection(BuiltInPrintService service, DiscoveredPrinter printer,
72 this(service, listener);
74 if (P2pUtils.isOnConnectedInterface(service, printer)) {
75 WifiP2pDevice peer = service.getP2pMonitor().getConnection().getPeer();
81 service.getP2pMonitor().discover(this);
  /system/core/adb/
sockets.cpp 450 // Create a remote socket to exchange packets with a remote service through transport
451 // |t|. Where |id| is the socket id of the corresponding service on the other
558 // Returns the position in |service| following the target serial parameter. Serial format can be
565 char* skip_host_serial(char* service) {
570 if (!strncmp(service, prefix.c_str(), prefix.length())) {
571 return strchr(service + prefix.length(), ':');
576 if (!strncmp(service, "tcp:", 4) || !strncmp(service, "udp:", 4)) {
577 service += 4;
582 if (service[0] == '[')
617 char* service = nullptr; local
    [all...]
  /system/core/init/
service_test.cpp 17 #include "service.h"
31 TEST(service, pod_initialized) {
32 constexpr auto memory_size = sizeof(Service);
33 alignas(alignof(Service)) char old_memory[memory_size];
40 Service* service_in_old_memory =
41 new (old_memory) Service("test_old_memory", nullptr, dummy_args);
60 Service* service_in_old_memory2 = new (old_memory) Service(
77 TEST(service, make_temporary_oneshot_service_invalid_syntax) {
80 ASSERT_EQ(nullptr, Service::MakeTemporaryOneshotService(args))
    [all...]
  /external/libcups/cups/
http-addrlist.c 476 const char *service) /* I - Service name or port number */
487 "service=\"%s\")\n",
496 family == AF_INET ? "INET" : "???", service);
604 if ((error = getaddrinfo(hostname, service, &hints, &results)) == 0)
666 struct servent *port; /* Port number for service */
671 * Lookup the service...
674 if (!service)
676 else if (isdigit(*service & 255))
677 portnum = atoi(service);
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 77 * Denotes a stop requested by a client. It's used only on the service side of the API,
101 * Denotes a failure of a TTS service.
205 * Listener that will be called when the TTS service has
332 * Intent for starting a TTS service. Services that handle this intent must
334 * directly, instead they should talk to the TTS service using the the methods in this
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 61 // Represents a single AID registration of a service
63 ApduServiceInfo service; field in class:RegisteredAidCache.ServiceAidInfo
70 "service=" + service.getComponent() +
85 if (!service.equals(that.service)) return false;
92 int result = service.hashCode();
181 // default service.
210 public boolean isDefaultServiceForAid(int userId, ComponentName service, String aid) {
218 return service.equals(resolveInfo.defaultService.getComponent())
    [all...]
  /packages/services/Car/service/src/com/android/car/cluster/
InstrumentClusterService.java 67 * Service responsible for interaction with car's instrument cluster.
97 // If renderer service crashed / stopped and this class fails to rebind with it immediately,
109 IInstrumentCluster service = IInstrumentCluster.Stub.asInterface(binder);
112 mRendererService = service;
115 if (navContextOwner != null && service != null) {
116 notifyNavContextOwnerChanged(service, navContextOwner.uid, navContextOwner.pid);
172 writer.println("renderer service: " + mRendererService);
181 IInstrumentCluster service; local
184 service = mRendererService;
187 if (service != null)
198 IInstrumentCluster service; local
245 IInstrumentCluster service; local
268 IInstrumentCluster service; local
    [all...]

Completed in 568 milliseconds

<<21222324252627282930>>