Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.h62 struct Service { struct
76 using ServiceMap = std::map<std::string, Service>; argument
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dndk_rust_interop.rs74 struct Service; struct
76 impl Interface for Service {} implementation
78 impl IBinderRustNdkInteropTest for Service { implementation
/aosp12/system/bt/bta/gatt/
H A Ddatabase.h70 struct Service { struct
75 std::vector<IncludedService> included_services; argument
79 struct IncludedService { argument
/aosp12/system/libhidl/transport/
H A DHidlLazyUtils.cpp49 struct Service { struct in android::hardware::details::ClientCounterCallback
50 sp<IBase> service;
51 std::string name;
52 bool clients = false;
54 bool registered = true;
/aosp12/frameworks/native/libs/binder/
H A 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;
/aosp12/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DService.java33 public abstract class Service implements Transport.Callback { class
38 public Service(Context context, Transport transport, int serviceId) { in Service() method in Service
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice_endpoint.h13 class Service; variable
H A Dservice_dispatcher.h14 class Service; variable
/aosp12/packages/apps/Dialer/java/com/android/dialer/configprovider/
H A DSharedPrefConfigProvider.java63 public static class Service extends IntentService { class in SharedPrefConfigProvider
65 public Service() { in Service() method in SharedPrefConfigProvider.Service
/aosp12/packages/modules/adb/daemon/
H A Dlogging.h24 Service, enumerator
/aosp12/system/bt/service/common/bluetooth/
H A Dservice.cc20 Service::Service(const Service& other) { in Service() function in bluetooth::Service
H A Dservice.h29 Service(uint16_t handle, bool primary, const Uuid& uuid, in Service() function
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DProcStatsEntry.java315 public static final class Service implements Parcelable { class in ProcStatsEntry
321 public Service(ServiceState service) { in Service() method in ProcStatsEntry.Service
329 public Service(Parcel in) { in Service() method in ProcStatsEntry.Service
/aosp12/system/bt/gd/rust/common/src/
H A Dlib.rs42 fn into_grpc(self) -> grpcio::Service; in into_grpc()
/aosp12/packages/apps/MusicFX/src/com/android/musicfx/
H A DCompatibility.java115 public static class Service extends IntentService { class in Compatibility
119 public Service() { in Service() method in Compatibility.Service
/aosp12/frameworks/base/location/java/android/location/provider/
H A DLocationProviderBase.java302 private final class Service extends ILocationProvider.Stub { class in LocationProviderBase
304 Service() {} in Service() method in LocationProviderBase.Service
/aosp12/bionic/libc/tools/
H A Dgenserv.py17 class Service: class
/aosp12/frameworks/base/core/java/android/app/
H A DService.java313 public abstract class Service extends ContextWrapper implements ComponentCallbacks2, class
342 public Service() { in Service() method in Service
/aosp12/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java362 private final class Service extends ILocationProvider.Stub { class in LocationProviderBase
364 Service() { in Service() method in LocationProviderBase.Service
/aosp12/system/bt/gd/rust/main/src/
H A Dlib.rs68 ) -> grpcio::Service { in get_grpc()
/aosp12/system/bt/gd/rust/hci/src/
H A Dcontroller_facade.rs35 fn into_grpc(self) -> grpcio::Service { in into_grpc()
/aosp12/system/memory/libmemunreachable/tests/
H A DBinder_test.cpp98 int Service() { in Service() function in android::ServiceProcess
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.h88 Service, enumerator
/aosp12/system/core/init/
H A Dservice.cpp131 Service::Service(const std::string& name, Subcontext* subcontext_for_restart_commands, in Service() function in android::init::Service
135 Service::Service(const std::string& name, unsigned flags, uid_t uid, gid_t gid, in Service() function in android::init::Service
/aosp12/system/bt/gd/rust/facade/src/
H A Dlib.rs30 ) -> grpcio::Service { in create()

12