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

/frameworks/base/libs/common_time/
H A Dcommon_clock.h28 class CommonClock { class in namespace:android
30 CommonClock();
H A Dcommon_clock.cpp31 CommonClock::CommonClock() { function in class:android::CommonClock
42 bool CommonClock::init(uint64_t local_freq) {
53 ALOGE("Overflow in CommonClock::init while trying to reduce %lld/%lld",
67 status_t CommonClock::localToCommon(int64_t local, int64_t *common_out) const {
79 status_t CommonClock::commonToLocal(int64_t common, int64_t *local_out) const {
91 int64_t CommonClock::localDurationToCommonDuration(int64_t localDur) const {
97 void CommonClock::setBasis(int64_t local, int64_t common) {
105 void CommonClock::resetBasis() {
113 status_t CommonClock
[all...]
/frameworks/base/core/java/android/os/
H A DCommonClock.java33 public class CommonClock { class
112 public CommonClock() method in class:CommonClock
127 static public CommonClock create() {
128 CommonClock retVal;
131 retVal = new CommonClock();
141 * Release all native resources held by this {@link android.os.CommonClock} instance. Once
142 * resources have been released, the {@link android.os.CommonClock} instance is disconnected from
237 * {@link android.os.CommonClock} instance to indicate that the time synchronization service has
265 * {@link android.os.CommonClock} instance to indicate that the connection to the native media
266 * server has been broken and that the {@link android.os.CommonClock} instanc
[all...]

Completed in 697 milliseconds