Searched refs:timestamp (Results 101 - 125 of 360) sorted by relevance

1234567891011>>

/frameworks/base/libs/androidfw/
H A DDisplayEventDispatcher.cpp107 ALOGV("dispatcher %p ~ Vsync pulse: timestamp=%" PRId64 ", id=%d, count=%d",
130 *outTimestamp = ev.header.timestamp;
135 dispatchHotplug(ev.header.timestamp, ev.header.id, ev.hotplug.connected);
/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
/frameworks/base/media/java/android/media/midi/
H A DMidiInputPort.java76 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { argument
88 int length = MidiPortImpl.packData(msg, offset, count, timestamp, mBuffer);
H A DMidiOutputPort.java71 long timestamp = MidiPortImpl.getPacketTimestamp(buffer, count);
74 mDispatcher.send(buffer, offset, size, timestamp);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityMetricsLogger.java233 void notifyWindowsDrawn(int stackId, long timestamp) { argument
238 info.windowsDrawnDelayMs = calculateDelay(timestamp);
248 void notifyStartingWindowDrawn(int stackId, long timestamp) { argument
254 info.startingWindowDelayMs = calculateDelay(timestamp);
263 void notifyTransitionStarting(SparseIntArray stackIdReasons, long timestamp) { argument
267 mCurrentTransitionDelayMs = calculateDelay(timestamp);
347 private int calculateDelay(long timestamp) { argument
349 return (int) (timestamp - mCurrentTransitionStartTime);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java55 /** Special timestamp value indicating that no time-stamp was set. */
80 * Set the frame's timestamp in nanoseconds.
82 * @param timestamp the timestamp of this frame in nanoseconds.
84 public final void setTimestamp(long timestamp) { argument
85 mBackingStore.setTimestamp(timestamp);
89 * @return the frame's timestamp in nanoseconds.
96 * @return the frame's timestamp in milliseconds.
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java218 * timestamp in microseconds (since boot) when
221 public long timestamp; field in class:ScanResult
451 this.timestamp = tsf;
469 this.timestamp = tsf;
490 this.timestamp = tsf;
529 timestamp = source.timestamp;
565 append(", timestamp: ").
566 append(timestamp);
603 dest.writeLong(timestamp);
[all...]
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCaptureCallback.java126 long timestamp, long frameNumber) {
127 if (mProxy != null) mProxy.onCaptureStarted(session, request, timestamp, frameNumber);
125 onCaptureStarted(CameraCaptureSession session, CaptureRequest request, long timestamp, long frameNumber) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DCallSessionEventBuilder.java124 public CallSessionEventBuilder setNITZ(long timestamp) { argument
125 mEvent.nitzTimestampMillis = timestamp;
/frameworks/av/camera/include/camera/
H A DCamera.h45 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
46 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle) = 0;
174 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
175 virtual void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle);
/frameworks/av/include/camera/
H A DCamera.h45 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
46 virtual void postRecordingFrameHandleTimestamp(nsecs_t timestamp, native_handle_t* handle) = 0;
174 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
175 virtual void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle);
/frameworks/av/include/media/
H A DIAudioTrack.h73 /* Return NO_ERROR if timestamp is valid. timestamp is undefined otherwise. */
74 virtual status_t getTimestamp(AudioTimestamp& timestamp) = 0;
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioTrack.h73 /* Return NO_ERROR if timestamp is valid. timestamp is undefined otherwise. */
74 virtual status_t getTimestamp(AudioTimestamp& timestamp) = 0;
/frameworks/av/services/audioflinger/
H A DAudioStreamOut.h61 virtual status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp);
H A DMmapTracks.h57 virtual void onTimestamp(const ExtendedTimestamp &timestamp);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3InputStream.h61 nsecs_t timestamp,
/frameworks/base/media/java/android/media/
H A DMediaSync.java82 * // surface timestamp must contain media presentation time in nanoseconds.
467 * To help users get current playback position, this method always anchors the timestamp
471 * @return a MediaTimestamp object if a timestamp is available, or {@code null} if no timestamp
480 // TODO: create the timestamp in native
481 MediaTimestamp timestamp = new MediaTimestamp();
482 if (native_getTimestamp(timestamp)) {
483 return timestamp;
492 private native final boolean native_getTimestamp(@NonNull MediaTimestamp timestamp); argument
502 * @param presentationTimeUs the presentation timestamp i
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DProximityClassifier.java45 update(event.values[0] < event.sensor.getMaximumRange(), event.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/tests/net/java/com/android/server/connectivity/
H A DMetricsTestUtil.java32 ev.timestamp = 1L;
/frameworks/native/include/gui/
H A DDisplayEventReceiver.h62 nsecs_t timestamp __attribute__((aligned(8))); member in struct:android::DisplayEventReceiver::Event::Header
/frameworks/native/services/surfaceflinger/
H A DDispSync.h63 // addPresentFence is called. When the fence does signal, its timestamp
84 bool addResyncSample(nsecs_t timestamp);
144 // It is the nanosecond timestamp of the first vsync event after a resync.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsTracker.java108 * @param timestamp the message timestamp
116 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, argument
119 mTimestamp = timestamp;
140 * @param timestamp the message timestamp
151 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, argument
155 mTimestamp = timestamp;
283 StringBuilder builder = new StringBuilder("SmsTracker{timestamp=");
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h45 typedef void (*data_callback_timestamp)(nsecs_t timestamp,
51 nsecs_t timestamp; member in struct:android::HandleTimestampMessage
314 static void sDataCbTimestamp(nsecs_t timestamp, int32_t msg_type,
395 int64_t timestamp);
426 uint32_t data, uint32_t bufferIndex, int64_t timestamp) override;
430 uint32_t bufferIndex, int64_t timestamp) override;
458 setTimestamp(int64_t timestamp) override;
/frameworks/rs/
H A DrsGrallocConsumer.cpp132 int64_t timestamp = -1; local
133 ret = AImage_getTimestamp(img, &timestamp);
134 if (ret != AMEDIA_OK || timestamp == -1) {
135 ALOGE("%s: get timestamp for image %p failed! ret: %d",
161 mAlloc[idx]->mHal.state.timestamp = timestamp;

Completed in 3175 milliseconds

1234567891011>>