HomeSort by relevance Sort by last modified time
    Searched defs:getServiceName (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /system/core/storaged/include/
storaged_service.h 37 static char const* getServiceName() { return "storaged"; }
48 static char const* getServiceName() { return "storaged_pri"; }
  /frameworks/av/services/mediaextractor/
MediaExtractorUpdateService.h 33 static const char* getServiceName() { return "media.extractor.update"; }
MediaExtractorService.h 34 static const char* getServiceName() { return "media.extractor"; }
  /system/netd/server/
NetdNativeService.h 33 static char const* getServiceName() { return "netd"; }
  /system/vold/
VoldNativeService.h 31 static char const* getServiceName() { return "vold"; }
  /frameworks/av/services/oboeservice/
AAudioService.h 48 static const char* getServiceName() { return AAUDIO_SERVICE_NAME; }
  /frameworks/native/cmds/dumpstate/
DumpstateService.cpp 37 char const* DumpstateService::getServiceName() {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
PairingRequestMessage.java 45 public String getServiceName() {
  /frameworks/base/core/java/android/bluetooth/
SdpSapsRecord.java 53 public String getServiceName() {
SdpMnsRecord.java 67 public String getServiceName() {
SdpPseRecord.java 71 public String getServiceName() {
SdpMasRecord.java 98 public String getServiceName() {
SdpOppOpsRecord.java 45 public String getServiceName() {
  /frameworks/native/cmds/installd/
InstalldNativeService.h 40 static char const* getServiceName() { return "installd"; }
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetTestEnvBase.cpp 109 string VtsHalHidlTargetTestEnvBase::getServiceName(const string& instanceName,
VtsHalHidlTargetTestEnvBase.h 93 string getServiceName(const string& defaultName = kDefaultServiceName) {
94 return getServiceName(T::descriptor, defaultName);
120 string getServiceName(const string& instanceName, const string& defaultName);
  /frameworks/av/services/medialog/
MediaLogService.h 34 static const char* getServiceName() { return "media.log"; }
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h 52 static char const *getServiceName() { return "media.resource_manager"; }
  /frameworks/base/core/java/android/print/
PrinterId.java 60 public @NonNull ComponentName getServiceName() {
  /tools/loganalysis/src/com/android/loganalysis/item/
DmesgServiceInfoItem.java 50 public String getServiceName() {
  /frameworks/base/tests/net/java/android/net/nsd/
NsdServiceInfoTest.java 169 assertEquals(original.getServiceName(), result.getServiceName());
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilityServiceWarning.java 53 getServiceName(parentActivity, info)))
112 getServiceName(context, info));
122 getServiceName(context, info)));
178 private static CharSequence getServiceName(Context context, AccessibilityServiceInfo info) {
  /system/extras/perfprofd/binder_interface/
perfprofd_binder.cc 66 static char const* getServiceName() { return "perfprofd"; }
  /frameworks/av/packages/MediaComponents/src/com/android/media/
SessionToken2Impl.java 171 String getServiceName() {
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 44 static char const* getServiceName() { return "media.sound_trigger_hw"; }

Completed in 491 milliseconds

1 2 3 4 5