HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 26 - 50 of 365) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
hdsmart.h 80 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
87 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
109 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
msm_kgsl.h 61 driver. The timestamp fields are volatile because they are written by the
79 /* timestamp id*/
81 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
82 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
139 /* block until the GPU has executed past a given timestamp
143 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
156 * timestamp is a returned counter value which can be passed to
164 unsigned int timestamp; /*output param */ member in struct:kgsl_ringbuffer_issueibcmds
171 /* read the most recently executed timestamp value
176 unsigned int timestamp; /*output param * member in struct:kgsl_cmdstream_readtimestamp
190 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
    [all...]
  /external/webkit/WebCore/loader/icon/
IconRecord.h 54 IconSnapshot() : timestamp(0) { }
58 , timestamp(stamp)
63 int timestamp; member in class:WebCore::IconSnapshot
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
msm_kgsl.h 95 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
105 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
113 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
121 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
hdsmart.h 70 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s
77 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s
99 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
msm_kgsl.h 95 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
105 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
113 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
121 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
  /packages/apps/Phone/src/com/android/phone/
CallLogAsync.java 41 * this, ci, number, presentation, type, timestamp, duration);
67 * @param timestamp Of the call (millisecond since epoch).
75 long timestamp,
99 this.timestamp = timestamp;
109 public final long timestamp; field in class:CallLogAsync.AddCallArgs
164 c.callType, c.timestamp, c.durationInSec);
  /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...]
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 126 data.timestamp,
134 data.timestamp,
142 data.timestamp,
150 data.timestamp,
156 data.timestamp,
162 data.timestamp,
168 data.timestamp,
  /external/oauth/core/src/main/java/net/oauth/
SimpleOAuthValidator.java 24 * A simple OAuthValidator, which checks the version, whether the timestamp
89 long timestamp = Long.parseLong(message.getParameter(OAuth.OAUTH_TIMESTAMP)) * 1000L; local
93 if (timestamp < min || max < timestamp) {
  /frameworks/base/services/sensorservice/tests/
sensorservicetest.cpp 37 buffer[i].timestamp,
44 float t = float(buffer[i].timestamp - oldTimeStamp) / s2ns(1);
47 oldTimeStamp = buffer[i].timestamp;
  /bionic/libc/kernel/common/linux/
msm_kgsl.h 100 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
110 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
118 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
126 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
  /external/webkit/WebKit/mac/WebView/
WebGeolocationPosition.mm 73 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude accuracy:(double)accuracy
79 _internal = [[WebGeolocationPositionInternal alloc] initWithCoreGeolocationPosition:GeolocationPosition::create(timestamp, latitude, longitude, accuracy)];
  /external/webkit/WebKit/win/
WebGeolocationPosition.h 49 virtual HRESULT STDMETHODCALLTYPE initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy);
WebGeolocationPosition.cpp 84 HRESULT WebGeolocationPosition::initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy)
87 m_position = GeolocationPosition::create(timestamp, latitude, longitude, accuracy);
  /frameworks/base/include/camera/
ICameraClient.h 35 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
  /frameworks/base/libs/camera/
ICameraClient.cpp 65 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
70 data.writeInt64(timestamp);
105 nsecs_t timestamp = data.readInt64(); local
108 dataCallbackTimestamp(timestamp, msgType, imageData);
  /external/speex/libspeex/
jitter.c 139 spx_uint32_t pointer_timestamp; /**< Timestamp of what we will *get* next */
140 spx_uint32_t last_returned_timestamp; /**< Useful for getting the next packet with the same timestamp (for fragmented media) */
143 spx_int32_t buffered; /**< Amount of data we think is still buffered by the application (timestamp units)*/
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */
150 spx_int32_t delay_step; /**< Size of the steps when adjusting buffering (timestamp units) */
170 The optimised function is in timestamp units and is:
173 @param late_factor Equivalent cost of a late frame (in timestamp units)
311 /* Timestamp is actually undefined at this point */
372 /*fprintf (stderr, "put packet %d %d\n", timestamp, span);*/
380 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter->pointer_timestamp)
    [all...]
  /external/tcpdump/
Makefile-devel-adds 12 echo timestamp > ${srcdir}/stamp-h.in
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 71 int totalBytes, int currentBytes, int timestamp, boolean mediaScanned) {
84 mTimestamp = timestamp;

Completed in 936 milliseconds

12 3 4 5 6 7 8 91011>>