Searched refs:timestamp (Results 1 - 25 of 61) sorted by relevance

123

/frameworks/base/core/java/android/hardware/
H A DSensorEvent.java187 * private float timestamp;
192 * if (timestamp != 0) {
193 * final float dT = (event.timestamp - timestamp) * NS2S;
221 * timestamp = event.timestamp;
452 public long timestamp; field in class:SensorEvent
/frameworks/base/core/java/android/gesture/
H A DGesturePoint.java30 public final long timestamp; field in class:GesturePoint
35 timestamp = t;
42 // Read timestamp
49 return new GesturePoint(x, y, timestamp);
/frameworks/base/location/java/android/location/
H A DIGpsStatusListener.aidl32 void onNmeaReceived(long timestamp, String nmea);
H A DCountry.java91 private Country(final String countryIso, final int source, long timestamp) { argument
98 mTimestamp = timestamp;
158 * the timestamp value and just checks for equivalence of countryIso and source values.
168 // No need to check the equivalence of the timestamp
188 * and timestamp fields, return true if the countryIso fields are equal
/frameworks/base/libs/camera/
H A DICameraRecordingProxyListener.cpp38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
43 data.writeInt64(timestamp);
61 nsecs_t timestamp = data.readInt64(); local
64 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DICameraClient.cpp70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
75 data.writeInt64(timestamp);
118 nsecs_t timestamp = data.readInt64(); local
121 dataCallbackTimestamp(timestamp, msgType, imageData);
/frameworks/base/services/sensorservice/tests/
H A Dsensorservicetest.cpp40 t = float(buffer[i].timestamp - oldTimeStamp) / s2ns(1);
42 t = float(buffer[i].timestamp - sStartTime) / s2ns(1);
44 oldTimeStamp = buffer[i].timestamp;
48 buffer[i].timestamp,
/frameworks/base/include/camera/
H A DICameraRecordingProxyListener.h35 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
H A DICameraClient.h37 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& data) = 0;
H A DCamera.h64 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
144 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h109 uint32 timestamp; member in struct:tagVopHeaderInfo
155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);
158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java78 * @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, argument
140 new StringPart("timestamp", timestamp),
81 buildDownloadUrl(String server, int size, String deviceId, String timestamp) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DHeadsetBase.java116 long timestamp;
126 if (DBG) timestamp = System.currentTimeMillis();
129 (System.currentTimeMillis() - timestamp) + " ms");
/frameworks/base/cmds/am/
H A DAndroid.mk27 $(TARGET_OUT_NOTICE_FILES)/hash-timestamp: $(TARGET_OUT_NOTICE_FILES)/src/$(1).txt
/frameworks/base/services/surfaceflinger/
H A DSurfaceTextureLayer.cpp55 status_t SurfaceTextureLayer::queueBuffer(int buf, int64_t timestamp, argument
58 status_t res = SurfaceTexture::queueBuffer(buf, timestamp,
H A DSurfaceTextureLayer.h48 virtual status_t queueBuffer(int buf, int64_t timestamp,
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java115 private void setTimestamp(String timestamp) { argument
116 mTimestamp = timestamp;
209 String timestamp = cursor.getString(cursor.getColumnIndex(TIMESTAMP));
213 entry.setTimestamp(timestamp);
/frameworks/base/libs/gui/
H A DSurfaceTextureClient.cpp216 int64_t timestamp; local
218 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
219 LOGV("SurfaceTextureClient::queueBuffer making up timestamp: %.2f ms",
220 timestamp / 1000000.f);
222 timestamp = mTimestamp;
228 status_t err = mSurfaceTexture->queueBuffer(i, timestamp,
389 int64_t timestamp = va_arg(args, int64_t); local
390 return setBuffersTimestamp(timestamp);
527 int SurfaceTextureClient::setBuffersTimestamp(int64_t timestamp) argument
531 mTimestamp = timestamp;
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp1002 uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV)
1007 status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV);
1030 uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV)
1054 timestamp[idx] = -1;
1058 /* did the application provide a timestamp for this vop? */
1059 if (timestamp[idx] < 0)
1063 /* decode the timestamp in the bitstream */
1082 timestamp[idx] = CalcVopDisplayTime(video->vol[idx], vopHeader[idx], video->shortVideoHeader);
1089 timestamp[idx] = vopHeader[idx]->timeStamp;
1094 if (timestamp[id
1001 PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV) argument
1029 PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV) argument
1598 PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) argument
1639 PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp) argument
[all...]
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java191 long timestamp = mSurface.getTimestamp();
192 doPhysics(timestamp);
339 private void doPhysics(long timestamp) { argument
345 mLastTime = timestamp;
347 float deltaT = (timestamp - mLastTime)/1000000000.f; // To seconds
355 mLastTime = timestamp;
/frameworks/base/include/media/
H A DIOMX.h122 OMX_U32 flags, OMX_TICKS timestamp) = 0;
159 OMX_TICKS timestamp; member in struct:android::omx_message::__anon89::__anon92
/frameworks/base/media/libstagefright/
H A DSurfaceMediaSource.cpp458 status_t SurfaceMediaSource::queueBuffer(int bufIndex, int64_t timestamp, argument
482 mFirstFrameTimestamp = timestamp;
485 if (timestamp < mStartTimeNs) {
491 mStartTimeNs = timestamp - mStartTimeNs;
494 timestamp = mStartTimeNs + (timestamp - mFirstFrameTimestamp);
500 LOGV("Client queued buf# %d @slot: %d, Q size = %d, handle = %p, timestamp = %lld",
502 mSlots[bufIndex].mGraphicBuffer->handle, timestamp);
517 mSlots[bufIndex].mTimestamp = timestamp;
674 "timestamp
[all...]
/frameworks/base/services/sensorservice/
H A DSensorFusion.cpp55 const float dT = (event.timestamp - mGyroTime) / 1000000000.0f;
62 mGyroTime = event.timestamp;
/frameworks/base/include/gui/
H A DISurfaceTexture.h77 // via requestBuffer. In addition, a timestamp must be provided by the
78 // client for this buffer. The timestamp is measured in nanoseconds, and
85 virtual status_t queueBuffer(int slot, int64_t timestamp,
/frameworks/base/native/include/android/
H A Dsensor.h115 int64_t timestamp; member in struct:ASensorEvent

Completed in 1466 milliseconds

123