Searched defs:timestamp (Results 1 - 25 of 57) sorted by last modified time

123

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java587 * @param timestamp the service center timestamp in millis
596 int sequenceNumber, int messageCount, long timestamp, int destPort,
633 values.put("date", timestamp);
595 processMessagePart(byte[] pdu, String address, int referenceNumber, int sequenceNumber, int messageCount, long timestamp, int destPort, boolean isCdmaWapPush) argument
/frameworks/native/include/android/
H A Dsensor.h115 int64_t timestamp; member in struct:ASensorEvent
/frameworks/native/include/gui/
H A DCpuConsumer.h54 int64_t timestamp; member in struct:android::CpuConsumer::LockedBuffer
H A DDisplayEventReceiver.h52 nsecs_t timestamp; member in struct:android::DisplayEventReceiver::Event::Header
H A DISurfaceTexture.h80 // via requestBuffer. In addition, a timestamp must be provided by the
81 // client for this buffer. The timestamp is measured in nanoseconds, and
91 inline QueueBufferInput(int64_t timestamp, argument
94 : timestamp(timestamp), crop(crop), scalingMode(scalingMode),
99 *outTimestamp = timestamp;
115 int64_t timestamp; member in struct:android::ISurfaceTexture::QueueBufferInput
/frameworks/native/libs/gui/
H A DBufferQueue.cpp488 int64_t timestamp; local
491 input.deflate(&timestamp, &crop, &scalingMode, &transform, &fence);
495 buf, timestamp, crop.left, crop.top, crop.right, crop.bottom,
556 mSlots[buf].mTimestamp = timestamp;
H A DSurfaceTextureClient.cpp280 int64_t timestamp; local
282 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
283 ALOGV("SurfaceTextureClient::queueBuffer making up timestamp: %.2f ms",
284 timestamp / 1000000.f);
286 timestamp = mTimestamp;
300 ISurfaceTexture::QueueBufferInput input(timestamp, crop, mScalingMode,
489 int64_t timestamp = va_arg(args, int64_t); local
490 return setBuffersTimestamp(timestamp);
662 int SurfaceTextureClient::setBuffersTimestamp(int64_t timestamp) argument
666 mTimestamp = timestamp;
[all...]
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp300 int64_t timestamp, uint32_t *stride) {
333 ALOGVV("Set timestamp to %p", anw.get());
334 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
370 EXPECT_EQ(time, b.timestamp);
411 EXPECT_EQ(time[i], b.timestamp);
453 EXPECT_EQ(time, b[i].timestamp);
476 EXPECT_EQ(time, bTooMuch.timestamp);
298 produceOneFrame(const sp<ANativeWindow>& anw, const CpuConsumerTestParams& params, int64_t timestamp, uint32_t *stride) argument
/frameworks/native/libs/utils/
H A DSystemClock.cpp122 static inline void checkTimeStamps(int64_t timestamp, argument
136 if (timestamp < prevTimestamp) {
139 timestamp, gettime_method_names[curMethod],
144 *prevTimestampPtr = timestamp;
157 int64_t timestamp; local
169 timestamp = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
170 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod,
172 return timestamp;
190 timestamp = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
191 checkTimeStamps(timestamp,
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp425 int64_t timestamp = systemTime(SYSTEM_TIME_MONOTONIC); local
428 native_window_set_buffers_timestamp(s->win.get(), timestamp);
/frameworks/native/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/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp275 int64_t timestamp) {
278 ctx->hwc->vsync(disp, timestamp);
292 void HWComposer::vsync(int disp, int64_t timestamp) { argument
294 mEventHandler.onVSyncReceived(disp, timestamp);
296 mLastHwVSync = timestamp;
414 // this returns the last refresh timestamp.
416 // the refresh period and whatever closest timestamp we have.
274 hook_vsync(const struct hwc_procs* procs, int disp, int64_t timestamp) argument
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp47 mVSyncEvent[i].header.timestamp = 0;
114 void EventThread::onVSyncReceived(int type, nsecs_t timestamp) { argument
122 mVSyncEvent[type].header.timestamp = timestamp;
137 event.header.timestamp = systemTime();
186 nsecs_t timestamp = 0; local
188 timestamp = mVSyncEvent[i].header.timestamp;
189 if (timestamp) {
192 mVSyncEvent[i].header.timestamp
[all...]
H A DLayer.h132 Statistics() : timestamp(0), set(0), vsync(0) { }
133 nsecs_t timestamp; // buffer timestamp member in struct:android::Layer::Statistics
134 nsecs_t set; // buffer displayed timestamp
H A DSurfaceFlinger.cpp723 void SurfaceFlinger::onVSyncReceived(int type, nsecs_t timestamp) { argument
733 mEventThread->onVSyncReceived(type, timestamp);
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java54 * Time Synchronization Function (tsf) timestamp in microseconds when
57 public long timestamp; field in class:ScanResult
68 this.timestamp = tsf;
81 timestamp = source.timestamp;
100 append(", timestamp: ").
101 append(timestamp);
123 dest.writeLong(timestamp);
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1020 float speed, float bearing, float accuracy, long timestamp) {
1022 " timestamp: " + timestamp);
1029 mLocation.setTime(timestamp);
1030 // It would be nice to push the elapsed real-time timestamp
1276 private void reportNmea(long timestamp) { argument
1287 listener.mListener.onNmeaReceived(timestamp, nmea);
1019 reportLocation(int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp78 (jfloat)location->accuracy, (jlong)location->timestamp);
97 static void nmea_callback(GpsUtcTime timestamp, const char* nmea, int length) argument
104 env->CallVoidMethod(mCallbacksObj, method_reportNmea, 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/location/java/android/location/
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
H A DGpsStatus.java127 void onNmeaReceived(long timestamp, String nmea); argument
H A DLocationManager.java1219 "Incomplete location object, missing timestamp or accuracy? " + loc);
1348 Nmea(long timestamp, String nmea) { argument
1349 mTimestamp = timestamp;
1411 public void onNmeaReceived(long timestamp, String nmea) { argument
1414 mNmeaBuffer.add(new Nmea(timestamp, nmea));
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java122 public void setTimestamp(long timestamp) { argument
123 mTimestamp = timestamp;
H A DGLEnvironment.java141 public void setSurfaceTimestamp(long timestamp) { argument
142 if (!nativeSetSurfaceTimestamp(timestamp)) {
143 throw new RuntimeException("Could not set timestamp for current surface!");
183 private native boolean nativeSetSurfaceTimestamp(long timestamp); argument
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp373 jlong timestamp) {
375 int64_t timestamp_native = timestamp;
371 Java_android_filterfw_core_GLEnvironment_nativeSetSurfaceTimestamp(JNIEnv* env, jobject thiz, jlong timestamp) argument

Completed in 2197 milliseconds

123