Searched refs:getServiceName (Results 1 - 25 of 56) sorted by relevance

123

/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/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DPrinterHashMap.java25 return serviceInfo.getServiceName();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DPrinterHashMap.java24 return serviceInfo.getServiceName();
/frameworks/native/cmds/dumpstate/
H A DDumpstateService.h37 static char const* getServiceName();
H A DDumpstateService.cpp37 char const* DumpstateService::getServiceName() { function in class:android::os::DumpstateService
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.h35 static char const* getServiceName() ANDROID_API {
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/inputmethod/
H A DInputMethodPreferenceTest.java57 x -> x.getInputMethodInfo().getServiceName());
69 x -> x.getInputMethodInfo().getServiceName());
78 x -> x.getInputMethodInfo().getServiceName());
102 x -> x.getInputMethodInfo().getServiceName());
/frameworks/native/include/binder/
H A DBinderService.h40 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated,
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h40 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DCustomPrinterIconCache.java67 StringBuffer sb = new StringBuffer(printerId.getServiceName().getPackageName());
73 (printerId.getServiceName().getClassName() + ":" + printerId.getLocalId())
/frameworks/av/services/medialog/
H A DMediaLogService.h34 static const char* getServiceName() { return "media.log"; } function in class:android::MediaLogService
/frameworks/base/core/java/android/bluetooth/
H A DSdpMnsRecord.java67 public String getServiceName() { method in class:SdpMnsRecord
H A DSdpSapsRecord.java53 public String getServiceName() { method in class:SdpSapsRecord
H A DSdpMasRecord.java98 public String getServiceName() { method in class:SdpMasRecord
H A DSdpOppOpsRecord.java45 public String getServiceName() { method in class:SdpOppOpsRecord
H A DSdpPseRecord.java71 public String getServiceName() { method in class:SdpPseRecord
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
H A DPrinterFilterMopria.java59 Log.d(TAG, "Mopria printer found: " + nsdServiceInfo.getServiceName());
H A DPrinterFilterSamsung.java76 Log.d(TAG, "Samsung printer found: " + nsdServiceInfo.getServiceName());
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerUtils.cpp139 sf = sm->checkService(String16(android::SurfaceFlinger::getServiceName()));
151 sf = sm->checkService(String16(android::SurfaceFlinger::getServiceName()));
/frameworks/base/core/java/android/print/
H A DPrinterId.java60 public @NonNull ComponentName getServiceName() { method in class:PrinterId
/frameworks/native/services/surfaceflinger/
H A Dmain_surfaceflinger.cpp104 sm->addService(String16(SurfaceFlinger::getServiceName()), flinger, false,
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.h52 static char const *getServiceName() { return "media.resource_manager"; } function in class:android::ResourceManagerService
/frameworks/av/services/oboeservice/
H A DAAudioService.h48 static const char* getServiceName() { return AAUDIO_SERVICE_NAME; } function in class:android::AAudioService
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DViewState.java142 CharSequence getServiceName() { method in class:ViewState
143 return mSession.getServiceName();

Completed in 188 milliseconds

123