Searched refs:mTimestamp (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/location/java/android/location/
H A DCountry.java67 private final long mTimestamp; field in class:Country
88 mTimestamp = SystemClock.elapsedRealtime();
98 mTimestamp = timestamp;
104 mTimestamp = country.mTimestamp;
133 return mTimestamp;
153 parcel.writeLong(mTimestamp);
200 return "Country {ISO=" + mCountryIso + ", source=" + mSource + ", time=" + mTimestamp + "}";
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3ZslStream.cpp41 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
69 if (i1->mTimestamp == mTimestamp) {
71 } else if (i2->mTimestamp == mTimestamp) {
85 if (i1->mTimestamp > i2->mTimestamp) {
91 if (infoPtrs[1]->mTimestamp < mTimestamp) {
93 } else if (infoPtrs[0]->mTimestamp < mTimestam
107 const nsecs_t mTimestamp; member in struct:android::camera3::__anon988::TimestampFinder
[all...]
H A DCamera3StreamBufferListener.h35 int64_t mTimestamp; member in struct:android::camera3::Camera3StreamBufferListener::BufferInfo
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp80 cur.mTimestamp = item.mTimestamp;
168 item.mTimestamp, item.mFrameNumber);
171 item.mFrameNumber, item.mTimestamp);
206 if (find.mTimestamp < accIt->mTimestamp || accIt == end) {
226 item.mTimestamp, item.mFrameNumber);
231 item.mTimestamp, item.mFrameNumber);
245 item.mTimestamp, item.mFrameNumber);
299 item.mTimestamp,
[all...]
H A DRingBufferConsumer.h99 // mTimestamp is the current timestamp for this buffer slot. This gets
101 int64_t mTimestamp; member in struct:android::RingBufferConsumer::BufferInfo
/frameworks/base/core/java/android/net/
H A DSamplingDataTracker.java46 public long mTimestamp; field in class:SamplingDataTracker.SamplingSnapshot
89 ss.mTimestamp = SystemClock.elapsedRealtime();
101 Slog.d(TAG, "Timestamp = " + String.valueOf(ss.mTimestamp));
162 if (s.mTimestamp - mLastSample.mTimestamp > MINIMUM_SAMPLING_INTERVAL
274 return mEndingSample.mTimestamp;
284 return (int) (mEndingSample.mTimestamp - mBeginningSample.mTimestamp);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java54 private long mTimestamp = Frame.TIMESTAMP_UNKNOWN; field in class:GLTextureSource
87 mFrame.setTimestamp(mTimestamp);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsTracker.java36 private final long mTimestamp; field in class:InboundSmsTracker
77 mTimestamp = timestamp;
109 mTimestamp = timestamp;
145 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN);
180 values.put("date", mTimestamp);
232 builder.append(new Date(mTimestamp));
255 return mTimestamp;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java44 private long mTimestamp = TIMESTAMP_NOT_SET; field in class:Frame
123 mTimestamp = timestamp;
127 return mTimestamp;
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp311 mFirstFrameTimestamp = item.mTimestamp;
314 if (item.mTimestamp < mStartTimeNs) {
321 mStartTimeNs = item.mTimestamp - mStartTimeNs;
324 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp);
353 mCurrentTimestamp = item.mTimestamp;
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java77 private String mTimestamp; field in class:TrackerEntry
116 mTimestamp = timestamp;
136 return mTimestamp;
171 cValues.put(TIMESTAMP, mTimestamp);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java237 private int mTimestamp = 0; field in class:FrameManager.BackingCacheLru
246 ++mTimestamp;
247 backing.cachePriority = mTimestamp;
H A DBackingStore.java56 private long mTimestamp = Frame.TIMESTAMP_NOT_SET; field in class:BackingStore
168 mTimestamp = store.mTimestamp;
175 return mTimestamp;
182 mTimestamp = timestamp;
/frameworks/native/include/gui/
H A DIGraphicBufferConsumer.h71 // mTimestamp is the current timestamp for this buffer slot. This gets
73 int64_t mTimestamp; member in class:android::IGraphicBufferConsumer::BufferItem
75 // mIsAutoTimestamp indicates whether mTimestamp was generated
H A DSurface.h194 // mTimestamp is the timestamp that will be used for the next buffer queue
197 int64_t mTimestamp; member in class:android::Surface
/frameworks/base/media/java/android/media/
H A DImageReader.java592 return mTimestamp;
703 private long mTimestamp; field in class:ImageReader.SurfaceImage
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp138 uint32_t mTimestamp; member in class:__anon1582::AudioStream
194 read(gRandom, &mTimestamp, sizeof(mTimestamp));
230 mDtmfStart = mTimestamp + mSampleCount;
271 mTimestamp += skipped * mSampleCount;
278 mTimestamp += mSampleCount;
282 int duration = mTimestamp - mDtmfStart;
349 buffer[1] = htonl(mTimestamp);
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp464 item.mTimestamp = mRepeatLastFrameTimestamp;
479 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000;
508 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000;
549 int64_t timeUs = item.mTimestamp / 1000;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp374 if (mZslQueue[i].buffer.mTimestamp != 0) {
464 ALOGVV(" Acquired buffer, timestamp %lld", queueHead.buffer.mTimestamp);
475 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
532 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
/frameworks/native/libs/gui/
H A DIGraphicBufferConsumer.cpp45 mTimestamp(0),
59 sizeof(mTimestamp) +
129 FlattenableUtils::write(buffer, size, mTimestamp);
171 FlattenableUtils::read(buffer, size, mTimestamp);
H A DBufferQueue.cpp563 item.mTimestamp = timestamp;
782 i->mCrop.bottom, i->mTransform, i->mTimestamp,
930 nsecs_t desiredPresent = bi.mTimestamp;
952 nsecs_t desiredPresent = front->mTimestamp;
H A DCpuConsumer.cpp160 nativeBuffer->timestamp = b.mTimestamp;
H A DSurface.cpp64 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO;
266 if (mTimestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) {
272 timestamp = mTimestamp;
654 mTimestamp = timestamp;
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java613 geofenceTransition.mLocation, geofenceTransition.mTimestamp,
738 private long mTimestamp; field in class:GeofenceHardwareImpl.GeofenceTransition
752 mTimestamp = timestamp;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp40 #define ANDROID_MEDIA_SURFACEIMAGE_TS_JNI_ID "mTimestamp"
63 jfieldID mTimestamp; member in struct:__anon1125
578 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID(
580 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL,
786 env->SetLongField(image, gSurfaceImageClassInfo.mTimestamp,

Completed in 592 milliseconds

12