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

123

/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresTupleInfo.java27 private String mTimestamp = ""; field in class:PresTupleInfo
66 return mTimestamp;
74 this.mTimestamp = timestamp;
92 dest.writeString(mTimestamp);
117 mTimestamp = source.readString();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothActivityEnergyInfo.java31 private final long mTimestamp; field in class:BluetoothActivityEnergyInfo
46 mTimestamp = timestamp;
56 mTimestamp = in.readLong();
68 + " mTimestamp=" + mTimestamp
91 out.writeLong(mTimestamp);
144 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;
61 + " mTimestamp=" + mTimestamp
96 dest.writeLong(mTimestamp);
110 return mTimestamp;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiActivityEnergyInfo.java34 public long mTimestamp; field in class:WifiActivityEnergyInfo
74 mTimestamp = timestamp;
86 + " timestamp=" + mTimestamp
115 out.writeLong(mTimestamp);
177 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::__anon823::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);
309 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
81 mTimestamp = timestamp;
114 mTimestamp = timestamp;
151 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN);
186 values.put("date", mTimestamp);
239 builder.append(new Date(mTimestamp));
262 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,
144 if (mTimestamp == 0) {
145 mTimestamp = timestamp;
150 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp,
203 if (mTimestamp == 0) {
204 mTimestamp = timestamp;
210 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp,
453 timestamp.value = h.mTimestamp;
500 return new Pair<>(h.mRequest, h.mTimestamp);
[all...]
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp144 mTimestamp.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_BOOTTIME] =
355 ExtendedTimestamp perTrackTimestamp(mTimestamp);
478 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] =
480 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] =
489 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] =
490 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
493 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] =
497 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = 0;
498 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = -1;
H A DFastMixer.h86 ExtendedTimestamp mTimestamp; member in class:android::FastMixer
/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/ndk/
H A DNdkImagePriv.h73 const int64_t mTimestamp; member in struct:AImage
/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::__anon1351
83 // mIsAutoTimestamp indicates whether mTimestamp was generated
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp308 mFirstFrameTimestamp = item.mTimestamp;
311 if (item.mTimestamp < mStartTimeNs) {
318 mStartTimeNs = item.mTimestamp - mStartTimeNs;
321 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp);
350 mCurrentTimestamp = item.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;
/frameworks/base/media/java/android/media/
H A DImageReader.java722 return mTimestamp;
728 mTimestamp = timestampNs;
855 private long mTimestamp; field in class:ImageReader.SurfaceImage
H A DImageWriter.java636 private long mTimestamp = DEFAULT_TIMESTAMP; field in class:ImageWriter.WriterSurfaceImage
678 return mTimestamp;
685 mTimestamp = timestamp;
/frameworks/av/include/private/media/
H A DAudioTrackShared.h329 (void) mTimestampObserver.poll(mTimestamp);
330 *timestamp = mTimestamp;
335 mTimestamp.clear();
348 ExtendedTimestamp mTimestamp; // initialized by constructor member in class:android::ClientProxy

Completed in 467 milliseconds

123