Searched refs:timestamp (Results 76 - 100 of 360) sorted by relevance

1234567891011>>

/frameworks/native/libs/ui/
H A DFence.cpp129 uint64_t timestamp = 0; local
131 if (pinfo->timestamp_ns > timestamp) {
132 timestamp = pinfo->timestamp_ns;
137 return nsecs_t(timestamp);
/frameworks/native/services/displayservice/
H A DDisplayEventReceiver.cpp101 uint64_t timestamp = event.header.timestamp; local
105 mCallback->onVsync(timestamp, event.vsync.count);
108 mCallback->onHotplug(timestamp, event.hotplug.connected);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyComponentFactory.java103 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, argument
106 return new InboundSmsTracker(pdu, timestamp, destPort, is3gpp2, is3gpp2WapPdu, address,
113 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, argument
116 return new InboundSmsTracker(pdu, timestamp, destPort, is3gpp2, address, displayAddr,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyEventBuilder.java43 public TelephonyEventBuilder(long timestamp, int phoneId) { argument
44 mEvent.timestampMillis = timestamp;
108 public TelephonyEventBuilder setNITZ(long timestamp) { argument
110 mEvent.nitzTimestampMillis = timestamp;
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Work.h73 uint64_t timestamp; member in struct:android::C2WorkOrdinalStruct
78 C2FIELD(timestamp, "timestamp")
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothActivityEnergyInfo.java44 public BluetoothActivityEnergyInfo(long timestamp, int stackState, argument
46 mTimestamp = timestamp;
141 * @return timestamp(real time elapsed in milliseconds since boot) of record creation.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DOutputPort.java94 long timestamp = frame.getTimestamp();
95 if (timestamp == Frame.TIMESTAMP_NOT_SET)
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2CaptureCallbackForwarder.java92 final long timestamp, final long frameNumber) {
96 mListener.onCaptureStarted(session, request, timestamp, frameNumber);
91 onCaptureStarted(final CameraCaptureSession session, final CaptureRequest request, final long timestamp, final long frameNumber) argument
H A DCamera2CaptureCallbackSplitter.java90 long timestamp, long frameNumber) {
92 target.onCaptureStarted(session, request, timestamp, frameNumber);
89 onCaptureStarted(CameraCaptureSession session, CaptureRequest request, long timestamp, long frameNumber) argument
/frameworks/native/include/gui/
H A DCpuConsumer.h56 int64_t timestamp; member in struct:android::CpuConsumer::LockedBuffer
81 timestamp(0),
/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, argument
44 mTimestamp = timestamp;
60 * The number and the timestamp are mandatory for insertion.
62 public static Builder createForInsertion(long timestamp, String number) { argument
63 return new Builder().setNumber(number).setTimestamp(timestamp);
104 public Builder setTimestamp(long timestamp) { argument
105 mBuilderTimestamp = timestamp;
186 /** The timestamp the voicemail was received, in millis since the epoch, zero if not set. */
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DIpConnectivityMetricsTest.java206 ev.timestamp = 100 * (i + 1);
443 static ConnectivityMetricsEvent expectedEvent(int timestamp) { argument
445 ev.timestamp = timestamp;
452 assertEquals(expected.timestamp, got.timestamp);
457 Comparator.comparingLong((ev) -> ev.timestamp);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java77 void onCaptureStarted(RequestHolder holder, long timestamp); argument
138 * @param timestamp The timestamp of the capture start in nanoseconds.
144 public synchronized boolean setCaptureStart(final RequestHolder request, long timestamp, argument
147 doStateTransition(STATE_CAPTURING, timestamp, captureError);
233 doStateTransition(newState, /*timestamp*/0, NO_CAPTURE_ERROR);
236 private void doStateTransition(int newState, final long timestamp, final int error) { argument
332 mCurrentListener.onCaptureStarted(mCurrentRequest, timestamp);
H A DPerfMeasurement.java125 * timestamp gpu_duration cpu_duration
135 dump.write("timestamp gpu_duration cpu_duration\n");
193 // Discard timestamp and CPU measurement since GPU measurement failed
204 * Add a timestamp to a timing measurement. These are queued up and matched to completed
207 public void addTimestamp(long timestamp) { argument
208 mTimestampQueue.add(timestamp);
/frameworks/av/media/libnbaio/
H A DNBLog.cpp73 // skip timestamp
82 timespec NBLog::FormatEntry::timestamp() const { function in class:android::NBLog::FormatEntry
93 // skip timestamp
107 // copy timestamp
397 case 't': // timestamp
714 String8 timestamp, body; local
718 // TODO timestamp empty here, only other choice to wait for the first timestamp event in the
719 // log to push it out. Consider keeping the timestamp/body between calls to readAt().
720 dumpLine(timestamp, bod
832 dumpLine(const String8 &timestamp, String8 &body) argument
871 handleFormat(const FormatEntry &fmtEntry, String8 *timestamp, String8 *body) argument
[all...]
H A DMonoPipe.cpp180 status_t MonoPipe::getTimestamp(ExtendedTimestamp &timestamp) argument
184 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] =
186 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] =
H A DSourceAudioBufferProvider.cpp120 void SourceAudioBufferProvider::onTimestamp(const ExtendedTimestamp &timestamp) argument
122 mSource->onTimestamp(timestamp);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp83 lines.appendFormat(" Frames produced: %d, last timestamp: %" PRId64 " ns\n",
219 nsecs_t timestamp,
236 res = returnBufferCheckedLocked(buffer, timestamp, output,
269 mLastTimestamp = timestamp;
217 returnAnyBufferLocked( const camera3_stream_buffer &buffer, nsecs_t timestamp, bool output) argument
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.cpp122 // Sleep until it is time to send the next timestamp.
161 aaudio_result_t result = getFreeRunningPosition(&command.timestamp.position,
162 &command.timestamp.timestamp);
165 // (long long) command.timestamp.position,
166 // (long long) command.timestamp.timestamp);
/frameworks/base/libs/input/
H A DPointerController.cpp500 nsecs_t timestamp; local
505 timestamp = buf[i].header.timestamp;
511 doAnimate(timestamp);
516 void PointerController::doAnimate(nsecs_t timestamp) { argument
521 bool keepFading = doFadingAnimationLocked(timestamp);
522 bool keepBitmapFlipping = doBitmapAnimationLocked(timestamp);
528 bool PointerController::doFadingAnimationLocked(nsecs_t timestamp) { argument
530 nsecs_t frameDelay = timestamp - mLocked.animationTime;
570 bool PointerController::doBitmapAnimationLocked(nsecs_t timestamp) { argument
[all...]
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
H A DTvRemoteProvider.java167 * sendTimestamp : Send a timestamp for a set of pointer events
170 * @param timestamp Timestamp to be used in
174 public void sendTimestamp(IBinder token, long timestamp) throws RuntimeException { argument
176 ", timestamp: " + timestamp);
178 mRemoteServiceInput.sendTimestamp(token, timestamp);
/frameworks/av/include/media/stagefright/
H A DOMXNodeInstance.h90 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1);
208 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
212 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
216 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
220 OMX_U32 flags, OMX_TICKS timestamp, intptr_t debugAddr, int fenceFd);
271 // buffer source will fix timestamp in the header if needed.)
281 int64_t getCodecTimestamp(OMX_TICKS timestamp);
/frameworks/av/media/libstagefright/foundation/include/
H A DOMXNodeInstance.h90 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1);
208 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
212 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
216 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
220 OMX_U32 flags, OMX_TICKS timestamp, intptr_t debugAddr, int fenceFd);
271 // buffer source will fix timestamp in the header if needed.)
281 int64_t getCodecTimestamp(OMX_TICKS timestamp);
/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h90 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1);
208 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
212 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
216 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
220 OMX_U32 flags, OMX_TICKS timestamp, intptr_t debugAddr, int fenceFd);
271 // buffer source will fix timestamp in the header if needed.)
281 int64_t getCodecTimestamp(OMX_TICKS timestamp);
/frameworks/base/core/java/android/app/admin/
H A DSecurityLog.java138 * Returns the timestamp in nano seconds when this event was logged.
212 * Retrieve all security logs since the given timestamp in nanoseconds and return immediately.
215 public static native void readEventsSince(long timestamp, Collection<SecurityEvent> output) argument
227 * Retrieve all security logs whose timestamp (in nanosceonds) is equal to or greater than the
228 * given timestamp. This method will block until either the last log earlier than the given
229 * timestamp is about to be pruned, or after a 2-hour timeout has passed.
232 public static native void readEventsOnWrapping(long timestamp, Collection<SecurityEvent> output) argument

Completed in 5370 milliseconds

1234567891011>>