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

/frameworks/av/include/common_time/
H A DICommonTimeConfig.h30 class ICommonTimeConfig : public IInterface { class in namespace:android
34 // Name of the ICommonTimeConfig service registered with the service
57 static inline sp<ICommonTimeConfig> getInstance() {
59 ICommonTimeConfig::kServiceName);
60 sp<ICommonTimeConfig> clk = interface_cast<ICommonTimeConfig>(binder);
65 class BnCommonTimeConfig : public BnInterface<ICommonTimeConfig> {

Completed in 1770 milliseconds