Searched refs:timeBase (Results 1 – 1 of 1) sorted by relevance
662 Counter(TimeBase timeBase, Parcel in) { in Counter() argument663 mTimeBase = timeBase; in Counter()669 timeBase.add(this); in Counter()672 Counter(TimeBase timeBase) { in Counter() argument673 mTimeBase = timeBase; in Counter()674 timeBase.add(this); in Counter()760 SamplingCounter(TimeBase timeBase, Parcel in) { in SamplingCounter() argument761 super(timeBase, in); in SamplingCounter()764 SamplingCounter(TimeBase timeBase) { in SamplingCounter() argument765 super(timeBase); in SamplingCounter()[all …]