/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.h | 73 struct Service { struct 84 ~Service(); argument
|
/frameworks/native/libs/binder/rust/tests/ |
D | ndk_rust_interop.rs | 75 struct Service; struct 77 impl Interface for Service {} implementation 79 impl IBinderRustNdkInteropTest for Service { implementation
|
/frameworks/native/libs/binder/ |
D | LazyServiceRegistrar.cpp | 51 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/native/libs/binder/tests/ |
D | binderHostDeviceTestService.cpp | 26 class Service : public android::BBinder { class 28 Service(std::string_view descriptor) : mDescriptor(descriptor.data(), descriptor.size()) {} in Service() function in __anonc68c60fb0111::Service
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | SignificantPlaceProvider.java | 80 private final class Service extends ISignificantPlaceProvider.Stub { class in SignificantPlaceProvider 82 Service() {} in Service() method in SignificantPlaceProvider.Service
|
D | LocationProviderBase.java | 362 private final class Service extends ILocationProvider.Stub { class in LocationProviderBase 364 Service() { in Service() method in LocationProviderBase.Service
|
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
D | Service.java | 33 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/ |
D | service_endpoint.h | 13 class Service; variable
|
D | service_dispatcher.h | 14 class Service; variable
|
D | service.h | 26 class Service; variable
|
/frameworks/base/location/java/android/location/provider/ |
D | LocationProviderBase.java | 311 private final class Service extends ILocationProvider.Stub { class in LocationProviderBase 313 Service() {} in Service() method in LocationProviderBase.Service
|
D | GeocodeProviderBase.java | 116 private class Service extends IGeocodeProvider.Stub { class in GeocodeProviderBase
|
/frameworks/base/core/java/android/app/ |
D | Service.java | 318 public abstract class Service extends ContextWrapper implements ComponentCallbacks2, class 354 public Service() { in Service() method in Service
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | GentleUpdateHelper.java | 65 public static class Service extends JobService { class in GentleUpdateHelper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeMachine.java | 500 public interface Service { interface in DozeMachine
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 441 Service::Service(const std::string& name, std::unique_ptr<Endpoint> endpoint) in Service() function in android::pdx::Service
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 518 message Service { message
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 8268 public final static class Service extends Component<ServiceIntentInfo> implements Parcelable { class in PackageParser 8272 public Service(final ParseComponentArgs args, final ServiceInfo _info) { in Service() method in PackageParser.Service 8304 private Service(Parcel in) { in Service() method in PackageParser.Service
|
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 1701 class Service : public ManifestExtractor::Element { class
|