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

123

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothActivityEnergyInfo.java29 private final long mTimestamp; field in class:BluetoothActivityEnergyInfo
43 mTimestamp = timestamp;
54 + " mTimestamp=" + mTimestamp
81 out.writeLong(mTimestamp);
133 return mTimestamp;
/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/base/telephony/java/android/telephony/
H A DModemActivityInfo.java39 private final long mTimestamp; field in class:ModemActivityInfo
48 mTimestamp = timestamp;
59 + " mTimestamp=" + mTimestamp
93 dest.writeLong(mTimestamp);
107 return mTimestamp;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiActivityEnergyInfo.java32 public long mTimestamp; field in class:WifiActivityEnergyInfo
66 mTimestamp = timestamp;
77 + " timestamp=" + mTimestamp
104 out.writeLong(mTimestamp);
155 return mTimestamp;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3ZslStream.cpp43 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
71 if (i1->mTimestamp == mTimestamp) {
73 } else if (i2->mTimestamp == mTimestamp) {
87 if (i1->mTimestamp > i2->mTimestamp) {
93 if (infoPtrs[1]->mTimestamp < mTimestamp) {
95 } else if (infoPtrs[0]->mTimestamp < mTimestam
109 const nsecs_t mTimestamp; member in struct:android::camera3::__anon797::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.cpp84 cur.mTimestamp = item.mTimestamp;
180 item.mTimestamp, item.mFrameNumber);
183 item.mFrameNumber, item.mTimestamp);
218 if (find.mTimestamp < accIt->mTimestamp || accIt == end) {
238 item.mTimestamp, item.mFrameNumber);
243 item.mTimestamp, item.mFrameNumber);
257 item.mTimestamp, item.mFrameNumber);
311 item.mTimestamp,
[all...]
H A DRingBufferConsumer.h98 // mTimestamp is the current timestamp for this buffer slot. This gets
100 int64_t mTimestamp; member in struct:android::RingBufferConsumer::BufferInfo
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DGLTextureSource.java51 private long mTimestamp = Frame.TIMESTAMP_UNKNOWN; field in class:GLTextureSource
84 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/core/java/com/android/internal/midi/
H A DEventScheduler.java91 private long mTimestamp; field in class:EventScheduler.SchedulableEvent
98 mTimestamp = timestamp;
105 return mTimestamp;
113 mTimestamp = timestamp;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java55 private long mTimestamp = 0; field in class:CaptureCollector.CaptureHolder
93 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp,
138 if (mTimestamp == 0) {
139 mTimestamp = timestamp;
144 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp,
197 if (mTimestamp == 0) {
198 mTimestamp = timestamp;
204 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp,
447 timestamp.value = h.mTimestamp;
494 return new Pair<>(h.mRequest, h.mTimestamp);
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java29 private final Long mTimestamp; field in class:Voicemail
44 mTimestamp = timestamp;
188 return mTimestamp;
255 dest.writeLong(mTimestamp);
300 mTimestamp = in.readLong();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java43 private long mTimestamp = TIMESTAMP_NOT_SET; field in class:Frame
122 mTimestamp = timestamp;
126 return mTimestamp;
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp317 mFirstFrameTimestamp = item.mTimestamp;
320 if (item.mTimestamp < mStartTimeNs) {
327 mStartTimeNs = item.mTimestamp - mStartTimeNs;
330 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp);
359 mCurrentTimestamp = item.mTimestamp;
/frameworks/av/services/audioflinger/
H A DFastMixer.h82 AudioTimestamp mTimestamp; member in class:android::FastMixer
H A DFastMixer.cpp355 perTrackTimestamp.mTime = mTimestamp.mTime;
453 mTimestampStatus = mOutputSink->getTimestamp(mTimestamp);
455 uint32_t totalNativeFramesPresented = mTimestamp.mPosition;
/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/native/include/gui/
H A DBufferItem.h71 // mTimestamp is the current timestamp for this buffer slot. This gets
76 int64_t mTimestamp; member in union:android::BufferItem::__anon1299
83 // mIsAutoTimestamp indicates whether mTimestamp was generated
/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/base/media/java/android/media/
H A DImageReader.java712 return mTimestamp;
718 mTimestamp = timestampNs;
840 private long mTimestamp; field in class:ImageReader.SurfaceImage
H A DImageWriter.java613 private long mTimestamp = DEFAULT_TIMESTAMP; field in class:ImageWriter.WriterSurfaceImage
655 return mTimestamp;
662 mTimestamp = timestamp;
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp140 uint32_t mTimestamp; member in class:__anon1528::AudioStream
196 read(gRandom, &mTimestamp, sizeof(mTimestamp));
232 mDtmfStart = mTimestamp + mSampleCount;
273 mTimestamp += skipped * mSampleCount;
280 mTimestamp += mSampleCount;
284 int duration = mTimestamp - mDtmfStart;
351 buffer[1] = htonl(mTimestamp);
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp542 if (mSkipFramesBeforeNs < 0ll || item.mTimestamp >= mSkipFramesBeforeNs) {
545 item.mTimestamp -= mSkipFramesBeforeNs;
548 int64_t timeUs = item.mTimestamp / 1000;
605 item.mTimestamp = mRepeatLastFrameTimestamp;
621 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000;
647 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000;
689 int64_t timeUs = item.mTimestamp / 1000;

Completed in 627 milliseconds

123