HomeSort by relevance Sort by last modified time
    Searched defs:timestamp (Results 76 - 100 of 587) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
MotionSensorWTime.java 54 .addOutputPort("timestamp", Signature.PORT_OPTIONAL, FrameType.single(long.class))
108 OutputPort timeOutPort = getConnectedOutputPort("timestamp");
110 long timestamp = System.nanoTime(); local
111 Log.v("MotionSensor", "Timestamp is: " + timestamp);
113 timeStampFrame.setValue(timestamp);
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 54 * Time Synchronization Function (tsf) timestamp in microseconds when
57 public long timestamp; field in class:ScanResult
87 this.timestamp = tsf;
101 this.timestamp = tsf;
115 timestamp = source.timestamp;
136 append(", timestamp: ").
137 append(timestamp);
164 dest.writeLong(timestamp);
  /frameworks/native/include/gui/
CpuConsumer.h 55 int64_t timestamp; member in struct:android::CpuConsumer::LockedBuffer
IGraphicBufferProducer.h 97 // via requestBuffer. In addition, a timestamp must be provided by the
98 // client for this buffer. The timestamp is measured in nanoseconds, and
111 inline QueueBufferInput(int64_t timestamp, bool isAutoTimestamp,
114 : timestamp(timestamp), isAutoTimestamp(isAutoTimestamp), crop(crop),
120 *outTimestamp = timestamp;
136 int64_t timestamp; member in struct:android::IGraphicBufferProducer::QueueBufferInput
  /frameworks/native/libs/ui/
Fence.cpp 118 uint64_t timestamp = 0; local
120 if (pinfo->timestamp_ns > timestamp) {
121 timestamp = pinfo->timestamp_ns;
126 return nsecs_t(timestamp);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp 57 int64_t timestamp = 0; local
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp 58 int64_t timestamp = 0; local
hwc_vsync.cpp 66 uint64_t timestamp[2]; local
127 // extract timestamp
129 timestamp[dpy] = strtoull(vdata + strlen("VSYNC="),
132 // send timestamp to SurfaceFlinger
134 "%s: timestamp %llu sent to SF for dpy=%d",
135 __FUNCTION__, timestamp[dpy], dpy);
136 ctx->proc->vsync(ctx->proc, dpy, timestamp[dpy]);
150 //the vsync timestamp node cannot be opened at bootup. There is no
156 timestamp[HWC_DISPLAY_PRIMARY] = systemTime();
158 timestamp[HWC_DISPLAY_PRIMARY])
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_uevents.cpp 57 int64_t timestamp = 0; local
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
SimpleDate.java 29 private long timestamp; field in class:SimpleDate
35 public SimpleDate(long timestamp) {
36 setTimestamp(timestamp);
41 public void setTimestamp(long timestamp) {
43 // TODO find a more efficient way to convert a timestamp to a date?
44 sCalendarInstance.setTimeInMillis(timestamp);
48 this.timestamp = timestamp;
49 mCachedStringRepresentation = DateFormat.getDateInstance(DateFormat.SHORT).format(timestamp);
110 mCachedStringRepresentation = DateFormat.getDateInstance(DateFormat.SHORT).format(timestamp);
    [all...]
  /external/chromium_org/remoting/webapp/
remoting.js 371 remoting.timestamp = function() {
386 var timestamp = pad(now.getMonth() + 1, 2) + pad(now.getDate(), 2) + '/' +
389 return '[' + timestamp + ']';
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 68 public final static String PROPERTY_TIMESTAMP = "info.timestamp";
80 /** The timestamp from the version info. */
142 * Obtains the timestamp of the versioned module or informal unit.
145 * @return the timestamp, never <code>null</code>
290 String timestamp = null; local
302 timestamp = (String) info.get(PROPERTY_TIMESTAMP);
303 if ((timestamp != null) &&
304 ((timestamp.length() < 1) ||
305 (timestamp.equals("${mvn.timestamp}")))
    [all...]
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 254 base::TimeDelta timestamp = local
256 fetch_request->set_timestamp(timestamp.InMilliseconds());
user_policy_cache.cc 102 SetUnmanagedInternal(base::Time::FromTimeT(cached_response.timestamp()));
104 base::Time timestamp; local
105 if (SetPolicyInternal(cached_response.cloud_policy(), &timestamp, true))
106 set_last_policy_refresh_time(timestamp);
128 const base::Time& timestamp) {
129 if (timestamp > base::Time::NowFromSystemTime() +
131 LOG(WARNING) << "Server returned policy with timestamp from the future, "
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 134 base::Time timestamp; member in struct:safe_browsing::ClientSideDetectionService::CacheState
238 // Timestamp of when we sent a phishing request. Used to limit the number
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 425 long long timestamp = base::TimeTicks::Now().ToInternalValue(); local
430 timestamp));
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 213 // sequence number and timestamp.
221 // Get the RTP sequence number and timestamp of the dump packet.
248 // If we have only one packet or frame, we use the default timestamp
264 // Get the old RTP sequence number and timestamp.
267 uint32 timestamp = 0; local
268 packet->GetRtpTimestamp(&timestamp);
269 // Increase the RTP sequence number and timestamp.
271 timestamp += loop_count_ * rtp_timestamp_increase_;
272 // Write the updated sequence number and timestamp back to the RTP packet.
275 buffer.WriteUInt32(timestamp);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_api.cc 100 // Get the OOBE timestamp from file /home/chronos/.oobe_completed.
101 // The timestamp is used to determine when the user first activates the device.
102 // If we can get the timestamp info, return it as yyyy-mm-dd, otherwise, return
108 std::string timestamp = ""; local
113 timestamp += base::StringPrintf("%u-%u-%u",
118 results_ = echo_api::GetOobeTimestamp::Results::Create(timestamp);
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_navigation_observer.cc 225 Time timestamp = Time::Now(); // TODO(bauerb): Use SaneTime when available. local
228 url, timestamp, web_contents(), 0,
245 entry->SetTimestamp(timestamp);
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc 142 // Create one node in history DB with timestamp of 3, and one node in sync
143 // DB with timestamp of 4. Result should contain one new item (4).
177 // UPDATE_NODE should be set because row5 has a newer last_visit timestamp.
217 // We should not sync the visit with timestamp #1 since it is earlier than
322 int64 timestamp) {
323 return history::VisitRow(0, base::Time::FromInternalValue(timestamp), 0,
350 int64 timestamp = 1000; local
351 visits.push_back(CreateVisit(content::PAGE_TRANSITION_TYPED, timestamp++));
353 visits.push_back(CreateVisit(content::PAGE_TRANSITION_LINK, timestamp++));
356 1, timestamp++, false, &visits))
374 int64 timestamp = 1000; local
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
console_logger_unittest.cc 68 const base::Time timestamp; member in struct:__anon9394::LogEntry
72 LogEntry(const base::Time& timestamp,
75 : timestamp(timestamp), level(level), message(message) {}
80 virtual void AddEntryTimestamped(const base::Time& timestamp,
93 const base::Time& timestamp, Level level, const std::string& message) {
94 entries_.push_back(new LogEntry(timestamp, level, message));
101 EXPECT_LT(0, entry->timestamp.ToTimeT());
performance_logger_unittest.cc 69 const base::Time timestamp; member in struct:__anon9420::LogEntry
73 LogEntry(const base::Time& timestamp,
76 : timestamp(timestamp), level(level), message(message) {}
81 virtual void AddEntryTimestamped(const base::Time& timestamp,
94 const base::Time& timestamp, Level level, const std::string& message) {
95 entries_.push_back(new LogEntry(timestamp, level, message));
121 EXPECT_LT(0, entry->timestamp.ToTimeT());
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura_browsertest.cc 279 base::TimeDelta timestamp; local
282 0, timestamp);
286 timestamp += base::TimeDelta::FromMilliseconds(10);
289 0, timestamp);
297 timestamp += base::TimeDelta::FromMilliseconds(10);
300 0, timestamp);
306 timestamp += base::TimeDelta::FromMilliseconds(10);
309 0, timestamp);
315 timestamp += base::TimeDelta::FromMilliseconds(10);
318 0, timestamp);
    [all...]
  /external/chromium_org/content/renderer/media/
video_capture_message_filter_unittest.cc 29 virtual void OnBufferReceived(int buffer_id, base::Time timestamp) OVERRIDE {
32 timestamp_ = timestamp;
142 base::Time timestamp = base::Time::FromInternalValue(1); local
146 delegate.device_id(), buffer_id, timestamp));
149 EXPECT_TRUE(timestamp == delegate.received_buffer_ts());
  /external/chromium_org/content/renderer/pepper/
pepper_video_source_host.cc 191 // Convert a video timestamp (int64, in nanoseconds) to a time delta (int64,
196 PP_TimeTicks timestamp = time_delta.InSecondsF(); local
205 timestamp));
219 0.0 /* timestamp */));

Completed in 573 milliseconds

1 2 34 5 6 7 8 91011>>