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

<<21222324252627282930>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessageData.java 360 // Set the retry start timestamp if this message is already in process of retrying
749 final long timestamp) {
754 mReceivedTimestamp = timestamp;
755 mSentTimestamp = timestamp;
757 mRetryStartTimestamp = timestamp;
760 public final void markMessageManualResend(final long timestamp) {
761 // Manual send updates timestamp and transitions back to initial sending status.
762 mReceivedTimestamp = timestamp;
763 mSentTimestamp = timestamp;
767 public final void markMessageSending(final long timestamp) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 179 BI_LOGE("Failed to pin buffer (timestamp %" PRId64 ", framenumber %" PRIu64 ")",
182 BI_LOGV("Pinned buffer (frame %" PRIu64 ", timestamp %" PRId64 ")",
237 "(timestamp %" PRId64 ", framenumber %" PRIu64,
242 BI_LOGV("Attempting to release buffer timestamp %" PRId64 ", frame %" PRIu64,
256 BI_LOGV("Buffer timestamp %" PRId64 ", frame %" PRIu64 " evicted",
307 BI_LOGV("New buffer acquired (timestamp %" PRId64 "), "
313 BI_LOGE("Timestamp decreases from %" PRId64 " to %" PRId64,
341 "(timestamp %" PRId64 ", framenumber %" PRIu64,
353 BI_LOGE("Failed to unpin buffer (timestamp %" PRId64 ", framenumber %" PRIu64 ")",
356 BI_LOGV("Unpinned buffer (timestamp %" PRId64 ", framenumber %" PRIu64 ")"
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java 82 public static final String TIMESTAMP = "timestamp";
98 public static final String TIMESTAMP = "timestamp";
139 RecentColumns.TIMESTAMP + " INTEGER" +
155 ResumeColumns.TIMESTAMP + " INTEGER," +
183 return db.query(TABLE_RECENT, projection, RecentColumns.TIMESTAMP + ">" + cutoff,
212 values.put(RecentColumns.TIMESTAMP, System.currentTimeMillis());
215 db.delete(TABLE_RECENT, RecentColumns.TIMESTAMP + "<" + cutoff, null);
234 values.put(ResumeColumns.TIMESTAMP, System.currentTimeMillis())
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 26 // Set to 1 to print timestamp data in CSV format.
351 struct timespec *timestamp)
354 // If we cannot get a lock then try to return a cached position and timestamp.
355 // It is better to return an old timestamp then to wait for a fresh one.
364 *timestamp = mLastPresentationTime;
371 result = getPresentationPosition_l(frames, timestamp);
382 struct timespec *timestamp)
385 // The presentation timestamp should be the same for all devices.
391 if (audioOutput->getHardwareTimestamp(&avail, timestamp) == OK) {
413 uint64_t nanos = (((uint64_t)timestamp->tv_sec) * 1000000000L
665 struct timespec timestamp; local
    [all...]
  /device/generic/goldfish/camera/
CallbackNotifier.h 157 * timestamp - Frame's timestamp.
161 nsecs_t timestamp,
193 * timestamp - Timestamp for the new frame. */
194 bool isNewVideoFrameTime(nsecs_t timestamp);
217 /* Timestamp when last frame has been delivered to the framework. */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
sequence.py 145 self.timestamp = None
162 new_val['timestamp'] = now
169 self.timestamp = new_val['timestamp']
181 if 'timestamp' in val:
182 self.timestamp = val['timestamp']
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
Contacts.java 101 * Key defining the last updated timestamp.
128 * Key defining the VoLTE call capability timestamp.
146 * Key defining the VoLTE call availability timestamp.
173 * Key defining the Video call capability timestamp.
191 * Key defining the Video call availability timestamp.
271 .append("\nVolte capability timestamp: " + mVolteTimeStamp + "(" +
273 .append("\nVideo capability timestamp: " + mVideoTimeStamp + "(" +
  /external/webrtc/webrtc/modules/video_coding/
video_coding_robustness_unittest.cc 52 void InsertPacket(uint32_t timestamp,
61 rtp_info.header.timestamp = timestamp;
197 EXPECT_EQ(VCM_OK, vcm_->Decode(33)); // Decode timestamp 0.
211 EXPECT_EQ(VCM_OK, vcm_->Decode(0)); // Decode timestamp 3000 incomplete.
215 EXPECT_EQ(VCM_OK, vcm_->Decode(23)); // Decode timestamp 6000 complete.
224 EXPECT_EQ(VCM_OK, vcm_->Decode(33)); // Decode timestamp 9000 complete.
frame_buffer.cc 96 _timeStamp = packet.timestamp;
97 // We only take the ntp timestamp of the first packet of a frame.
241 VCMFrameBufferStateEnum VCMFrameBuffer::GetState(uint32_t& timeStamp) const {
242 timeStamp = TimeStamp();
  /frameworks/base/core/java/android/app/admin/
SecurityLog.java 128 * Returns the timestamp in nano seconds when this event was logged.
184 * Retrieve all security logs since the given timestamp in nanoseconds and return immediately.
187 public static native void readEventsSince(long timestamp, Collection<SecurityEvent> output)
199 * Retrieve all security logs whose timestamp (in nanosceonds) is equal to or greater than the
200 * given timestamp. This method will block until either the last log earlier than the given
201 * timestamp is about to be pruned, or after a 2-hour timeout has passed.
204 public static native void readEventsOnWrapping(long timestamp, Collection<SecurityEvent> output)
  /frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
TvRemoteProvider.java 167 * sendTimestamp : Send a timestamp for a set of pointer events
170 * @param timestamp Timestamp to be used in
174 public void sendTimestamp(IBinder token, long timestamp) throws RuntimeException {
176 ", timestamp: " + timestamp);
178 mRemoteServiceInput.sendTimestamp(token, timestamp);
  /external/webrtc/talk/media/base/
rtpdataengine.cc 106 void RtpClock::Tick(double now, int* seq_num, uint32_t* timestamp) {
108 *timestamp = timestamp_offset_ + static_cast<uint32_t>(now * clockrate_);
275 // << ", timestamp=" << header.timestamp
281 params.timestamp = header.timestamp;
347 now, &header.seq_num, &header.timestamp);
359 << ", timestamp=" << header.timestamp
  /external/webrtc/webrtc/system_wrappers/source/
data_log_unittest.cc 134 DataLog::AddColumn(DataLog::Combine("table", 1), "timestamp", 1);
140 DataLog::InsertCell(DataLog::Combine("table", 1), "timestamp",
171 expected["timestamp,"] = ExpectedValues(
185 DataLog::AddColumn(DataLog::Combine("table", 2), "timestamp", 1);
188 DataLog::AddColumn(DataLog::Combine("table", 3), "timestamp", 1);
194 DataLog::InsertCell(DataLog::Combine("table", 2), "timestamp",
198 DataLog::InsertCell(DataLog::Combine("table", 3), "timestamp",
241 expected["timestamp,"] = ExpectedValues(
260 expected["timestamp,"] = ExpectedValues(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java 72 * @param timestamp the message timestamp
78 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2,
81 mTimestamp = timestamp;
101 * @param timestamp the message timestamp
110 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2,
114 mTimestamp = timestamp;
238 StringBuilder builder = new StringBuilder("SmsTracker{timestamp=");
  /build/blueprint/choosestage/
choosestage.go 18 // mtimes against their $file.timestamp mtimes, and picks the last up to date
29 // The timestamp of the first file is not updated so that it can be regenerated
109 // Restore timestamp to force regeneration of the bootstrap.ninja.in
133 timestampName := fileName + ".timestamp"
170 // If the timestamp file has a later modification time, that
  /external/autotest/client/cros/cellular/pseudomodem/
sms_handler.py 154 # Use the current time for both DischargeTimestamp and Timestamp. Our
156 timestamp = datetime.datetime.isoformat(datetime.datetime.now())
157 sms_object.Set(mm1_constants.I_SMS, 'Timestamp', timestamp)
158 sms_object.Set(mm1_constants.I_SMS, 'DischargeTimestamp', timestamp)
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
rendering_stats_unittest.py 72 timestamp = mock_timer.AdvanceAndGet()
77 timestamp, duration=0.0, thread_timestamp=None, thread_duration=None,
83 # Add timestamp only if a frame was output
89 ref_stats.frame_times[-1].append(timestamp - prev_timestamp)
90 ref_stats.frame_timestamps[-1].append(timestamp)
103 timestamp = mock_timer.AdvanceAndGet()
108 timestamp, duration=0.0, thread_timestamp=None, thread_duration=None,
114 # Add timestamp only if a frame was output
119 ref_stats.frame_times[-1].append(timestamp - prev_timestamp)
120 ref_stats.frame_timestamps[-1].append(timestamp)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/elastictranscoder/
test_layer1.py 40 self.timestamp = str(int(time.time()))
41 self.input_bucket = 'boto-pipeline-%s' % self.timestamp
42 self.output_bucket = 'boto-pipeline-out-%s' % self.timestamp
43 self.role_name = 'boto-ets-role-%s' % self.timestamp
44 self.pipeline_name = 'boto-pipeline-%s' % self.timestamp
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
EABContract.java 146 * Key defining the VoLTE call capability timestamp.
162 * Key defining the VoLTE call availability timestamp.
187 * Key defining the Video call capability timestamp.
203 * Key defining the Video call availability timestamp.
212 * Key defining the Video call availability timestamp.
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
realtime_temporal_layers.cc 187 virtual int EncodeFlags(uint32_t timestamp) {
208 uint32_t timestamp) {
240 if (vp8_info->temporalIdx == 0 && timestamp != timestamp_) {
241 timestamp_ = timestamp;
249 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override {}
  /frameworks/av/drm/libmediadrm/
DrmSessionManager.cpp 76 info.timeStamp = getTime_l();
97 info.timeStamp = getTime_l();
224 minTs = infos[j].timeStamp;
226 if (infos[j].timeStamp < minTs) {
228 minTs = infos[j].timeStamp;
  /frameworks/base/location/java/android/location/
Country.java 91 private Country(final String countryIso, final int source, long timestamp) {
98 mTimestamp = timestamp;
158 * the timestamp value and just checks for equivalence of countryIso and source values.
168 // No need to check the equivalence of the timestamp
188 * and timestamp fields, return true if the countryIso fields are equal
  /frameworks/base/services/core/java/com/android/server/pm/
PackageUsage.java 121 // package-timestamp pair per line.
127 " as package-timestamp pair.");
136 long timestamp = parseAsLong(tokens[1]); local
140 pkg.mLastPackageUsageTimeInMills[reason] = timestamp;
153 throw new IOException("Failed to parse " + line + " as a timestamp array.");
  /hardware/bsp/intel/peripheral/sensors/mraa/
AcquisitionThread.cpp 28 int64_t timestamp = 0; local
52 /* get current timestamp */
53 timestamp = get_timestamp_monotonic();
75 timestamp += sensor->getDelay();
76 set_timestamp(&target_time, timestamp);
  /packages/apps/Camera2/src/com/android/camera/app/
MemoryQuery.java 36 public static final String KEY_TIMESTAMP = "timestamp";
84 long timestamp = SystemClock.elapsedRealtime(); local
105 outputData.put(KEY_TIMESTAMP, new Long(timestamp));
120 Log.d(TAG, String.format("timestamp=%d, availMem=%d, totalMem=%d, totalPSS=%d, " +
122 "threshold=%d, lowMemory=%s", timestamp, availMem, totalMem, totalPSS,

Completed in 916 milliseconds

<<21222324252627282930>>