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

1234567891011>>

/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
H A DIGnssStatusListener.aidl32 void onNmeaReceived(long timestamp, String nmea);
/frameworks/hardware/interfaces/displayservice/1.0/
H A DIEventCallback.hal20 * @param timestamp Nanoseconds since boot.
23 oneway onVsync(uint64_t timestamp, uint32_t count);
26 * @param timestamp Nanoseconds since boot.
29 oneway onHotplug(uint64_t timestamp, bool connected);
/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/base/core/java/android/net/
H A DINetdEventCallback.aidl31 * @param timestamp the timestamp at which the query was reported by netd.
34 void onDnsEvent(String hostname, in String[] ipAddresses, int ipAddressesCount, long timestamp,
43 * @param timestamp the timestamp at which the call was reported by netd.
46 void onConnectEvent(String ipAddr, int port, long timestamp, int uid);
H A DConnectivityMetricsEvent.java31 public long timestamp; field in class:ConnectivityMetricsEvent
45 timestamp = in.readLong();
71 dest.writeLong(timestamp);
81 buffer.append(String.format("%tT.%tL", timestamp, timestamp));
/frameworks/base/media/java/android/media/midi/
H A DMidiPortImpl.java42 * size of message timestamp in bytes
47 * Data packet overhead is timestamp size plus packet type byte
61 * timestamp is message timestamp to pack
65 public static int packData(byte[] message, int offset, int size, long timestamp, argument
77 // followed by timestamp
79 dest[length++] = (byte)timestamp;
80 timestamp >>= 8;
115 // message length is total buffer length minus size of the timestamp
121 * unpacks timestamp fro
[all...]
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/core/java/android/hardware/
H A DSensorEvent.java173 * private float timestamp;
178 * if (timestamp != 0) {
179 * final float dT = (event.timestamp - timestamp) * NS2S;
207 * timestamp = event.timestamp;
562 * is as likely to be at the indicated timestamp as anywhere else.
649 public long timestamp; field in class:SensorEvent
H A DTriggerEvent.java28 * when the trigger happened, the timestamp along with detailed
57 public long timestamp; field in class:TriggerEvent
/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/core/java/com/android/internal/midi/
H A DMidiEventScheduler.java39 public void onSend(byte[] msg, int offset, int count, long timestamp) argument
41 MidiEvent event = createScheduledEvent(msg, offset, count, timestamp);
62 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { argument
63 super(timestamp);
83 long timestamp) {
86 event = new MidiEvent(msg, offset, count, timestamp);
94 event.setTimestamp(timestamp);
82 createScheduledEvent(byte[] msg, int offset, int count, long timestamp) argument
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/android/app/admin/
H A DConnectEvent.java37 public ConnectEvent(String ipAddress, int port, String packageName, long timestamp) { argument
38 super(packageName, timestamp);
47 this.timestamp = in.readLong();
66 return String.format("ConnectEvent(%s, %d, %d, %s)", ipAddress, port, timestamp,
98 out.writeLong(timestamp);
H A DNetworkEvent.java37 /** The timestamp of the event being reported in milliseconds. */
38 long timestamp; field in class:NetworkEvent
46 NetworkEvent(String packageName, long timestamp) { argument
48 this.timestamp = timestamp;
60 * Returns the timestamp of the event being reported in milliseconds, the difference between
64 return timestamp;
H A DDnsEvent.java47 String packageName, long timestamp) {
48 super(packageName, timestamp);
59 this.timestamp = in.readLong();
97 ipAddressesCount, timestamp, packageName);
129 out.writeLong(timestamp);
46 DnsEvent(String hostname, String[] ipAddresses, int ipAddressesCount, String packageName, long timestamp) argument
/frameworks/av/include/media/
H A DAudioTimestamp.h41 LOCATION_CLIENT, // timestamp of last read frame from client-server track buffer.
42 LOCATION_SERVER, // timestamp of newest frame from client-server track buffer.
43 LOCATION_KERNEL, // timestamp of newest frame in the kernel (alsa) buffer.
45 // Historical data: info when the kernel timestamp was OK (prior to the newest frame).
46 // This may be useful when the newest frame kernel timestamp is unavailable.
48 LOCATION_SERVER_LASTKERNELOK, // timestamp of server the prior time kernel timestamp OK.
49 LOCATION_KERNEL_LASTKERNELOK, // timestamp of kernel the prior time kernel timestamp OK.
76 // timestamp wa
124 getBestTimestamp(AudioTimestamp *timestamp, Location *location = nullptr) const argument
[all...]
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTimestamp.h41 LOCATION_CLIENT, // timestamp of last read frame from client-server track buffer.
42 LOCATION_SERVER, // timestamp of newest frame from client-server track buffer.
43 LOCATION_KERNEL, // timestamp of newest frame in the kernel (alsa) buffer.
45 // Historical data: info when the kernel timestamp was OK (prior to the newest frame).
46 // This may be useful when the newest frame kernel timestamp is unavailable.
48 LOCATION_SERVER_LASTKERNELOK, // timestamp of server the prior time kernel timestamp OK.
49 LOCATION_KERNEL_LASTKERNELOK, // timestamp of kernel the prior time kernel timestamp OK.
76 // timestamp wa
124 getBestTimestamp(AudioTimestamp *timestamp, Location *location = nullptr) const argument
[all...]
/frameworks/av/media/libaaudio/src/binding/
H A DAAudioServiceMessage.h32 int64_t timestamp; // time when that position was reached member in struct:aaudio::AAudioMessageTimestamp
60 AAudioMessageTimestamp timestamp; // what == TIMESTAMP member in union:aaudio::AAudioServiceMessage_s::__anon174
/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardwareCallback.aidl24 long timestamp, int monitoringType);
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/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/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...]
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp58 mVSyncEvent[i].header.timestamp = 0;
157 void EventThread::onVSyncEvent(nsecs_t timestamp) { argument
161 mVSyncEvent[0].header.timestamp = timestamp;
175 event.header.timestamp = systemTime();
224 nsecs_t timestamp = 0; local
226 timestamp = mVSyncEvent[i].header.timestamp;
227 if (timestamp) {
230 mFlinger.mInterceptor.saveVSyncEvent(timestamp);
[all...]
/frameworks/av/camera/include/camera/
H A DICameraRecordingProxyListener.h37 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType,
40 virtual void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp,

Completed in 833 milliseconds

1234567891011>>