HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 151 - 175 of 796) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/platform/
PlatformMouseEvent.h 97 int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp)
107 , m_timestamp(timestamp)
132 double timestamp() const { return m_timestamp; } function in class:WebCore::PlatformMouseEvent
152 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 175 int timestamp,
188 position_changed(position, fields, timestamp, latitude, longitude, altitude, accuracy, that);
191 void GeolocationServiceGtk::position_changed(GeocluePosition*, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GeolocationServiceGtk* that)
198 that->m_timestamp = timestamp;
  /frameworks/av/camera/
ICameraClient.cpp 70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData)
75 data.writeInt64(timestamp);
118 nsecs_t timestamp = data.readInt64(); local
121 dataCallbackTimestamp(timestamp, msgType, imageData);
  /frameworks/av/include/camera/
ICameraClient.h 37 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
  /frameworks/av/include/media/nbaio/
MonoPipe.h 72 virtual status_t getNextWriteTimestamp(int64_t *timestamp);
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3InputStream.h 66 nsecs_t timestamp,
Camera3StreamInterface.h 100 nsecs_t timestamp) = 0;
Camera3Stream.h 162 nsecs_t timestamp);
249 nsecs_t timestamp);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java 78 * @param timestamp
82 String timestamp) {
84 "&timestamp=" + timestamp;
119 * Post a given file for a given device and timestamp to the server.
122 * @param timestamp {@link String} timestamp
126 public static boolean postFileToServer(String server, String deviceId, String timestamp,
140 new StringPart("timestamp", timestamp),
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ShaderParam.java 128 mData.timestamp ++;
129 mData.timestamp %= sMaxTimeStamp;
130 mField.set_timestamp(0, mData.timestamp, true);
152 mData.timestamp = 1;
  /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);
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemEntry.java 61 long timestamp, String accountType, String accountName, String dataSet,
63 return new StreamItemEntry(id, text, comments, timestamp, accountType, accountName, dataSet,
67 private StreamItemEntry(long id, String text, String comments, long timestamp,
73 mTimestamp = timestamp;
89 mTimestamp = getLong(cursor, StreamItems.TIMESTAMP);
  /cts/tests/tests/media/src/android/media/cts/
IvfWriter.java 41 * Timestamp values supplied while writing frames should be in accordance
90 * @param width timestamp of the frame (in accordance to specified timebase)
92 public void writeFrame(byte[] frame, long timeStamp) throws IOException {
93 mOutputFile.write(makeIvfFrameHeader(frame.length, timeStamp));
134 * @param timestamp presentation timestamp of the frame
136 private static byte[] makeIvfFrameHeader(int size, long timestamp){
139 lay64bits(frameHeader, 4, timestamp);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java 48 public TestSummaryXml(int id, String timestamp) {
50 mTimestamp = timestamp;
  /external/chromium/chrome/browser/policy/
mock_device_management_backend.h 73 base::TimeDelta timestamp = local
75 signed_response.set_timestamp(timestamp.InMilliseconds());
  /external/chromium/chrome/browser/sessions/
session_types.h 137 // Timestamp for when this tab was last modified.
138 base::Time timestamp; member in struct:SessionTab
179 // Timestamp for when this window was last modified.
180 base::Time timestamp; member in struct:SessionWindow
tab_restore_service_browsertest.cc 143 tab->timestamp.ToInternalValue());
164 tab->timestamp.ToInternalValue());
198 tab->timestamp.ToInternalValue());
264 restored_tab->timestamp.ToInternalValue());
301 EXPECT_EQ(0, window->timestamp.ToInternalValue());
305 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
357 EXPECT_EQ(0, window->timestamp.ToInternalValue());
360 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
371 tab->timestamp.ToInternalValue());
443 EXPECT_EQ(0, window->timestamp.ToInternalValue())
    [all...]
  /external/qemu/telephony/
sms.h 32 /* An SMS timestamp structure */
67 const SmsTimeStampRec* timestamp );
90 /* retrieve the service center timestamp of a SMS-DELIVER pdu, return -1 otherwise */
91 extern int smspdu_get_sc_timestamp( SmsPDU pdu, SmsTimeStamp timestamp );
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 60 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
64 typedef C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java 85 long timestamp = location.getTime(); local
86 long delta = timestamp - mLastActiveTimestamp;
87 mLastActiveTimestamp = timestamp;
172 long timestamp = location.getTime(); local
173 long delta = timestamp - mLastPassiveTimestamp;
174 mLastPassiveTimestamp = timestamp;
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 212 nsecs_t timestamp,
216 isNewVideoFrameTime(timestamp)) {
221 mDataCBTimestamp(timestamp, CAMERA_MSG_VIDEO_FRAME,
292 bool CallbackNotifier::isNewVideoFrameTime(nsecs_t timestamp)
295 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) {
296 mLastFrameTimestamp = timestamp;
  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 97 p_dev_rec->timestamp = btm_cb.dev_rec_count++;
282 p_dev_rec->timestamp = btm_cb.dev_rec_count++;
460 if (p_dev_rec->timestamp < ot)
463 ot = p_dev_rec->timestamp;
477 if (p_dev_rec->timestamp < ot)
480 ot = p_dev_rec->timestamp;
  /external/webkit/Source/WebCore/platform/mac/
PlatformMouseEventMac.mm 155 , m_timestamp([event timestamp])
162 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
173 , m_timestamp(timestamp)
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 205 status_t MonoPipe::getNextWriteTimestamp(int64_t *timestamp)
209 ALOG_ASSERT(NULL != timestamp);
214 observeFrontAndNRPTS(&front, timestamp);
216 if (AudioBufferProvider::kInvalidPTS != *timestamp) {
217 // If we have a valid read-pointer and next read timestamp pair, then
219 // frames are in the buffer, and offset the timestamp by that amt. Then
221 // the next read timestamp plus the current amount of data in the
224 *timestamp = offsetTimestampByAudioFrames(*timestamp, pendingFrames);
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_keyboard.c 46 Uint32 timestamp; /* the time the first keydown event occurred */ member in struct:__anon13320
354 SDL_KeyRepeat.timestamp = 0;
525 if ( SDL_KeyRepeat.timestamp &&
527 SDL_KeyRepeat.timestamp = 0;
560 SDL_KeyRepeat.timestamp=SDL_GetTicks();
575 if ( SDL_KeyRepeat.timestamp ) {
579 interval = (now - SDL_KeyRepeat.timestamp);
582 SDL_KeyRepeat.timestamp = now;
587 SDL_KeyRepeat.timestamp = now;
605 SDL_KeyRepeat.timestamp = 0
    [all...]

Completed in 1110 milliseconds

1 2 3 4 5 67 8 91011>>