Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dservice.h111 class Service; variable
128 inline Service() {} in Service() function
/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/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DService.java48 public interface Service { interface
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs48 public ServiceDescriptor Service { get { return service; } } property in Google.Protobuf.Reflection.MethodDescriptor
DDescriptor.cs429 public pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> Service { property in Google.Protobuf.Reflection.FileDescriptorProto
/frameworks/base/core/java/android/app/
DService.java309 public abstract class Service extends ContextWrapper implements ComponentCallbacks2 { class
337 public Service() { in Service() method in Service
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dservice.py51 class Service(object): class
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java301 private final class Service extends ILocationProvider.Stub { class in LocationProviderBase
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeMachine.java371 public interface Service { interface in DozeMachine
/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java117 public static final class Service { class in BluetoothClass
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DGarbageMonitor.java537 public static class Service extends SystemUI implements Dumpable { class in GarbageMonitor
/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.java7960 public final static class Service extends Component<ServiceIntentInfo> implements Parcelable { class
7964 public Service(final ParseComponentArgs args, final ServiceInfo _info) { in Service() method in Service
7996 private Service(Parcel in) { in Service() method in Service
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1294 class Service : public ManifestExtractor::Element { class