Home
last modified time | relevance | path

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

123

/frameworks/base/location/java/android/location/
DCountry.java67 private final long mTimestamp; field in Country
88 mTimestamp = SystemClock.elapsedRealtime(); in Country()
98 mTimestamp = timestamp; in Country()
104 mTimestamp = country.mTimestamp; in Country()
133 return mTimestamp; in getTimestamp()
153 parcel.writeLong(mTimestamp); in writeToParcel()
200 return "Country {ISO=" + mCountryIso + ", source=" + mSource + ", time=" + mTimestamp + "}"; in toString()
/frameworks/av/services/camera/libcameraservice/gui/
DRingBufferConsumer.cpp84 cur.mTimestamp = item.mTimestamp; in pinSelectedBuffer()
180 item.mTimestamp, item.mFrameNumber); in pinBufferLocked()
183 item.mFrameNumber, item.mTimestamp); in pinBufferLocked()
218 if (find.mTimestamp < accIt->mTimestamp || accIt == end) { in releaseOldestBufferLocked()
238 item.mTimestamp, item.mFrameNumber); in releaseOldestBufferLocked()
243 item.mTimestamp, item.mFrameNumber); in releaseOldestBufferLocked()
257 item.mTimestamp, item.mFrameNumber); in releaseOldestBufferLocked()
311 item.mTimestamp, in onFrameAvailable()
314 if (item.mTimestamp < mLatestTimestamp) { in onFrameAvailable()
316 mLatestTimestamp, item.mTimestamp); in onFrameAvailable()
[all …]
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3ZslStream.cpp43 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {} in TimestampFinder()
71 if (i1->mTimestamp == mTimestamp) { in compare()
73 } else if (i2->mTimestamp == mTimestamp) { in compare()
87 if (i1->mTimestamp > i2->mTimestamp) { in compare()
93 if (infoPtrs[1]->mTimestamp < mTimestamp) { in compare()
95 } else if (infoPtrs[0]->mTimestamp < mTimestamp) { in compare()
109 const nsecs_t mTimestamp; member
302 nsecs_t actual = pinnedBuffer->getBufferItem().mTimestamp; in enqueueInputBufferByTimestamp()
DCamera3StreamBufferListener.h35 int64_t mTimestamp; member
/frameworks/base/core/java/android/bluetooth/
DBluetoothActivityEnergyInfo.java29 private final long mTimestamp; field in BluetoothActivityEnergyInfo
43 mTimestamp = timestamp; in BluetoothActivityEnergyInfo()
54 + " mTimestamp=" + mTimestamp in toString()
81 out.writeLong(mTimestamp); in writeToParcel()
133 return mTimestamp; in getTimeStamp()
/frameworks/base/wifi/java/android/net/wifi/
DWifiActivityEnergyInfo.java32 public long mTimestamp; field in WifiActivityEnergyInfo
66 mTimestamp = timestamp; in WifiActivityEnergyInfo()
77 + " timestamp=" + mTimestamp in toString()
104 out.writeLong(mTimestamp); in writeToParcel()
155 return mTimestamp; in getTimeStamp()
/frameworks/base/telephony/java/android/telephony/
DModemActivityInfo.java39 private final long mTimestamp; field in ModemActivityInfo
48 mTimestamp = timestamp; in ModemActivityInfo()
59 + " mTimestamp=" + mTimestamp in toString()
93 dest.writeLong(mTimestamp); in writeToParcel()
107 return mTimestamp; in getTimestamp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsTracker.java36 private final long mTimestamp; field in InboundSmsTracker
77 mTimestamp = timestamp; in InboundSmsTracker()
109 mTimestamp = timestamp; in InboundSmsTracker()
145 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN); in InboundSmsTracker()
180 values.put("date", mTimestamp); in getContentValues()
232 builder.append(new Date(mTimestamp)); in toString()
255 return mTimestamp; in getTimestamp()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DCaptureCollector.java55 private long mTimestamp = 0; field in CaptureCollector.CaptureHolder
93 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp, in tryComplete()
138 if (mTimestamp == 0) { in setJpegTimestamp()
139 mTimestamp = timestamp; in setJpegTimestamp()
144 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp, in setJpegTimestamp()
197 if (mTimestamp == 0) { in setPreviewTimestamp()
198 mTimestamp = timestamp; in setPreviewTimestamp()
204 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp, in setPreviewTimestamp()
447 timestamp.value = h.mTimestamp; in removeRequestIfCompleted()
494 return new Pair<>(h.mRequest, h.mTimestamp); in jpegProduced()
[all …]
/frameworks/base/core/java/com/android/internal/midi/
DEventScheduler.java91 private long mTimestamp; field in EventScheduler.SchedulableEvent
98 mTimestamp = timestamp; in SchedulableEvent()
105 return mTimestamp; in getTimestamp()
113 mTimestamp = timestamp; in setTimestamp()
/frameworks/base/telecomm/java/android/telecom/
DVoicemail.java29 private final Long mTimestamp; field in Voicemail
44 mTimestamp = timestamp; in Voicemail()
188 return mTimestamp; in getTimestampMillis()
255 dest.writeLong(mTimestamp); in writeToParcel()
300 mTimestamp = in.readLong(); in Voicemail()
/frameworks/av/media/libstagefright/
DSurfaceMediaSource.cpp317 mFirstFrameTimestamp = item.mTimestamp; in read()
320 if (item.mTimestamp < mStartTimeNs) { in read()
327 mStartTimeNs = item.mTimestamp - mStartTimeNs; in read()
330 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp); in read()
359 mCurrentTimestamp = item.mTimestamp; in read()
DMediaSync.cpp556 int64_t itemMediaUs = bufferItem->mTimestamp / 1000; in onDrainVideo_l()
566 (long long)bufferItem->mTimestamp / 1000, (long long)itemRealUs); in onDrainVideo_l()
567 bufferItem->mTimestamp = itemRealUs * 1000; in onDrainVideo_l()
674 bufferItem.mTimestamp, in renderOneBufferItem_l()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java43 private long mTimestamp = TIMESTAMP_NOT_SET; field in Frame
122 mTimestamp = timestamp; in setTimestamp()
126 return mTimestamp; in getTimestamp()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DGLTextureSource.java51 private long mTimestamp = Frame.TIMESTAMP_UNKNOWN; field in GLTextureSource
84 mFrame.setTimestamp(mTimestamp); in process()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java77 private String mTimestamp; field in TrackerEntry
116 mTimestamp = timestamp; in setTimestamp()
136 return mTimestamp; in getTimestamp()
171 cValues.put(TIMESTAMP, mTimestamp); in getAsContentValues()
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp542 if (mSkipFramesBeforeNs < 0ll || item.mTimestamp >= mSkipFramesBeforeNs) { in fillCodecBuffer_l()
545 item.mTimestamp -= mSkipFramesBeforeNs; in fillCodecBuffer_l()
548 int64_t timeUs = item.mTimestamp / 1000; in fillCodecBuffer_l()
605 item.mTimestamp = mRepeatLastFrameTimestamp; in repeatLatestBuffer_l()
621 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; in repeatLatestBuffer_l()
647 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; in setLatestBuffer_l()
689 int64_t timeUs = item.mTimestamp / 1000; in getTimestamp()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp140 uint32_t mTimestamp; member in __anon5fc701100111::AudioStream
196 read(gRandom, &mTimestamp, sizeof(mTimestamp)); in set()
232 mDtmfStart = mTimestamp + mSampleCount; in sendDtmf()
273 mTimestamp += skipped * mSampleCount; in encode()
280 mTimestamp += mSampleCount; in encode()
284 int duration = mTimestamp - mDtmfStart; in encode()
351 buffer[1] = htonl(mTimestamp); in encode()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameManager.java237 private int mTimestamp = 0; field in FrameManager.BackingCacheLru
246 ++mTimestamp; in onFetchBacking()
247 backing.cachePriority = mTimestamp; in onFetchBacking()
DBackingStore.java56 private long mTimestamp = Frame.TIMESTAMP_NOT_SET; field in BackingStore
168 mTimestamp = store.mTimestamp; in importStore()
175 return mTimestamp; in getTimestamp()
182 mTimestamp = timestamp; in setTimestamp()
/frameworks/base/media/java/android/media/
DImageWriter.java613 private long mTimestamp = DEFAULT_TIMESTAMP; field in ImageWriter.WriterSurfaceImage
655 return mTimestamp; in getTimestamp()
662 mTimestamp = timestamp; in setTimestamp()
DImageReader.java712 return mTimestamp; in getTimestamp()
718 mTimestamp = timestampNs; in setTimestamp()
840 private long mTimestamp; field in ImageReader.SurfaceImage
/frameworks/native/include/gui/
DBufferItem.h76 int64_t mTimestamp; member
/frameworks/av/services/audioflinger/
DFastMixer.h82 AudioTimestamp mTimestamp; variable
/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp390 if (mZslQueue[i].buffer.mTimestamp != 0) { in clearZslQueueLocked()
480 ALOGVV(" Acquired buffer, timestamp %" PRId64, queueHead.buffer.mTimestamp); in processNewZslBuffer()
491 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; in findMatchesLocked()
548 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; in dumpZslQueue()

123