HomeSort by relevance Sort by last modified time
    Searched defs:CommonClock (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/common_time/
common_clock.h 28 class CommonClock {
30 CommonClock();
common_clock.cpp 31 CommonClock::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::setSlew(int64_t change_time, int32_t ppm)
    [all...]
  /frameworks/base/core/java/android/os/
CommonClock.java 41 public class CommonClock {
120 public CommonClock()
135 static public CommonClock create() {
136 CommonClock retVal;
139 retVal = new CommonClock();
149 * Release all native resources held by this {@link android.os.CommonClock} instance. Once
150 * resources have been released, the {@link android.os.CommonClock} instance is disconnected from
245 * {@link android.os.CommonClock} instance to indicate that the time synchronization service has
273 * {@link android.os.CommonClock} instance to indicate that the connection to the native media
274 * server has been broken and that the {@link android.os.CommonClock} instance will need to b
    [all...]

Completed in 33 milliseconds