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

  /frameworks/base/libs/common_time/
common_clock.h 29 class CommonClock {
31 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 %" PRIu64 "/%" PRIu64,
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...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/
PciExpress.c 243 UINT8 CommonClock;
249 CommonClock = 0;
282 if (CommonClock == 0) {
284 CommonClock++;
298 if (CommonClock == 0) {
  /frameworks/base/core/java/android/os/
CommonClock.java 32 public class CommonClock {
111 public CommonClock()
126 static public CommonClock create() {
127 CommonClock retVal;
130 retVal = new CommonClock();
140 * Release all native resources held by this {@link android.os.CommonClock} instance. Once
141 * resources have been released, the {@link android.os.CommonClock} instance is disconnected from
236 * {@link android.os.CommonClock} instance to indicate that the time synchronization service has
264 * {@link android.os.CommonClock} instance to indicate that the connection to the native media
265 * server has been broken and that the {@link android.os.CommonClock} instance will need to b
    [all...]

Completed in 2357 milliseconds