Searched refs:kServiceName (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/common_time/
H A DICommonTimeConfig.h36 static const String16 kServiceName; member in class:android::ICommonTimeConfig
59 ICommonTimeConfig::kServiceName);
H A DICommonClock.h46 static const String16 kServiceName; member in class:android::ICommonClock
94 ICommonClock::kServiceName);
/frameworks/base/libs/common_time/
H A Dcommon_time_config_service.cpp30 defaultServiceManager()->addService(ICommonTimeConfig::kServiceName, ctcs);
H A Dcommon_clock_service.cpp32 defaultServiceManager()->addService(ICommonClock::kServiceName, tcc);
/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp94 static const char* const kServiceName = "media_resource_monitor"; local
95 sp<IBinder> binder = defaultServiceManager()->checkService(String16(kServiceName));
/frameworks/av/media/common_time/
H A DICommonClock.cpp44 const String16 ICommonClock::kServiceName("common_time.clock");
H A DICommonTimeConfig.cpp48 const String16 ICommonTimeConfig::kServiceName("common_time.config");

Completed in 1381 milliseconds