Searched defs:timestamp (Results 1 - 25 of 243) sorted by relevance

12345678910

/frameworks/base/core/java/android/hardware/
H A DTriggerEvent.java28 * when the trigger happened, the timestamp along with detailed
57 public long timestamp; field in class:TriggerEvent
H A DSensorEvent.java173 * private float timestamp;
178 * if (timestamp != 0) {
179 * final float dT = (event.timestamp - timestamp) * NS2S;
207 * timestamp = event.timestamp;
563 * is as likely to be at the indicated timestamp as anywhere else.
650 public long timestamp; field in class:SensorEvent
/frameworks/base/location/java/android/location/
H A DOnNmeaMessageListener.java31 * @param timestamp milliseconds since January 1, 1970.
33 void onNmeaMessage(String message, long timestamp); argument
/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/av/media/libnbaio/
H A DMonoPipeReader.cpp58 void MonoPipeReader::onTimestamp(const ExtendedTimestamp &timestamp) argument
60 mPipe->mTimestampMutator.push(timestamp);
H A DSourceAudioBufferProvider.cpp120 void SourceAudioBufferProvider::onTimestamp(const ExtendedTimestamp &timestamp) argument
122 mSource->onTimestamp(timestamp);
H A DAudioStreamOutSink.cpp78 status_t AudioStreamOutSink::getTimestamp(ExtendedTimestamp &timestamp) argument
85 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = position64;
86 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = audio_utils_ns_from_timespec(&time);
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareCallback.java37 * @param timestamp The timestamp (elapsed real time in milliseconds) when the transition was
42 long timestamp, int monitoringType) {
41 onGeofenceTransition(int geofenceId, int transition, Location location, long timestamp, int monitoringType) argument
/frameworks/base/core/java/android/net/
H A DConnectivityMetricsEvent.java32 public long timestamp; field in class:ConnectivityMetricsEvent
46 timestamp = in.readLong();
72 dest.writeLong(timestamp);
82 buffer.append(String.format("%tT.%tL", timestamp, timestamp));
/frameworks/base/core/jni/
H A Dandroid_app_admin_SecurityLog.cpp48 jlong timestamp,
55 SLog::readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, timestamp, out);
69 jlong timestamp,
75 SLog::readEvents(env, ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK | ANDROID_LOG_WRAP, timestamp,
47 android_app_admin_SecurityLog_readEventsSince(JNIEnv* env, jobject , jlong timestamp, jobject out) argument
68 android_app_admin_SecurityLog_readEventsOnWrapping(JNIEnv* env, jobject , jlong timestamp, jobject out) argument
H A Dandroid_util_EventLog.cpp51 * static native void readEventsOnWrapping(int[] tags, long timestamp, Collection<Event> output)
53 * Reads events from the event log, blocking until events after timestamp are to be overwritten.
57 jlong timestamp,
64 timestamp, out);
55 android_util_EventLog_readEventsOnWrapping(JNIEnv* env, jobject clazz ATTRIBUTE_UNUSED, jintArray tags, jlong timestamp, jobject out) argument
/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/media/java/android/media/midi/
H A DMidiReceiver.java58 * @param timestamp the timestamp of the message (based on {@link java.lang.System#nanoTime}
61 abstract public void onSend(byte[] msg, int offset, int count, long timestamp) argument
90 * Called to send MIDI data to the receiver without a timestamp.
109 * Called to send MIDI data to the receiver with a specified timestamp.
110 * Data will be processed by receiver in order first by timestamp, then in the order sent.
120 * @param timestamp the timestamp of the message, based on {@link java.lang.System#nanoTime}
123 public void send(byte[] msg, int offset, int count, long timestamp) argument
128 onSend(msg, offset, length, timestamp);
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowContainerListener.java22 void onWindowsDrawn(long timestamp); argument
31 void onStartingWindowDrawn(long timestamp); argument
/frameworks/support/slices/builders/src/main/java/androidx/slice/builders/impl/
H A DMessagingBuilder.java59 void addTimestamp(long timestamp); argument
H A DMessagingListV1Impl.java104 public void addTimestamp(long timestamp) { argument
105 mListBuilder.addEndItem(timestamp);
H A DMessagingV1Impl.java91 public void addTimestamp(long timestamp) { argument
92 getBuilder().addTimestamp(timestamp, null);
/frameworks/av/media/libaaudio/src/binding/
H A DAAudioServiceMessage.h31 int64_t timestamp; // time when that position was reached member in struct:aaudio::AAudioMessageTimestamp
62 AAudioMessageTimestamp timestamp; // what == TIMESTAMP member in union:aaudio::AAudioServiceMessage_s::__anon170
/frameworks/base/core/java/android/app/admin/
H A DConnectEvent.java41 public ConnectEvent(String ipAddress, int port, String packageName, long timestamp) { argument
42 super(packageName, timestamp);
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOisSample.java32 * <p>{@link OisSample} contains the timestamp and the amount of shifts in x and y direction,
47 * @param timestamp timestamp of the OIS sample.
53 public OisSample(final long timestamp, final float xShift, final float yShift) { argument
54 mTimestampNs = timestamp;
60 * Get the timestamp in nanoseconds.
63 *{@link CaptureResult#SENSOR_TIMESTAMP android.sensor.timestamp}.</p>
123 * <p> {@code "OisSample{timestamp:%l, shift_x:%f, shift_y:%f}"} represents the OIS sample's
124 * timestamp, shift in x direction, and shift in y direction.</p>
130 return String.format("OisSample{timestamp
[all...]
/frameworks/base/core/java/android/net/metrics/
H A DIpConnectivityLog.java65 * @param ev the event to log. If the event timestamp is 0,
66 * the timestamp is set to the current time in milliseconds.
76 if (ev.timestamp == 0) {
77 ev.timestamp = System.currentTimeMillis();
90 * @param timestamp is the epoch timestamp of the event in ms.
91 * If the timestamp is 0, the timestamp is set to the current time in milliseconds.
95 public boolean log(long timestamp, Parcelable data) { argument
97 ev.timestamp
[all...]
/frameworks/base/core/java/com/android/internal/midi/
H A DMidiFramer.java60 public void onSend(byte[] data, int offset, int count, long timestamp) argument
81 offset - sysExStartOffset + 1, timestamp);
95 offset - sysExStartOffset, timestamp);
98 mReceiver.send(data, offset, 1, timestamp);
107 mReceiver.send(mBuffer, 0, mCount, timestamp);
119 offset - sysExStartOffset, timestamp);
/frameworks/base/core/java/com/android/server/net/
H A DBaseNetdEventCallback.java30 int ipAddressesCount, long timestamp, int uid) {
41 public void onConnectEvent(String ipAddr, int port, long timestamp, int uid) { argument
29 onDnsEvent(String hostname, String[] ipAddresses, int ipAddressesCount, long timestamp, int uid) argument
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DMidiBtleTimeTracker.java38 private long mPreviousResult; // To prevent retrograde timestamp
47 * @param timestamp
51 * @return nanoseconds corresponding to the timestamp
53 public long convertTimestampToNanotime(int timestamp, long now) { argument
54 long deltaMillis = timestamp - mPreviousTimestamp;
55 // will be negative when timestamp wraps
91 // prevent retrograde timestamp
96 mPreviousTimestamp = timestamp;
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp42 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
47 data.writeInt64(timestamp);
53 void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) { argument
57 data.writeInt64(timestamp);
109 nsecs_t timestamp = data.readInt64(); local
112 dataCallbackTimestamp(timestamp, msgType, imageData);
118 nsecs_t timestamp; local
119 status_t res = data.readInt64(&timestamp);
121 ALOGE("%s: Failed to read timestamp: %s (%d)", __FUNCTION__, strerror(-res), res);
132 recordingFrameHandleCallbackTimestamp(timestamp, handl
[all...]

Completed in 2386 milliseconds

12345678910