Searched defs:getServiceName (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/av/services/mediaextractor/
H A DMediaExtractorUpdateService.h33 static const char* getServiceName() { return "media.extractor.update"; } function in class:android::media::MediaExtractorUpdateService
H A DMediaExtractorService.h34 static const char* getServiceName() { return "media.extractor"; } function in class:android::MediaExtractorService
/frameworks/av/services/oboeservice/
H A DAAudioService.h48 static const char* getServiceName() { return AAUDIO_SERVICE_NAME; } function in class:android::AAudioService
/frameworks/native/cmds/dumpstate/
H A DDumpstateService.cpp37 char const* DumpstateService::getServiceName() { function in class:android::os::DumpstateService
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h40 static char const* getServiceName() { return "installd"; } function in class:android::installd::InstalldNativeService
/frameworks/av/services/medialog/
H A DMediaLogService.h34 static const char* getServiceName() { return "media.log"; } function in class:android::MediaLogService
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.h52 static char const *getServiceName() { return "media.resource_manager"; } function in class:android::ResourceManagerService
/frameworks/base/core/java/android/bluetooth/
H A DSdpSapsRecord.java53 public String getServiceName() { method in class:SdpSapsRecord
H A DSdpMnsRecord.java67 public String getServiceName() { method in class:SdpMnsRecord
H A DSdpOppOpsRecord.java45 public String getServiceName() { method in class:SdpOppOpsRecord
H A DSdpPseRecord.java71 public String getServiceName() { method in class:SdpPseRecord
H A DSdpMasRecord.java98 public String getServiceName() { method in class:SdpMasRecord
/frameworks/base/core/java/android/print/
H A DPrinterId.java60 public @NonNull ComponentName getServiceName() { method in class:PrinterId
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java176 public String getServiceName() { method in class:WallpaperInfo
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java61 public String getServiceName() { method in class:NsdServiceInfo
/frameworks/av/packages/MediaComponents/src/com/android/media/
H A DSessionToken2Impl.java171 String getServiceName() { method in class:SessionToken2Impl
H A DMediaSession2Impl.java155 String libraryService = getServiceName(context, MediaLibraryService2.SERVICE_INTERFACE, id);
156 String sessionService = getServiceName(context, MediaSessionService2.SERVICE_INTERFACE, id);
190 private static String getServiceName(Context context, String serviceAction, String id) { method in class:MediaSession2Impl
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h44 static char const* getServiceName() { return "media.sound_trigger_hw"; } function in class:android::SoundTriggerHwService
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java356 public String getServiceName() { method in class:InputMethodInfo
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DViewState.java142 CharSequence getServiceName() { method in class:ViewState
143 return mSession.getServiceName();
H A DAutofillManagerServiceImpl.java189 CharSequence getServiceName() { method in class:AutofillManagerServiceImpl
H A DSession.java2465 CharSequence getServiceName() { method in class:Session
2467 return mService.getServiceName();
/frameworks/support/media/src/main/java/androidx/media/
H A DSessionToken2.java218 public @Nullable String getServiceName() { method in class:SessionToken2
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h92 static char const* getServiceName() { return "media.camera"; } function in class:android::CameraService
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java277 public @NonNull String getServiceName() { method in class:RadioManager.ModuleProperties

Completed in 402 milliseconds

12