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

/frameworks/av/include/common_time/
H A DICommonClock.h41 class ICommonClock : public IInterface { class in namespace:android
45 // Name of the ICommonClock service registered with the service manager.
92 static inline sp<ICommonClock> getInstance() {
94 ICommonClock::kServiceName);
95 sp<ICommonClock> clk = interface_cast<ICommonClock>(binder);
100 class BnCommonClock : public BnInterface<ICommonClock> {

Completed in 58 milliseconds