Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/cmds/servicemanager/
DServiceManager.h62 struct Service { struct
76 using ServiceMap = std::map<std::string, Service>; argument
/frameworks/native/libs/binder/rust/tests/
Dndk_rust_interop.rs74 struct Service; struct
76 impl Interface for Service {} implementation
78 impl IBinderRustNdkInteropTest for Service { implementation
/frameworks/native/libs/binder/
DLazyServiceRegistrar.cpp51 struct Service { struct in android::binder::internal::ClientCounterCallbackImpl
52 sp<IBinder> service;
53 bool allowIsolated;
54 int dumpFlags;
58 bool clients = false;
59 bool registered = true;
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
DService.java33 public abstract class Service implements Transport.Callback { class
38 public Service(Context context, Transport transport, int serviceId) { in Service() method in Service
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice_endpoint.h13 class Service; variable
Dservice_dispatcher.h14 class Service; variable
Dservice.h26 class Service; variable
/frameworks/base/location/java/android/location/provider/
DLocationProviderBase.java302 private final class Service extends ILocationProvider.Stub { class in LocationProviderBase
304 Service() {} in Service() method in LocationProviderBase.Service
/frameworks/base/core/java/android/app/
DService.java310 public abstract class Service extends ContextWrapper implements ComponentCallbacks2, class
339 public Service() { in Service() method in Service
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java362 private final class Service extends ILocationProvider.Stub { class in LocationProviderBase
364 Service() { in Service() method in LocationProviderBase.Service
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DGarbageMonitor.java560 public static class Service extends SystemUI implements Dumpable { class in GarbageMonitor
564 public Service(Context context, GarbageMonitor garbageMonitor) { in Service() method in GarbageMonitor.Service
/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java118 public static final class Service { class in BluetoothClass
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeMachine.java450 public interface Service { interface in DozeMachine
/frameworks/native/libs/vr/libpdx/
Dservice.cpp441 Service::Service(const std::string& name, std::unique_ptr<Endpoint> endpoint) in Service() function in android::pdx::Service
/frameworks/base/core/proto/android/os/
Dbatterystats.proto518 message Service { message
/frameworks/base/core/java/android/content/pm/
DPackageParser.java8260 public final static class Service extends Component<ServiceIntentInfo> implements Parcelable { class in PackageParser
8264 public Service(final ParseComponentArgs args, final ServiceInfo _info) { in Service() method in PackageParser.Service
8296 private Service(Parcel in) { in Service() method in PackageParser.Service
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1365 class Service : public ManifestExtractor::Element { class