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

<<11121314151617181920>>

  /external/flatbuffers/grpc/src/compiler/
go_generator.h 50 //Package name for the service
54 // Return the source of the generated service file.
56 const grpc_generator::Service *service,
  /external/guice/extensions/service/src/com/google/inject/service/
Service.java 17 package com.google.inject.service;
29 public interface Service {
31 * If the service has already been started, this method returns
32 * immediately without taking action. A stopped service may not be restarted.
36 * service has finished starting, and returns the resultant state. If
37 * the service fails to start, {@link Future#get} will throw an {@link
44 * If the service is {@link State#STARTED} initiates service shutdown and
45 * returns immediately. If the service has already been stopped, this
50 * service has finished shutting down, and either returns {@lin
    [all...]
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsServiceApp.java 29 package com.android.service.ims;
  /external/nos/host/generic/libnos/generator/test/
test.cpp 53 // The method's ID is based on the order of declaration in the service.
56 Hello service{client};
65 service.Third(request, &response);
66 service.First(request, &response);
67 service.Second(request, &response);
73 Hello service{client};
89 EXPECT_THAT(service.Greet(request, &real_response), Eq(APP_SUCCESS));
96 Hello service{client};
105 EXPECT_THAT(service.Greet(request, nullptr), Eq(APP_SUCCESS));
112 Hello service{client}
169 IHello& service = mockService; local
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ServiceUtils.java 21 import android.app.Service;
30 * A utility class supplying helper methods for {@link Service} objects.
38 * Marks the service as a foreground service. This uses reflection to figure out whether the new
39 * APIs for marking a service as a foreground service are available. If not, it falls back to the
42 * @param service
43 * the service to put in foreground mode
49 public static void setForeground(Service service, Integer notificationId
    [all...]
  /frameworks/base/cmds/statsd/src/subscriber/
IncidentdReporter.cpp 64 sp<IIncidentManager> service = interface_cast<IIncidentManager>( local
66 if (service == nullptr) {
67 ALOGW("Failed to fetch incident service.");
70 VLOG("Calling incidentd %p", service.get());
71 binder::Status s = service->reportIncident(incidentReport);
  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 27 void setGpsGeofenceHardware(in IGpsGeofenceHardware service);
28 void setFusedGeofenceHardware(in IFusedGeofenceHardware service);
  /frameworks/base/core/java/android/service/autofill/
InternalSanitizer.java 16 package android.service.autofill;
InternalValidator.java 16 package android.service.autofill;
  /frameworks/base/core/java/android/service/trust/
ITrustAgentService.aidl 16 package android.service.trust;
20 import android.service.trust.ITrustAgentServiceCallback;
  /frameworks/base/services/backup/java/com/android/server/backup/
FullBackupJob.java 51 // callback from the Backup Manager Service: it's finished its work for this pass
64 Trampoline service = BackupManagerService.getInstance(); local
65 return service.beginFullBackup(this);
72 Trampoline service = BackupManagerService.getInstance(); local
73 service.endFullBackup();
  /frameworks/base/tests/Assist/src/com/android/test/assist/
AssistInteractionService.java 20 import android.service.voice.VoiceInteractionService;
  /frameworks/base/tests/CameraPrewarmTest/src/com/google/android/test/cameraprewarm/
PrewarmService.java 19 import android.service.media.CameraPrewarmService;
  /frameworks/native/include/android/
multinetwork.h 92 * - either |node| or |service| may be NULL, but not both
99 const char *node, const char *service,
  /frameworks/native/services/vr/bufferhubd/
bufferhubd.cpp 14 std::shared_ptr<android::pdx::Service> service; local
38 CHECK_ERROR(!dispatcher, error, "Failed to create service dispatcher\n");
40 service = android::dvr::BufferHubService::Create();
41 CHECK_ERROR(!service, error, "Failed to create buffer hub service\n");
42 dispatcher->AddService(service);
  /frameworks/opt/telephony/src/java/android/telephony/
CarrierMessagingServiceManager.java 24 import android.service.carrier.CarrierMessagingService;
25 import android.service.carrier.ICarrierMessagingService;
30 * Provides basic structure for platform to connect to the carrier messaging service.
51 * Binds to the carrier messaging service under package {@code carrierPackageName}. This method
56 * @return true upon successfully binding to a carrier messaging service, false otherwise
69 * Unbinds the carrier messaging service. This method should be called exactly once.
80 * Implemented by subclasses to use the carrier messaging service once it is ready.
82 * @param carrierMessagingService the carrier messaing service interface
91 public void onServiceConnected(ComponentName name, IBinder service) {
92 onServiceReady(ICarrierMessagingService.Stub.asInterface(service));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccServiceTable.java 38 * Returns if the specified service is available.
39 * @param service the service number as a zero-based offset (the enum ordinal)
40 * @return true if the service is available; false otherwise
42 protected boolean isAvailable(int service) {
43 int offset = service / 8;
45 // Note: Enums are zero-based, but the TS service numbering is one-based
46 Rlog.e(getTag(), "isAvailable for service " + (service + 1) + " fails, max service is "
    [all...]
  /hardware/google/av/codec2/1.0/mts/common/
README.md 4 Functionality of master is to enumerate all the Codec2 components available in C2 media service.
9 Functionality of componet is to test common functionality across all the Codec2 components available in C2 media service. For a standard C2 component, these tests are expected to pass.
  /hardware/interfaces/light/utils/
main.cpp 38 sp<ILight> service = ILight::getService();
39 if (service == nullptr) {
40 error("Could not retrieve light service.");
48 service->getSupportedTypes([&](const hidl_vec<Type>& types) {
50 Status ret = service->setLight(type, off);
  /hardware/interfaces/wifi/1.2/default/tests/
runtests.sh 50 adb shell /data/nativetest/vendor/android.hardware.wifi@1.0-service-tests/android.hardware.wifi@1.0-service-tests
  /packages/apps/Car/Radio/src/com/android/car/radio/service/
IRadioManager.aidl 16 package com.android.car.radio.service;
22 import com.android.car.radio.service.IRadioCallback;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
SyncWindow.java 17 package com.android.emailcommon.service;
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ServiceStore.java 24 import com.android.email.service.EmailServiceUtils;
28 import com.android.emailcommon.service.EmailServiceProxy;
29 import com.android.emailcommon.service.HostAuthCompat;
30 import com.android.emailcommon.service.IEmailService;
33 * Base class for service-based stores
78 * We handle AutoDiscover here, wrapping the EmailService call. The service call returns a
79 * HostAuth and we return null if there was a service issue
  /packages/apps/Email/provider_src/com/android/email/service/
EmailBroadcastReceiver.java 17 package com.android.email.service;
EmailUpgradeBroadcastReceiver.java 1 package com.android.email.service;

Completed in 440 milliseconds

<<11121314151617181920>>