Searched defs:timestamp (Results 201 - 205 of 205) sorted by relevance

123456789

/frameworks/av/services/audioflinger/
H A DThreads.cpp2939 int64_t lastFramesWritten = -1; // track changes in timestamp server frames written
2997 // this to convert the sink timestamp to the track timestamp.
3001 // We always fetch the timestamp here because often the downstream
3003 ExtendedTimestamp timestamp; // use private copy to fetch local
3004 (void) mNormalSink->getTimestamp(timestamp);
3021 if (timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] >= 0) {
3029 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL]
3032 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
3043 // Either the kernel timestamp mus
3423 getTimestamp_l(AudioTimestamp& timestamp) argument
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java311 * of a timestamp, as supplied to {@link Builder#setUsesChronometer(boolean)}.
1109 * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown
1120 * Instead of presenting <code>when</code> as a timestamp, the notification will show an
2225 * @param timestamp Time at which the message arrived
2236 public MessagingStyle addMessage(CharSequence text, long timestamp, CharSequence sender) { argument
2237 mMessages.add(new Message(text, timestamp, sender));
2337 * @param timestamp Time at which the message arrived
2344 public Message(CharSequence text, long timestamp, CharSequence sender){ argument
2346 mTimestamp = timestamp;
4143 * Gets the timestamp o
4238 setLatestTimestamp(long timestamp) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java194 * A timestamp related to this notification, in milliseconds since the epoch.
198 * Choose a timestamp that will be most relevant to the user. For most finite events, this
965 * a {@link android.widget.Chronometer}) instead of a timestamp, as supplied to
2914 * Add a timestamp pertaining to the notification (usually the time the event occurred).
2928 * Control whether the timestamp set with {@link #setWhen(long) setWhen} is shown
2941 * Instead of presenting <code>when</code> as a timestamp, the notification will show an
5743 * @param timestamp Time at which the message arrived
5754 public MessagingStyle addMessage(CharSequence text, long timestamp, CharSequence sender) { argument
5755 return addMessage(new Message(text, timestamp, sender));
6081 * @param timestamp Tim
6088 Message(CharSequence text, long timestamp, CharSequence sender) argument
8049 setLatestTimestamp(long timestamp) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java23784 notifyAppTransitionStarting(SparseIntArray reasons, 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 469 milliseconds

123456789