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

123456789

/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=");
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 DCallSessionEventBuilder.java124 public CallSessionEventBuilder setNITZ(long timestamp) { argument
125 mEvent.nitzTimestampMillis = timestamp;
/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;
H A DrsAllocation.h71 int64_t timestamp; member in struct:android::renderscript::Allocation::Hal::State
187 int64_t getTimeStamp() {return mHal.state.timestamp;}
/frameworks/av/camera/
H A DCamera.cpp371 void Camera::dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) argument
382 proxylistener->dataCallbackTimestamp(timestamp, msgType, dataPtr);
393 listener->postDataTimestamp(timestamp, msgType, dataPtr);
400 void Camera::recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) argument
411 proxylistener->recordingFrameHandleCallbackTimestamp(timestamp, handle);
422 listener->postRecordingFrameHandleTimestamp(timestamp, handle);
/frameworks/av/media/libaudiohal/
H A DStreamHalLocal.cpp147 status_t StreamOutHalLocal::getNextWriteTimestamp(int64_t *timestamp) { argument
149 return mStream->get_next_write_timestamp(mStream, timestamp);
221 status_t StreamOutHalLocal::getPresentationPosition(uint64_t *frames, struct timespec *timestamp) { argument
223 return mStream->get_presentation_position(mStream, frames, timestamp);
/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxNode.cpp201 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) {
214 toRawTicks(timestamp),
199 emptyBuffer( buffer_id buffer, const OMXBuffer &omxBuffer, OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) argument
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.cpp204 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) {
217 toRawTicks(timestamp),
202 emptyBuffer( buffer_id buffer, const OMXBuffer &omxBuffer, OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) argument
/frameworks/av/media/ndk/
H A DNdkImage.cpp35 int64_t timestamp, int32_t width, int32_t height, int32_t numPlanes) :
37 mTimestamp(timestamp), mWidth(width), mHeight(height), mNumPlanes(numPlanes) {
160 AImage::getTimestamp(int64_t* timestamp) const {
161 if (timestamp == nullptr) {
164 *timestamp = -1;
169 *timestamp = mTimestamp;
34 AImage(AImageReader* reader, int32_t format, uint64_t usage, BufferItem* buffer, int64_t timestamp, int32_t width, int32_t height, int32_t numPlanes) argument
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp185 nsecs_t timestamp) {
188 status_t res = returnAnyBufferLocked(buffer, timestamp, /*output*/true);
194 mLastTimestamp = timestamp;
202 nsecs_t timestamp,
256 * MONOTONIC time, causing time misalignment if camera timestamp is
259 mUseMonoTimestamp ? timestamp - mTimestampOffset : timestamp);
261 ALOGE("%s: Stream %d: Error setting timestamp: %s (%d)",
183 returnBufferLocked( const camera3_stream_buffer &buffer, nsecs_t timestamp) argument
200 returnBufferCheckedLocked( const camera3_stream_buffer &buffer, nsecs_t timestamp, bool output, sp<Fence> *releaseFenceOut) argument
/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java138 * @param timestamp The time at which the app transition started in
141 public abstract void notifyAppTransitionStarting(SparseIntArray reasons, long timestamp); argument
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java129 public void setJpegTimestamp(long timestamp) { argument
145 mTimestamp = timestamp;
188 public void setPreviewTimestamp(long timestamp) { argument
204 mTimestamp = timestamp;
424 * @param timestamp the timestamp of the request will be written out to here, in ns
431 MutableLong timestamp)
437 while (!removeRequestIfCompleted(holder, /*out*/timestamp)) {
449 private boolean removeRequestIfCompleted(RequestHolder holder, MutableLong timestamp) { argument
453 timestamp
430 waitForRequestCompleted(RequestHolder holder, long timeout, TimeUnit unit, MutableLong timestamp) argument
469 jpegCaptured(long timestamp) argument
527 previewCaptured(long timestamp) argument
[all...]
/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/media/jni/
H A Dandroid_media_MediaSync.cpp273 JNIEnv *env, jobject thiz, jobject timestamp) {
291 env->SetLongField(timestamp, gFields.mediaTimestampMediaTimeUsID,
293 env->SetLongField(timestamp, gFields.mediaTimestampNanoTimeID,
295 env->SetFloatField(timestamp, gFields.mediaTimestampClockRateID,
272 android_media_MediaSync_native_getTimestamp( JNIEnv *env, jobject thiz, jobject timestamp) argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java121 public void setTimestamp(long timestamp) { argument
122 mTimestamp = timestamp;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraDeviceBinderTest.java120 public void onCaptureStarted(CaptureResultExtras resultExtras, long timestamp) argument
469 long timestamp = 0; // All timestamps should be larger than 0.
471 Log.v(TAG, "next t: " + nextTimestamp + " current t: " + timestamp);
472 assertTrue("Captures are out of order", timestamp < nextTimestamp);
473 timestamp = nextTimestamp;
/frameworks/base/services/core/java/com/android/server/
H A DGraphicsStatsService.java206 private Calendar normalizeDate(long timestamp) { argument
208 calendar.setTimeInMillis(timestamp);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java258 void sendTimeStamp(TvRemoteProviderProxy provider, IBinder token, long timestamp); argument
402 void sendTimestamp(final IBinder token, final long timestamp) { argument
409 timestamp);
599 public void sendTimestamp(IBinder token, long timestamp) throws RemoteException { argument
602 connection.sendTimestamp(token, timestamp);
/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/native/libs/gui/
H A DFrameTimestamps.cpp232 nsecs_t timestamp, nsecs_t tickPhase, nsecs_t tickInterval) {
233 nsecs_t tickOffset = (tickPhase - timestamp) % tickInterval;
239 return timestamp + tickOffset;
231 snapToNextTick( nsecs_t timestamp, nsecs_t tickPhase, nsecs_t tickInterval) argument
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp123 timestamp = QUEUE_BUFFER_INPUT_TIMESTAMP;
134 timestamp,
143 QueueBufferInputBuilder& setTimestamp(int64_t timestamp) { argument
144 this->timestamp = timestamp;
179 int64_t timestamp; member in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp256 int64_t timestamp; local
264 input.deflate(&timestamp, &is_auto_timestamp, &dataspace, &crop,
311 // Post the buffer producer with timestamp in the metadata.
326 meta_data.timestamp = timestamp;
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java191 long timestamp = mSurface.getTimestamp();
192 doPhysics(timestamp);
339 private void doPhysics(long timestamp) { argument
345 mLastTime = timestamp;
347 float deltaT = (timestamp - mLastTime)/1000000000.f; // To seconds
355 mLastTime = timestamp;
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp189 int64_t timestamp) {
191 (void) timestamp;
188 onCaptureStarted(const CaptureResultExtras& resultExtras, int64_t timestamp) argument

Completed in 491 milliseconds

123456789