HomeSort by relevance Sort by last modified time
    Searched refs:clock (Results 101 - 125 of 677) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator.cc 14 #include "webrtc/system_wrappers/include/clock.h"
23 RemoteNtpTimeEstimator::RemoteNtpTimeEstimator(Clock* clock)
24 : clock_(clock),
47 int64_t sender_send_time_ms = Clock::NtpToMs(ntp_secs, ntp_frac);
71 << " in NTP clock: " << sender_capture_ntp_ms
72 << " estimated time in receiver clock: " << receiver_capture_ms
73 << " converted to NTP clock: " << receiver_capture_ntp_ms;
bitrate.h 25 class Clock;
31 Bitrate(Clock* clock, Observer* observer);
60 Clock* clock_;
  /external/webrtc/webrtc/modules/video_coding/
receiver.h 25 class Clock;
30 VCMReceiver(VCMTiming* timing, Clock* clock, EventFactory* event_factory);
37 Clock* clock,
83 Clock* const clock_;
  /hardware/intel/common/libva/test/decode/
loadjpeg.c 126 start_time = clock();
128 finish_time = clock();
  /packages/apps/Camera2/src/com/android/camera/ui/motion/
DynamicAnimator.java 42 public DynamicAnimator(Invalidator invalidator, AnimationClock clock) {
44 mClock = clock;
101 * it will return the current system clock time.
  /system/core/libutils/
StopWatch.cpp 38 StopWatch::StopWatch(const char *name, int clock, uint32_t flags)
39 : mName(name), mClock(clock), mFlags(flags)
  /system/update_engine/update_manager/
real_shill_provider.h 40 chromeos_update_engine::ClockInterface* clock)
41 : shill_proxy_(shill_proxy), clock_(clock) {}
90 // A clock abstraction (mockable).
evaluation_context.h 69 chromeos_update_engine::ClockInterface* clock,
73 EvaluationContext(chromeos_update_engine::ClockInterface* clock,
76 clock, evaluation_timeout, base::TimeDelta::Max(),
148 // Returns a monotonic clock timestamp at which |timeout| will have elapsed
176 // Pointer to the mockable clock interface;
205 // The monotonic clock deadline at which expiration occurs.
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
AlarmTimeViewHolder.java 41 public final TextTime clock; field in class:AlarmTimeViewHolder
55 clock = (TextTime) itemView.findViewById(R.id.digital_clock);
97 clock.setAlpha(alarm.enabled ? CLOCK_ENABLED_ALPHA : CLOCK_DISABLED_ALPHA);
98 clock.setFormat(context);
99 clock.setTime(alarm.hour, alarm.minutes);
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.cc 24 #include "webrtc/system_wrappers/include/clock.h"
76 LostPackets(Clock* clock, int64_t rtt_ms)
81 clock_(clock),
83 assert(clock);
184 Clock* clock_;
207 int RegisterSsrc(uint32_t ssrc, LostPackets* lost_packets, Clock* clock) {
221 configuration.clock = clock;
    [all...]
vcm_payload_sink_factory.h 25 class Clock;
32 Clock* clock,
55 Clock* clock_;
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 22 #include "webrtc/system_wrappers/include/clock.h"
64 Config() : id(0), neteq_config(), clock(Clock::GetRealTimeClock()) {
72 Clock* clock; member in struct:webrtc::AudioCodingModule::Config
78 // The second method is used for testing where a simulated clock can be
79 // injected into ACM. ACM will take the ownership of the object clock and
83 static AudioCodingModule* Create(int id, Clock* clock);
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.cc 17 #include "webrtc/system_wrappers/include/clock.h"
75 webrtc::Clock* clock = webrtc::Clock::GetRealTimeClock(); local
76 int64_t start_time_ms = clock->TimeInMilliseconds();
128 int64_t end_time_ms = clock->TimeInMilliseconds();
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.cc 71 webrtc::Clock* clock,
120 new webrtc::RemoteBitrateEstimatorAbsSendTime(observer, clock);
126 new webrtc::RemoteBitrateEstimatorSingleStream(observer, clock);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter.cc 31 Clock* clock,
33 : send_time_history_(clock, kSendTimeHistoryWindowMs),
36 clock_(clock),
transport_feedback_adapter.h 32 Clock* clock,
60 Clock* const clock_;
  /art/runtime/base/
time_utils.h 62 // Returns the thread-specific CPU-time clock in nanoseconds or -1 if unavailable.
76 // No clocks to specify on OS/X, fake value to pass to routines that require a clock.
84 // time corresponding to the indicated clock value plus the supplied offset.
85 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
  /external/tpm2/
Manufacture.c 78 // initialize the clock stuff
79 go.clock = 0;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
send_side.cc 23 FullBweSender::FullBweSender(int kbps, BitrateObserver* observer, Clock* clock)
25 BitrateController::CreateBitrateController(clock, observer)),
26 rbe_(new RemoteBitrateEstimatorAbsSendTime(this, clock)),
28 clock_(clock),
  /external/webrtc/webrtc/test/
fake_audio_device.h 23 class Clock;
32 FakeAudioDevice(Clock* clock, const std::string& filename);
59 Clock* clock_;
fake_network_pipe.h 23 class Clock;
49 FakeNetworkPipe(Clock* clock, const FakeNetworkPipe::Config& config);
73 Clock* const clock_;
  /external/webrtc/webrtc/video/
call_stats.h 19 #include "webrtc/system_wrappers/include/clock.h"
32 explicit CallStats(Clock* clock);
61 Clock* const clock_;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java 3 import com.android.server.wifi.Clock;
41 private final Clock mClock;
43 public ANQPData(Clock clock, NetworkDetail network,
46 mClock = clock;
62 public ANQPData(Clock clock, NetworkDetail network, ANQPData existing) {
63 mClock = clock;
  /system/update_engine/
system_state.h 75 // Gets the interface object for the clock.
76 virtual ClockInterface* clock() = 0;
  /toolchain/binutils/binutils-2.25/libiberty/
clock.c 1 /* ANSI-compatible clock function.
27 @deftypefn Supplemental long clock (void)
70 clock (void) function

Completed in 639 milliseconds

1 2 3 45 6 7 8 91011>>