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

<<21222324252627282930>>

  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.primary.h 57 int readSample(long *data, int64_t *timestamp);
58 int readRawSample(float *data, int64_t *timestamp);
SensorBase.h 90 int readSample(long *data, int64_t *timestamp);
91 int readRawSample(float *data, int64_t *timestamp);
sensors_mpl.cpp 249 LOGI_IF(0, "sensors_mpl:readEvents() - i=%d, nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, data->data[0]=%f,",
250 i, nb, count, nbEvents, data->timestamp, data->data[0]);
259 // LOGI_IF(0, "sensors_mpl:readEvents() - nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, data->data[0]=%f,",
260 // nb, count, nbEvents, data->timestamp, data->data[0]);
271 LOGI_IF(HANDLER_DATA, "sensors_mpl:readStepCount() - nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, data->data[0]=%f,",
272 nb, count, nbEvents, data->timestamp, data->data[0]);
285 LOGI_IF(HANDLER_DATA, "sensors_mpl:readStepCount() - nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, data->data[0]=%f,",
286 nb, count, nbEvents, data->timestamp, data->data[0]);
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 57 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
61 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-W 21 # Put the timestamp for a.x into the future; it should still be remade.
53 # Tweak foo.x's timestamp so the update will change it.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
icmp.h 29 #define ICMP_TIMESTAMP 13 /* Timestamp Request */
30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
timeval.h 43 /** Return the current timestamp, just like UNIX gettimeofday() */
53 /** Return the time difference between now and the specified timestamp */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
icmp.h 29 #define ICMP_TIMESTAMP 13 /* Timestamp Request */
30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
timeval.h 43 /** Return the current timestamp, just like UNIX gettimeofday() */
53 /** Return the time difference between now and the specified timestamp */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
icmp.h 29 #define ICMP_TIMESTAMP 13 /* Timestamp Request */
30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
timeval.h 43 /** Return the current timestamp, just like UNIX gettimeofday() */
53 /** Return the time difference between now and the specified timestamp */
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl_unittest.cc 228 void SetTouchTimestamp(base::TimeDelta timestamp) {
229 touch_event_.SetTimestamp(timestamp);
602 // Use a custom timestamp for all the events to test that the acked events
603 // have the same timestamp;
604 base::TimeDelta timestamp = base::Time::NowFromSystemTime() - base::Time(); local
605 timestamp -= base::TimeDelta::FromSeconds(600);
609 SetTouchTimestamp(timestamp);
613 gfx::Point(1, 1), 0, timestamp));
616 timestamp += base::TimeDelta::FromSeconds(10);
618 SetTouchTimestamp(timestamp);
    [all...]
  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 107 int64 timestamp; member in struct:__anon2130::WindowPayload2
112 int64 timestamp; member in struct:__anon2130::SelectedNavigationInTabPayload2
239 window->timestamp = TimeNow();
491 tab->timestamp = TimeNow();
584 window.timestamp));
613 tab.timestamp));
648 Time timestamp) {
650 // |timestamp| is aligned on a 16 byte boundary, leaving 4 bytes of
656 payload.timestamp = timestamp.ToInternalValue()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.cc 145 // Read the elapsed time for this packet (different than RTP timestamp).
250 // sequence number and timestamp.
258 // Get the RTP sequence number and timestamp of the dump packet.
285 // If we have only one packet or frame, we use the default timestamp
301 // Get the old RTP sequence number and timestamp.
304 uint32 timestamp = 0; local
305 packet->GetRtpTimestamp(&timestamp);
306 // Increase the RTP sequence number and timestamp.
308 timestamp += loop_count_ * rtp_timestamp_increase_;
309 // Write the updated sequence number and timestamp back to the RTP packet
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 67 const char kTimestamp[] = "timestamp";
70 // for a given |timestamp|.
71 int64 TimestampToDayKey(Time timestamp) {
73 timestamp.LocalMidnight().LocalExplode(&exploded);
180 int64 timestamp; local
191 base::StringToInt64(timestamp_str, &timestamp)) {
192 position.timestamp = Time::FromInternalValue(timestamp);
281 int64 timestamp; local
282 if (base::StringToInt64(it.key(), &timestamp)) {
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 22 WebRtc_UWord32 timestamp; member in struct:webrtc::RTPHeader
271 WebRtc_UWord16* fragmentationTimeDiff; // Timestamp difference relative "now" for
316 timeStamp = data.timeStamp;
350 timeStamp = data.timeStamp;
383 WebRtc_UWord32 timeStamp;
474 * Set frame timestamp (90kHz)
476 void SetTimeStamp(const WebRtc_UWord32 timeStamp) {_timeStamp = timeStamp;}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 309 InputAgent.dispatchKeyEvent(type, this._modifiersForEvent(event), event.timeStamp / 1000, text, text ? text.toLowerCase() : undefined,
329 var timeStamp = event.timeStamp / 1000;
336 InputAgent.dispatchGestureEvent("scrollBegin", x, y, timeStamp);
341 InputAgent.dispatchGestureEvent("scrollUpdate", x, y, timeStamp, dx, dy);
343 InputAgent.dispatchGestureEvent("scrollEnd", x, y, timeStamp);
348 InputAgent.dispatchGestureEvent("pinchBegin", x, y, timeStamp);
349 InputAgent.dispatchGestureEvent("pinchUpdate", x, y, timeStamp, 0, 0, scale);
350 InputAgent.dispatchGestureEvent("pinchEnd", x, y, timeStamp);
352 InputAgent.dispatchGestureEvent("scrollBegin", x, y, timeStamp);
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GesturePointTest.java 40 assertEquals(expected_timestamp, point.timestamp);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java 29 * @return the starting timestamp, also known as result directory name
  /device/asus/deb/kernel-headers/media/
msmb_generic_buf_mgr.h 26 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /device/asus/flo/kernel-headers/media/
msmb_generic_buf_mgr.h 26 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /device/generic/goldfish/camera/
PreviewWindow.h 99 * timestamp - Frame's timestamp.
103 nsecs_t timestamp,
145 /* Timestamp (abs. microseconds) when last frame has been pushed to the
  /external/chromium/chrome/browser/extensions/
extension_webrequest_api_constants.cc 16 const char kTimeStampKey[] = "timeStamp";
  /external/chromium/chrome/browser/policy/
file_based_policy_provider.h 30 // Gets the last modification timestamp for the policy information from the
  /external/chromium/chrome/browser/sync/engine/
store_timestamps_command.h 14 // A syncer command that extracts the changelog timestamp information from

Completed in 3220 milliseconds

<<21222324252627282930>>