Searched refs:kServiceName (Results 1 - 6 of 6) 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/services/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/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 58 milliseconds