Searched refs:mTimestamp (Results 1 - 25 of 73) 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 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...]
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlaylistItem.java39 private long mTimestamp; field in class:PlaylistItem
66 mTimestamp = ts;
110 return mTimestamp;
117 .setTimestamp(mTimestamp)
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlaylistItem.java39 private long mTimestamp; field in class:PlaylistItem
66 mTimestamp = ts;
110 return mTimestamp;
117 .setTimestamp(mTimestamp)
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioEventLogger.java40 private final long mTimestamp; field in class:AudioEventLogger.Event
43 mTimestamp = System.currentTimeMillis();
47 return (new StringBuilder(sFormat.format(new Date(mTimestamp))))
/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.java37 private final long mTimestamp; field in class:InboundSmsTracker
119 mTimestamp = timestamp;
155 mTimestamp = timestamp;
194 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN);
230 values.put("date", mTimestamp);
284 builder.append(new Date(mTimestamp));
308 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.cpp149 mTimestamp.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_BOOTTIME] =
362 ExtendedTimestamp perTrackTimestamp(mTimestamp);
486 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] =
488 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] =
497 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] =
498 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
501 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] =
505 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = 0;
506 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/native/libs/gui/
H A DBufferItem.cpp47 mTimestamp(0),
74 addAligned(size, low32(mTimestamp));
75 addAligned(size, high32(mTimestamp));
162 writeAligned(buffer, size, low32(mTimestamp));
163 writeAligned(buffer, size, high32(mTimestamp));
228 mTimestamp = to64<int64_t>(timestampLo, timestampHi);
/frameworks/av/media/ndk/
H A DNdkImagePriv.h80 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.h74 // mTimestamp is the current timestamp for this buffer slot. This gets
78 int64_t mTimestamp; member in class:android::BufferItem
80 // mIsAutoTimestamp indicates whether mTimestamp was generated
/frameworks/native/libs/gui/include/gui/
H A DBufferItem.h74 // mTimestamp is the current timestamp for this buffer slot. This gets
78 int64_t mTimestamp; member in class:android::BufferItem
80 // mIsAutoTimestamp indicates whether mTimestamp was generated
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp55 explicit TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {}
83 if (i1->mTimestamp == mTimestamp) {
85 } else if (i2->mTimestamp == mTimestamp) {
99 if (i1->mTimestamp > i2->mTimestamp) {
105 if (infoPtrs[1]->mTimestamp < mTimestamp) {
107 } else if (infoPtrs[0]->mTimestamp < mTimestam
121 const nsecs_t mTimestamp; member in struct:android::camera2::__anon961::TimestampFinder
[all...]
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp307 mFirstFrameTimestamp = item.mTimestamp;
310 if (item.mTimestamp < mStartTimeNs) {
317 mStartTimeNs = item.mTimestamp - mStartTimeNs;
320 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp);
349 mCurrentTimestamp = item.mTimestamp;

Completed in 690 milliseconds

123