Searched defs:timestamp (Results 151 - 165 of 165) sorted by relevance

1234567

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1658 auto timestamp = mQueueItems[0].mTimestamp; local
1663 bool isPlausible = timestamp < (expectedPresent + s2ns(1));
1665 "relative to expectedPresent %" PRId64, mName.string(), timestamp,
1668 bool isDue = timestamp < expectedPresent;
1701 // timestamp instead.
H A DSurfaceFlinger.cpp842 void SurfaceFlinger::onVSyncReceived(int32_t type, nsecs_t timestamp) { argument
848 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);
1080 // timestamp instead.
H A DSurfaceFlinger_hwc1.cpp862 void SurfaceFlinger::onVSyncReceived(int type, nsecs_t timestamp) { argument
868 needsHwVsync = mPrimaryDispSync.addResyncSample(timestamp);
1074 // timestamp instead.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyEventLog.java179 private void writeEvent(long timestamp, int tag, int param1, int param2, Bundle data) { argument
188 logEvent(timestamp, ConnectivityMetricsLogger.COMPONENT_TAG_TELEPHONY, tag, b);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2127 nsecs_t timestamp) {
2131 status_t res = stream->returnBuffer(outputBuffers[i], timestamp);
2161 // Sanity check - if sensor timestamp matches shutter timestamp
2164 SET_ERR("sensor timestamp (%" PRId64
2165 ") for frame %d doesn't match shutter timestamp (%" PRId64 ")",
2285 // Check that there's a timestamp in the result metadata
2288 SET_ERR("No timestamp provided by HAL for frame %d!",
2330 // Get shutter timestamp and resultExtras from list of in-flight requests,
2332 // shutter timestamp is
2125 returnOutputBuffers( const camera3_stream_buffer_t *outputBuffers, size_t numBuffers, nsecs_t timestamp) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodec.java392 timestamp (unless it is <a href="#CSD">codec-specific data</a> marked as such).
578 empty input buffer with the end-of-stream flag set. If using an empty buffer, the timestamp will
585 after the last valid output buffer. The timestamp of such empty buffer should be ignored.
603 <li><strong>Render the buffer with the default timestamp:</strong> Call {@link
605 <li><strong>Render the buffer with a specific timestamp:</strong> Call {@link
606 #releaseOutputBuffer(int, long) releaseOutputBuffer(bufferId, timestamp)}.</li>
609 Since {@link android.os.Build.VERSION_CODES#M}, the default timestamp is the {@linkplain
610 BufferInfo#presentationTimeUs presentation timestamp} of the buffer (converted to nanoseconds).
1481 * @param newTimeUs the presentation timestamp in microseconds.
1507 * The presentation timestamp i
3486 MediaImage( @onNull ByteBuffer buffer, @NonNull ByteBuffer info, boolean readOnly, long timestamp, int xOffset, int yOffset, @Nullable Rect cropRect) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp118 (jfloat)location->accuracy, (jlong)location->timestamp);
220 static void nmea_callback(GpsUtcTime timestamp, const char* nmea, int length) argument
227 env->CallVoidMethod(mCallbacksObj, method_reportNmea, timestamp);
469 int32_t transition, GpsUtcTime timestamp)
477 (jfloat)location->accuracy, (jlong)location->timestamp,
478 transition, timestamp);
492 jlong timestamp = 0; local
501 timestamp = location->timestamp;
505 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
468 gps_geofence_transition_callback(int32_t geofence_id, GpsLocation* location, int32_t transition, GpsUtcTime timestamp) argument
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp108 int64_t timestamp) {
110 callbacks->mAdapter.hwc1Vsync(display, timestamp);
502 auto timestamp = pending.second; local
503 pendingVsyncs.emplace_back(displayId, timestamp);
2564 void HWC2On1Adapter::hwc1Vsync(int hwc1DisplayId, int64_t timestamp) argument
2566 ALOGV("Received hwc1Vsync(%d, %" PRId64 ")", hwc1DisplayId, timestamp);
2573 mPendingVsyncs.emplace_back(hwc1DisplayId, timestamp);
2589 vsync(callbackInfo.data, displayId, timestamp);
107 vsyncHook(const hwc_procs_t* procs, int display, int64_t timestamp) argument
/frameworks/base/core/java/android/hardware/
H A DCamera.java2106 private static final String KEY_GPS_TIMESTAMP = "gps-timestamp";
3181 * Sets GPS timestamp. This will be stored in JPEG EXIF header.
3183 * @param timestamp GPS timestamp (UTC in seconds since January 1,
3186 public void setGpsTimestamp(long timestamp) { argument
3187 set(KEY_GPS_TIMESTAMP, Long.toString(timestamp));
3201 * Removes GPS latitude, longitude, altitude, and timestamp from the
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1960 * @param timestamp a timestamp to format.
1964 public boolean addDateTimeStampTag(int tagId, long timestamp, TimeZone timezone) { argument
1968 ExifTag t = buildTag(tagId, mDateTimeStampFormat.format(timestamp));
2006 * Creates and sets the GPS timestamp tag.
2008 * @param timestamp a GPS timestamp.
2011 public boolean addGpsDateTimeStampTag(long timestamp) { argument
2012 ExifTag t = buildTag(TAG_GPS_DATE_STAMP, mGPSDateStampFormat.format(timestamp));
2017 mGPSTimeStampCalendar.setTimeInMillis(timestamp);
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1450 float speed, float bearing, float accuracy, long timestamp) {
1452 " timestamp: " + timestamp);
1459 mLocation.setTime(timestamp);
1460 // It would be nice to push the elapsed real-time timestamp
1653 private void reportNmea(long timestamp) { argument
1656 mListenerHelper.onNmeaReceived(timestamp, nmea);
1736 long timestamp) {
1741 location.setTime(timestamp);
1787 long timestamp, in
1449 reportLocation(int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
1728 buildLocation( int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
1785 reportGeofenceTransition(int geofenceId, int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp, int transition, long transitionTimestamp) argument
1812 reportGeofenceStatus(int status, int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp2836 int64_t lastFramesWritten = -1; // track changes in timestamp server frames written
2886 // this to convert the sink timestamp to the track timestamp.
2890 // We always fetch the timestamp here because often the downstream
2892 ExtendedTimestamp timestamp; // use private copy to fetch local
2893 (void) mNormalSink->getTimestamp(timestamp);
2910 if (timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] >= 0) {
2918 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL];
2920 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
2931 // Either the kernel timestamp mus
3273 getTimestamp_l(AudioTimestamp& timestamp) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java164 * A timestamp related to this notification, in milliseconds since the epoch.
168 * Choose a timestamp that will be most relevant to the user. For most finite events, this
874 * a {@link android.widget.Chronometer}) instead of a timestamp, as supplied to
2383 * Add a timestamp pertaining to the notification (usually the time the event occurred).
2397 * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown
2410 * Instead of presenting <code>when</code> as a timestamp, the notification will show an
4519 * @param timestamp Time at which the message arrived
4530 public MessagingStyle addMessage(CharSequence text, long timestamp, CharSequence sender) { argument
4531 mMessages.add(new Message(text, timestamp, sender));
4785 * @param timestamp Tim
4792 Message(CharSequence text, long timestamp, CharSequence sender) argument
6699 setLatestTimestamp(long timestamp) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java300 * of a timestamp, as supplied to {@link Builder#setUsesChronometer(boolean)}.
1083 * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown
1094 * Instead of presenting <code>when</code> as a timestamp, the notification will show an
2014 * @param timestamp Time at which the message arrived
2025 public MessagingStyle addMessage(CharSequence text, long timestamp, CharSequence sender) { argument
2026 mMessages.add(new Message(text, timestamp, sender));
2122 * @param timestamp Time at which the message arrived
2129 public Message(CharSequence text, long timestamp, CharSequence sender){ argument
2131 mTimestamp = timestamp;
3809 * Gets the timestamp o
3905 setLatestTimestamp(long timestamp) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 582 milliseconds

1234567