HomeSort by relevance Sort by last modified time
    Searched defs:clock (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 504 long clock; local
577 clock = time(0);
578 srand48(clock);
618 long clock; local
659 clock = time(0);
660 srand48(clock);
  /external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp 262 clock_t env$$clock() {
264 return trace(clock());
  /external/syslinux/com32/lib/sys/vesa/
i915resolution.c 96 uint16_t clock; /* Clock frequency in 10 kHz */ member in struct:__anon37031
106 uint32_t clock; member in struct:__anon37032
132 uint32_t clock; member in struct:__anon37034
588 static void gtf_timings(int x, int y, int freq, uint32_t *clock,
605 *clock = (x + hbl) * vfreq / 1000;
622 uint32_t clock; local
630 gtf_timings(x, y, freqs[0], &clock,
634 status("x = %d, y = %d, clock = %lu, h = %d %d %d, v = %d %d %d\n",
635 x, y, clock,
    [all...]
  /external/v8/src/base/platform/
time.cc 87 #else // Monotonic clock not supported.
236 // periodically resync the internal clock to the system clock.
237 class Clock final {
239 Clock() : initial_ticks_(GetSystemTicks()), initial_time_(GetSystemTime()) {}
242 // Time between resampling the un-granular clock for this API (1 minute).
251 // Check if we need to synchronize with the system clock due to a backwards
287 static LazyStaticInstance<Clock, DefaultConstructTrait<Clock>,
288 ThreadSafeInitOnceTrait>::type clock member in namespace:v8::base
    [all...]
  /frameworks/base/core/java/android/hardware/radio/
RadioMetadata.java 95 * The clock.
97 public static final String METADATA_KEY_CLOCK = "android.hardware.radio.metadata.CLOCK";
207 * Provides a Clock that can be used to describe time as provided by the Radio.
209 * The clock is defined by the seconds since epoch at the UTC + 0 timezone
215 public static final class Clock implements Parcelable {
228 public static final Parcelable.Creator<Clock> CREATOR
229 = new Parcelable.Creator<Clock>() {
230 public Clock createFromParcel(Parcel in) {
231 return new Clock(in);
234 public Clock[] newArray(int size)
379 Clock clock = null; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
AmbientBrightnessStatsTracker.java 307 interface Clock {
314 private final Clock clock; field in class:AmbientBrightnessStatsTracker.Timer
318 public Timer(Clock clock) {
319 this.clock = clock;
328 startTimeMillis = clock.elapsedTimeMillis();
339 return (float) ((clock.elapsedTimeMillis() - startTimeMillis) / 1000.0);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
ExpandedAlarmViewHolder.java 130 clock.setOnClickListener(new View.OnClickListener() {
331 clock.setVisibility(View.VISIBLE);
344 clock.setVisibility(View.INVISIBLE);
430 clock.setVisibility(View.VISIBLE);
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
NewVoicemailViewHolder.java 48 import com.android.dialer.time.Clock;
64 private final Clock clock; field in class:NewVoicemailViewHolder
74 Clock clock,
87 this.clock = clock;
133 VoicemailEntryText.buildSecondaryVoicemailText(context, clock, voicemailEntryOfViewHolder));
NewVoicemailAdapter.java 47 import com.android.dialer.time.Clock;
78 private final Clock clock; field in class:NewVoicemailAdapter
124 Clock clock,
129 this.clock = clock;
153 long currentTimeMillis = clock.currentTimeMillis();
233 new NewVoicemailViewHolder(view, clock, this, glidePhotoManager);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
scc.h 83 /* Tx/Rx clock sources */
89 /* modems without clock regeneration */
91 /* MODEMs without clock recovery */
152 long clock; /* clock */ member in struct:scc_hw_config
  /system/chre/chre_api/include/chre_api/chre/
gnss.h 110 * Represents a set of GNSS measurements with associated clock data.
202 * Represents an estimate of the GNSS clock time (see the Android GPS HAL for
206 //! The GNSS receiver hardware clock value in nanoseconds, including
210 //! The difference between hardware clock inside GNSS receiver and the
217 //! The clock's drift in nanoseconds per second
220 //! 1-sigma uncertainty associated with the clock's bias in nanoseconds
223 //! 1-sigma uncertainty associated with the clock's drift in nanoseconds
309 struct chreGnssClock clock; member in struct:chreGnssDataEvent
  /system/chre/chre_api/legacy/v1_1/chre/
gnss.h 103 * Represents a set of GNSS measurements with associated clock data.
195 * Represents an estimate of the GNSS clock time (see the Android GPS HAL for
199 //! The GNSS receiver hardware clock value in nanoseconds, including
203 //! The difference between hardware clock inside GNSS receiver and the
210 //! The clock's drift in nanoseconds per second
213 //! 1-sigma uncertainty associated with the clock's bias in nanoseconds
216 //! 1-sigma uncertainty associated with the clock's drift in nanoseconds
302 struct chreGnssClock clock; member in struct:chreGnssDataEvent
  /art/runtime/base/
mutex.cc 1022 int clock = CLOCK_MONOTONIC; local
1024 int clock = CLOCK_REALTIME; local
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 455 clock_t clock = times(&timebuf); local
464 EXPECT_LE(clock, syscall(__NR_times, &timebuf));
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_phy.c 925 u32 data0, data1, clock; local
946 clock = 1;
948 (clock << 1) | (1 << 10) | 1;
950 clock = 0;
952 << 2) | (clock << 1) | (1 << 10) | 1;
    [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltDevice.java 40 static final char CMD_SYNC_SEND = 'I'; // Send some digits for clock sync
66 public RemoteClockInfo clock; field in class:WaltDevice
225 clock = connection.syncClock();
231 clock = new RemoteClockInfo();
232 clock.baseTime = RemoteClockInfo.microTime();
235 clock.maxLag = (int) clock.micros();
236 logger.log("Synced clocks, the simple way:\n" + clock);
245 if (clock == null) {
249 int drift = Math.abs(clock.getMeanLag())
    [all...]
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgFetcherImpl.java 46 import com.android.tv.common.util.Clock;
130 private Clock mClock;
138 Clock clock = tvSingletons.getClock(); local
146 clock,
156 Clock clock,
162 mClock = clock;
    [all...]
  /system/tpm/trunks/ftdi/
mpsse.h 69 /* Common clock rates */
160 int clock; member in struct:mpsse_context
  /system/update_engine/
payload_state.cc 28 #include "update_engine/common/clock.h"
192 ClockInterface *clock = system_state_->clock(); local
193 attempt_start_time_boot_ = clock->GetBootTime();
194 attempt_start_time_monotonic_ = clock->GetMonotonicTime();
231 SetUpdateTimestampEnd(system_state_->clock()->GetWallclockTime());
252 metrics_utils::SetSystemUpdatedMarker(system_state_->clock(), prefs_);
594 ClockInterface *clock = system_state_->clock(); local
595 TimeDelta duration = clock->GetBootTime() - attempt_start_time_boot_
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/
google-oauth-client-1.22.0.jar 
  /bionic/tests/
pthread_test.cpp 896 clockid_t clock; member in struct:RwlockWakeupHelperArg
1287 clockid_t clock; local
1301 clockid_t clock; local
1327 clockid_t clock; local
2150 clockid_t clock; member in struct:ThreadArgs
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
i2c.c 169 uint32_t clock; member in struct:StmI2cCfg
193 .clock = PERIPH_APB1_I2C1,
201 .clock = PERIPH_APB1_I2C2,
209 .clock = PERIPH_APB1_I2C3,
466 TX buffer; the I2C controller will stretch the clock until then */
795 // 50% duty cycle for the clock
801 // generate clock pulse
849 pwrUnitClock(PERIPH_BUS_APB1, cfg->clock, true);
853 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, true);
854 pwrUnitReset(PERIPH_BUS_APB1, cfg->clock, false)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 391 ThreadClock clock; member in struct:__tsan::ThreadState
  /external/libdrm/
xf86drmMode.h 205 uint32_t clock; member in struct:_drmModeModeInfo
  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.cpp 1364 GstClock *clock = GST_ELEMENT_CLOCK (src); local
    [all...]

Completed in 698 milliseconds

1 23 4 5 6 7