HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 351 - 375 of 4884) sorted by null

<<11121314151617181920>>

  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 65 private final long timestamp; field in class:Conversations.Conversation
72 this.timestamp = System.currentTimeMillis();
88 return timestamp;
95 ", timestamp=" + timestamp + "]";
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
Conversations.java 65 private final long timestamp; field in class:Conversations.Conversation
72 this.timestamp = System.currentTimeMillis();
88 return timestamp;
95 ", timestamp=" + timestamp + "]";
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/cloudwatch/
test_connection.py 43 timestamp = [
71 timestamp=timestamp,
83 'MetricData.member.1.Timestamp': '2013-05-13T09:02:35',
90 'MetricData.member.2.Timestamp': '2013-05-12T09:02:35',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_internetgateway.py 41 'SignatureVersion', 'Timestamp',
70 'SignatureVersion', 'Timestamp',
95 'SignatureVersion', 'Timestamp',
121 'SignatureVersion', 'Timestamp',
147 'SignatureVersion', 'Timestamp',
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
animation_controller_test.html 33 start: function(timestamp, target) {
37 didStopEarly: function(timestamp, target, willBeTakenOver) {
45 tick: function(timestamp, target) {
47 return timestamp >= this.stopTime;
135 start: function(timestamp, target) {
  /external/webrtc/webrtc/modules/video_coding/
packet.cc 21 timestamp(0),
40 timestamp(rtpHeader.header.timestamp),
64 timestamp(ts),
82 timestamp = 0;
  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp.cc 23 uint32_t timestamp)
24 : ntp_secs(ntp_secs), ntp_frac(ntp_frac), rtp_timestamp(timestamp) {}
26 // Calculates the RTP timestamp frequency from two pairs of NTP and RTP
91 // Converts |rtp_timestamp| to the NTP time base using the NTP and RTP timestamp
92 // pairs in |rtcp|. The converted timestamp is returned in
  /frameworks/base/telephony/java/android/telephony/
ModemActivityInfo.java 46 public ModemActivityInfo(long timestamp, int sleepTimeMs, int idleTimeMs,
48 mTimestamp = timestamp;
77 long timestamp = in.readLong();
86 return new ModemActivityInfo(timestamp, sleepTimeMs, idleTimeMs,
107 * @return timestamp of record creation
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 58 mVSyncEvent[i].header.timestamp = 0;
157 void EventThread::onVSyncEvent(nsecs_t timestamp) {
161 mVSyncEvent[0].header.timestamp = timestamp;
175 event.header.timestamp = systemTime();
224 nsecs_t timestamp = 0; local
226 timestamp = mVSyncEvent[i].header.timestamp;
227 if (timestamp) {
230 mVSyncEvent[i].header.timestamp = 0
    [all...]
  /system/connectivity/shill/net/
event_history.cc 39 Timestamp now = time_->GetNow();
46 for (deque<Timestamp>::const_iterator it = events_.begin();
53 void EventHistory::RecordEventInternal(Timestamp now) {
61 void EventHistory::ExpireEventsBeforeInternal(int seconds_ago, Timestamp now,
90 Timestamp now = time_->GetNow();
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresenceInfo.java 159 * The timestamp which got from network.
163 public static final String TIMESTAMP = "timestamp";
215 * Return the timestamp.
219 * @return the timestamp which has been got from server.
222 * @see ServiceInfoKey#TIMESTAMP
225 return getServiceInfo(serviceType, ServiceInfoKey.TIMESTAMP, 0L);
264 private void set(int serviceType, int state, String serviceNumber, long timestamp) {
270 capability.putLong(ServiceInfoKey.TIMESTAMP, timestamp);
    [all...]
  /external/netperf/src/
net_uuid.c 238 static void get_current_time(uuid_time_t *timestamp)
268 *timestamp = time_now + uuids_this_tick;
292 /* format_uuid_v1 -- make a UUID from the timestamp, clockseq,
295 uuid_time_t timestamp, uuid_node_t node)
299 uuid->time_low = (unsigned long)(timestamp & 0xFFFFFFFF);
300 uuid->time_mid = (unsigned short)((timestamp >> 32) & 0xFFFF);
302 (unsigned short)((timestamp >> 48) & 0x0FFF);
313 uuid_time_t timestamp; local
318 get_current_time(&timestamp);
325 format_uuid_v1(uuid, clockseq, timestamp, node)
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 61 // extract timestamp
62 uint64_t timestamp = 0; local
64 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0);
66 // send timestamp to SurfaceFlinger
67 ALOGD_IF (logvsync, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
68 __FUNCTION__, timestamp, dpy);
69 ctx->proc->vsync(ctx->proc, dpy, timestamp);
192 //the vsync timestamp node cannot be opened at bootup. There is no
198 uint64_t timestamp = systemTime(); local
199 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 59 // extract timestamp
60 uint64_t timestamp = 0; local
62 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0);
64 // send timestamp to SurfaceFlinger
65 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
66 __FUNCTION__, timestamp, dpy);
67 ctx->proc->vsync(ctx->proc, dpy, timestamp);
193 //the vsync timestamp node cannot be opened at bootup. There is no
199 uint64_t timestamp = systemTime(); local
200 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp);
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 61 // extract timestamp
62 uint64_t timestamp = 0; local
64 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0);
66 // send timestamp to SurfaceFlinger
67 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
68 __FUNCTION__, timestamp, dpy);
69 ctx->proc->vsync(ctx->proc, dpy, timestamp);
202 //the vsync timestamp node cannot be opened at bootup. There is no
208 uint64_t timestamp = systemTime(); local
209 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp);
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 61 // extract timestamp
62 uint64_t timestamp = 0; local
64 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0);
66 // send timestamp to SurfaceFlinger
67 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64" sent to SF for dpy=%d",
68 __FUNCTION__, timestamp, dpy);
69 ctx->proc->vsync(ctx->proc, dpy, timestamp);
196 //the vsync timestamp node cannot be opened at bootup. There is no
202 uint64_t timestamp = systemTime(); local
203 ctx->proc->vsync(ctx->proc, HWC_DISPLAY_PRIMARY, timestamp);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc 135 rtp_header.header.timestamp, receive_timestamp));
313 // timestamp happens, NetEq will do Expand during one GetAudio call. In the
329 // Set the timestamp series to start at 2880, increase to 7200, then jump to
331 // packet, also when the timestamp jumps.
337 "timestamp jump should not result in wrap");
341 // Replace the default RTP generator with one that jumps in timestamp.
353 // Make a jump larger than half the 32-bit timestamp range. Set the start
354 // timestamp such that the jump will result in a wrap around.
361 "timestamp jump should result in wrap");
365 // Replace the default RTP generator with one that jumps in timestamp
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
InsertNewMessageAction.java 146 final long timestamp = System.currentTimeMillis(); local
161 final long laterTimestamp = timestamp + 1;
172 timestamp, sendingConversationId);
179 final long timestampRoundedToSecond = 1000 * ((timestamp + 500) / 1000);
298 // Inform sync that message is being added at timestamp
349 final String recipient, final long timestamp, final String sendingConversationId) {
350 sLastSentMessageTimestamp = timestamp;
354 // Inform sync that message is being added at timestamp
356 syncManager.onNewMessageInserted(timestamp);
383 timestamp,
    [all...]
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
sampler.py 126 # TASK-PID CPU# |||| TIMESTAMP FUNCTION
135 '(?P<timestamp>\d+\.\d+):\s+' + # timestamp
145 timestamp = float(m_dict['timestamp'])
146 self.end_last_fb_state(pipe, fb, timestamp)
147 self.start_new_fb_state(pipe, fb, state, timestamp)
172 @param end_time: timestamp when the state ends
182 @param start_time: timestamp when the state starts
232 @param start_time: timestamp when the state start
    [all...]
  /external/autotest/site_utils/
job_directories.py 22 def _is_job_expired(age_limit, timestamp):
23 """Check whether a job timestamp is older than an age limit.
27 @param timestamp: Timestamp of the job whose age we are checking.
34 job_time = time_utils.time_string_to_datetime(timestamp)
121 """Return this job's timestamp from the database.
124 `None`. Otherwise, return a timestamp for the job. The
125 timestamp is to be used to determine expiration in
129 return a string with a timestamp in the appropriate
153 timestamp = self.get_timestamp_if_finished(
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
tab_complete.py 83 def __init__(self, prefix, results, timestamp, partial_results):
86 self.timestamp = timestamp
104 timestamp = cache_dict['timestamp']
112 timestamp = 0
115 return TabCompletionCache(prefix, results, timestamp, partial_results)
120 if current_time - self.timestamp >= TAB_COMPLETE_CACHE_TTL:
132 # Update cache timestamp to make sure the cache entry does not expire if
136 self.timestamp = time.time(
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_audio.cc 206 uint32_t timestamp; local
207 EXPECT_TRUE(rtp_receiver2_->Timestamp(&timestamp));
208 EXPECT_EQ(test_timestamp, timestamp);
325 uint32_t timeStamp = 160;
329 EXPECT_EQ(0, module1->SendTelephoneEventOutband(i, timeStamp, 10));
331 timeStamp += 160; // Prepare for next packet.
337 for (; timeStamp <= 250 * 160; timeStamp += 160) {
339 timeStamp, -1, test, 4))
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
results_holder.c 65 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp)
69 rh.gam_timestamp = timestamp;
77 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp)
81 rh.geomag_timestamp = timestamp;
86 * @param[in] timestamp Timestamp of when this is valid
88 void inv_set_compass_correction(const long *data, inv_time_t timestamp)
92 rh.nav_timestamp = timestamp;
98 * @param[in] timestamp Timestamp of when this is vali
    [all...]
  /external/skia/src/core/
SkTraceEventCommon.h 58 // current process id, thread id, and a timestamp in microseconds.
350 // Similar to TRACE_EVENT_BEGINx but with a custom |at| timestamp provided.
357 thread_id, timestamp) \
360 timestamp, TRACE_EVENT_FLAG_NONE)
362 category_group, name, id, thread_id, timestamp) \
365 timestamp, TRACE_EVENT_FLAG_COPY)
367 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \
370 timestamp, TRACE_EVENT_FLAG_COPY, arg1_name, arg1_val)
372 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \
376 timestamp, TRACE_EVENT_FLAG_COPY, arg1_name, arg1_val, arg2_name,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CaptureCollector.java 129 public void setJpegTimestamp(long timestamp) {
145 mTimestamp = timestamp;
188 public void setPreviewTimestamp(long timestamp) {
204 mTimestamp = timestamp;
424 * @param timestamp the timestamp of the request will be written out to here, in ns
431 MutableLong timestamp)
437 while (!removeRequestIfCompleted(holder, /*out*/timestamp)) {
449 private boolean removeRequestIfCompleted(RequestHolder holder, MutableLong timestamp) {
453 timestamp.value = h.mTimestamp
    [all...]

Completed in 2119 milliseconds

<<11121314151617181920>>