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

/frameworks/av/services/oboeservice/
H A DAAudioService.h45 static const char* getServiceName() { return AAUDIO_SERVICE_NAME; } function in class:android::AAudioService
/frameworks/av/services/mediacodec/
H A DMediaCodecService.h34 static const char* getServiceName() { return "media.codec"; } function in class:android::MediaCodecService
/frameworks/av/services/mediaextractor/
H A DMediaExtractorService.h34 static const char* getServiceName() { return "media.extractor"; } function in class:android::MediaExtractorService
/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.h51 static char const *getServiceName() { return "media.resource_manager"; } function in class:android::ResourceManagerService
/frameworks/base/core/java/android/bluetooth/
H A DSdpSapsRecord.java55 public String getServiceName() { method in class:SdpSapsRecord
H A DSdpMnsRecord.java66 public String getServiceName() { method in class:SdpMnsRecord
H A DSdpOppOpsRecord.java44 public String getServiceName() { method in class:SdpOppOpsRecord
H A DSdpPseRecord.java70 public String getServiceName() { method in class:SdpPseRecord
H A DSdpMasRecord.java95 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/av/services/radio/
H A DRadioService.h48 static char const* getServiceName() { return "media.radio"; } function in class:android::RadioService
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java187 public String getServiceName() { method in class:WallpaperInfo
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java62 public String getServiceName() { method in class:NsdServiceInfo
/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.java345 public String getServiceName() { method in class:InputMethodInfo
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DViewState.java127 CharSequence getServiceName() { method in class:ViewState
128 return mSession.getServiceName();
H A DAutofillManagerServiceImpl.java147 CharSequence getServiceName() { method in class:AutofillManagerServiceImpl
H A DSession.java1385 CharSequence getServiceName() { method in class:Session
1387 return mService.getServiceName();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h90 static char const* getServiceName() { return "media.camera"; } function in class:android::CameraService

Completed in 7397 milliseconds