Home
last modified time | relevance | path

Searched defs:getServiceName (Results 1 – 25 of 46) sorted by relevance

12

/aosp12/system/core/storaged/include/
H A Dstoraged_service.h37 static char const* getServiceName() { return "storaged"; } in getServiceName() function
48 static char const* getServiceName() { return "storaged_pri"; } in getServiceName() function
/aosp12/frameworks/base/services/incremental/
H A DBinderIncrementalService.h36 static const char16_t* getServiceName() { return u"incremental"; } in getServiceName() function
/aosp12/packages/modules/DnsResolver/
H A DDnsResolverService.h34 static char const* getServiceName() { return "dnsresolver"; } in getServiceName() function
/aosp12/system/netd/server/
H A DNetdNativeService.h34 static char const* getServiceName() { return "netd"; } in getServiceName() function
/aosp12/hardware/google/pixel/perfstatsd/include/
H A Dperfstatsd_service.h33 static char const *getServiceName() { return "perfstatsd_pri"; } in getServiceName() function
/aosp12/frameworks/av/services/mediaextractor/
H A DMediaExtractorService.h32 static const char* getServiceName() { return "media.extractor"; } in getServiceName() function
/aosp12/system/vold/
H A DVoldNativeService.h31 static char const* getServiceName() { return "vold"; } in getServiceName() function
/aosp12/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_clearkey_module.h35 virtual std::string getServiceName() const override { return "clearkey"; } in getServiceName() function
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.h40 static char const* getServiceName() { return "installd"; } in getServiceName() function
/aosp12/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.h36 static char const* getServiceName() { in getServiceName() function
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputFlinger.h39 static char const* getServiceName() ANDROID_API { in getServiceName() function
/aosp12/system/iorap/src/binder/
H A Diiorap_impl.h48 static constexpr const char* getServiceName() { return "iorapd"; }; in getServiceName() function
/aosp12/frameworks/av/services/medialog/
H A DMediaLogService.h35 static const char* getServiceName() { return "media.log"; } in getServiceName() function
/aosp12/frameworks/av/services/mediaresourcemanager/
H A DResourceObserverService.h39 static char const *getServiceName() { return "media.resource_observer"; } in getServiceName() function
/aosp12/hardware/google/av/media/eco/include/eco/
H A DECOService.h70 static char const* getServiceName() { return "media.ecoservice"; } in getServiceName() function
/aosp12/frameworks/av/services/mediatranscoding/
H A DMediaTranscodingService.h48 static const char* getServiceName() { return "media.transcoding"; } in getServiceName() function
/aosp12/frameworks/av/services/oboeservice/
H A DAAudioService.h54 static const char* getServiceName() { return AAUDIO_SERVICE_NAME; } in getServiceName() function
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DSdpSapsRecord.java53 public String getServiceName() { in getServiceName() method in SdpSapsRecord
H A DSdpMnsRecord.java67 public String getServiceName() { in getServiceName() method in SdpMnsRecord
H A DSdpOppOpsRecord.java45 public String getServiceName() { in getServiceName() method in SdpOppOpsRecord
H A DSdpPseRecord.java71 public String getServiceName() { in getServiceName() method in SdpPseRecord
/aosp12/system/netd/tests/
H A DTestUnsolService.h50 static char const* getServiceName() { return "testUnsol"; } in getServiceName() function
/aosp12/frameworks/base/core/java/android/print/
H A DPrinterId.java63 public @NonNull ComponentName getServiceName() { in getServiceName() method in PrinterId
/aosp12/frameworks/base/services/core/java/com/android/server/infra/
H A DServiceNameResolver.java74 default String getServiceName(@UserIdInt int userId) { in getServiceName() method
/aosp12/frameworks/av/services/tuner/
H A DTunerService.h101 static char const *getServiceName() { return "media.tuner"; } in getServiceName() function

12