Searched defs:timestamp (Results 1 - 25 of 506) sorted by path

1234567891011>>

/external/blktrace/
H A Dblkparse_fmt.c84 print_time(unsigned long long timestamp) argument
91 sec = abs_start_time.tv_sec + SECONDS(timestamp);
92 nsec = abs_start_time.tv_nsec + NANO_SECONDS(timestamp);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_aact.c2195 UINT32 timestamp; local
2212 /* use q_info.a2d data, read the timestamp */
2213 timestamp = *(UINT32 *)(p_buf + 1);
2220 &timestamp);
2225 *(UINT32 *)(p_buf + 1) = timestamp;
2250 AVDT_WriteReqOpt(p_scb->avdt_handle, p_buf, timestamp, m_pt, opt);
H A Dbta_av_int.h435 UINT32 timestamp; member in struct:__anon456
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c267 UINT32 timestamp; member in struct:__anon1083
1832 btif_media_cb.timestamp = 0;
2801 /* timestamp of the media packet header represent the TS of the first SBC frame
2802 i.e the timestamp before including this frame */
2803 *((UINT32 *) (p_buf + 1)) = btif_media_cb.timestamp;
2805 btif_media_cb.timestamp += p_buf->layer_specific * blocm_x_subband;
/external/bluetooth/bluedroid/hci/src/
H A Dbtsnoop.c61 uint64_t timestamp = tv.tv_sec * 1000 * 1000LL; local
62 timestamp += tv.tv_usec;
63 timestamp += BTSNOOP_EPOCH_DELTA;
64 return timestamp;
98 uint64_t timestamp = btsnoop_timestamp(); local
99 uint32_t time_hi = timestamp >> 32;
100 uint32_t time_lo = timestamp & 0xFFFFFFFF;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h540 UINT32 timestamp; /* Timestamp of the last connection */ member in struct:__anon1250
884 UINT32 dev_rec_count; /* Counter used for device record timestamp */
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c1777 /* set timestamp at the end of tx I-frame to get acking delay */
2627 UINT32 timestamp, delay; local
2651 /* get timestamp from tx I-frame that receiver is acking */
2658 STREAM_TO_UINT32 (timestamp, p);
2659 delay = GKI_get_os_tick_count() - timestamp;
2682 timestamp = GKI_get_os_tick_count();
2683 if (timestamp - p_ccb->fcrb.throughput_start > 0 )
2684 p_ccb->fcrb.throughput[index] /= (timestamp - p_ccb->fcrb.throughput_start);
2686 p_ccb->fcrb.throughput_start = timestamp;
/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc272 int64 timestamp; local
273 if (!iterator->ReadInt64(&timestamp))
275 entry->SetTimestamp(base::Time::FromInternalValue(timestamp));
H A Dstate_serializer_unittest.cc56 const base::Time timestamp = base::Time::FromInternalValue(12345); local
68 entry->SetTimestamp(timestamp);
90 EXPECT_EQ(timestamp, copy->GetTimestamp());
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc104 timestamp(touch.time_stamp().InMillisecondsF()),
120 value->SetDouble("timestamp", timestamp);
133 double timestamp; member in struct:ash::TouchPointLog
/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler_unittest.cc90 base::TimeDelta timestamp = base::TimeDelta::FromInternalValue( local
97 timestamp,
106 timestamp += step_delay;
109 timestamp,
121 timestamp += step_delay;
124 timestamp,
135 timestamp,
/external/chromium_org/ash/wm/
H A Dpower_button_controller.cc53 bool down, const base::TimeTicks& timestamp) {
114 bool down, const base::TimeTicks& timestamp) {
52 OnPowerButtonEvent( bool down, const base::TimeTicks& timestamp) argument
113 OnLockButtonEvent( bool down, const base::TimeTicks& timestamp) argument
/external/chromium_org/athena/system/
H A Dpower_button_controller.cc95 const base::TimeTicks& timestamp) {
93 PowerButtonEventReceived( bool down, const base::TimeTicks& timestamp) argument
/external/chromium_org/base/debug/
H A Dtrace_event.h55 // current process id, thread id, and a timestamp in microseconds.
382 // Similar to TRACE_EVENT_BEGINx but with a custom |at| timestamp provided.
389 name, id, thread_id, timestamp) \
392 timestamp, TRACE_EVENT_FLAG_NONE)
394 category_group, name, id, thread_id, timestamp) \
397 timestamp, TRACE_EVENT_FLAG_COPY)
426 // Similar to TRACE_EVENT_ENDx but with a custom |at| timestamp provided.
433 name, id, thread_id, timestamp) \
436 timestamp, TRACE_EVENT_FLAG_NONE)
438 category_group, name, id, thread_id, timestamp) \
1247 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg1_val) argument
1266 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val, const char* arg2_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg2_val) argument
1296 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg1_val, const char* arg2_name, const ARG2_TYPE& arg2_val) argument
1326 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg1_val, const char* arg2_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg2_val) argument
1351 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags) argument
1378 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val) argument
1415 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val, const char* arg2_name, const ARG2_TYPE& arg2_val) argument
[all...]
H A Dtrace_event_impl.cc538 TimeTicks timestamp,
550 timestamp_ = timestamp;
1890 const TimeTicks& timestamp,
1914 TimeTicks now = OffsetTimestamp(timestamp);
2000 timestamp, trace_event);
2044 const TimeTicks& timestamp,
2056 duration = timestamp - thread_event_start_times_[thread_id].top();
2085 thread_event_start_times_[thread_id].push(timestamp);
1884 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const TimeTicks& timestamp, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, const scoped_refptr<ConvertableToTraceFormat>* convertable_values, unsigned char flags) argument
2043 EventToConsoleMessage(unsigned char phase, const TimeTicks& timestamp, TraceEvent* trace_event) argument
H A Dtrace_event_impl.h118 TimeTicks timestamp,
143 TimeTicks timestamp() const { return timestamp_; } function in class:base::debug::TraceEvent
523 typedef void (*EventCallback)(TimeTicks timestamp,
580 const TimeTicks& timestamp,
706 const TimeTicks& timestamp,
736 TimeTicks OffsetTimestamp(const TimeTicks& timestamp) const {
737 return timestamp - time_offset_;
H A Dtrace_event_unittest.cc2252 static void Callback(TimeTicks timestamp, argument
2266 s_instance->collected_events_timestamps_.push_back(timestamp);
2477 // Test that buffer_limit_reached_timestamp's value is between the timestamp
2950 double timestamp; local
2951 EXPECT_TRUE(item->GetDouble("ts", &timestamp));
2952 EXPECT_GE(timestamp, last_timestamp);
2953 EXPECT_LE(timestamp, end_time);
2954 last_timestamp = timestamp;
/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager.cc175 TimeTicks timestamp,
189 bool purgable = info->purgable && info->last_usage <= timestamp;
174 PurgeIfNotUsedSinceTimestampUntilUsageIsWithinLimitWithLockAcquired( TimeTicks timestamp, size_t limit) argument
/external/chromium_org/base/test/
H A Dtest_reg_util_win.cc54 const base::Time& timestamp) {
56 key_path += L"\\" + base::Int64ToString16(timestamp.ToInternalValue());
87 const base::Time& timestamp,
89 : timestamp_(timestamp), test_key_root_(test_key_root) {
53 GenerateTempKeyPath(const base::string16& test_key_root, const base::Time& timestamp) argument
86 RegistryOverrideManager( const base::Time& timestamp, const base::string16& test_key_root) argument
H A Dtest_reg_util_win_unittest.cc65 void CreateManager(const base::Time& timestamp) { argument
66 manager_.reset(new RegistryOverrideManager(timestamp, fake_test_key_root_));
H A Dtrace_event_analyzer.h114 return timestamp < rhs.timestamp;
147 double timestamp; member in struct:trace_analyzer::TraceEvent
205 // Return the timestamp of the event in microseconds since epoch.
237 static Query EventTimeIs(double timestamp) { argument
238 return Query(EVENT_TIME) == Query::Double(timestamp);
308 static Query OtherTimeIs(double timestamp) { argument
309 return Query(OTHER_TIME) == Query::Double(timestamp);
682 // with the event timestamp.
/external/chromium_org/cc/debug/
H A Dframe_rate_counter.cc47 void FrameRateCounter::SaveTimeStamp(base::TimeTicks timestamp, bool software) { argument
48 ring_buffer_.SaveToBuffer(timestamp);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DForeignSessionHelper.java69 public final long timestamp; field in class:ForeignSessionHelper.ForeignSessionWindow
73 private ForeignSessionWindow(long timestamp, int sessionId) { argument
74 this.timestamp = timestamp;
85 public final long timestamp; field in class:ForeignSessionHelper.ForeignSessionTab
88 private ForeignSessionTab(String url, String title, long timestamp, int id) { argument
91 this.timestamp = timestamp;
107 ForeignSession session, long timestamp, int sessionId) {
108 ForeignSessionWindow window = new ForeignSessionWindow(timestamp, sessionI
106 pushWindow( ForeignSession session, long timestamp, int sessionId) argument
114 pushTab( ForeignSessionWindow window, String url, String title, long timestamp, int sessionId) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Decho_private_api.cc164 // Get the OOBE timestamp from file /home/chronos/.oobe_completed.
165 // The timestamp is used to determine when the user first activates the device.
166 // If we can get the timestamp info, return it as yyyy-mm-dd, otherwise, return
172 std::string timestamp = ""; local
177 timestamp += base::StringPrintf("%u-%u-%u",
182 results_ = echo_api::GetOobeTimestamp::Results::Create(timestamp);
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dgeoposition.h32 // A valid fix has a valid latitude, longitude, accuracy and timestamp.
57 base::Time timestamp; member in struct:chromeos::Geoposition

Completed in 3871 milliseconds

1234567891011>>