Home
last modified time | relevance | path

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

12

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3ZslStream.cpp41 TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {} in TimestampFinder()
69 if (i1->mTimestamp == mTimestamp) { in compare()
71 } else if (i2->mTimestamp == mTimestamp) { in compare()
85 if (i1->mTimestamp > i2->mTimestamp) { in compare()
91 if (infoPtrs[1]->mTimestamp < mTimestamp) { in compare()
93 } else if (infoPtrs[0]->mTimestamp < mTimestamp) { in compare()
107 const nsecs_t mTimestamp; member
296 nsecs_t actual = pinnedBuffer->getBufferItem().mTimestamp; in enqueueInputBufferByTimestamp()
DCamera3StreamBufferListener.h35 int64_t mTimestamp; member
/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.cpp80 cur.mTimestamp = item.mTimestamp; in pinSelectedBuffer()
168 item.mTimestamp, item.mFrameNumber); in pinBufferLocked()
171 item.mFrameNumber, item.mTimestamp); in pinBufferLocked()
206 if (find.mTimestamp < accIt->mTimestamp || accIt == end) { in releaseOldestBufferLocked()
226 item.mTimestamp, item.mFrameNumber); in releaseOldestBufferLocked()
231 item.mTimestamp, item.mFrameNumber); in releaseOldestBufferLocked()
245 item.mTimestamp, item.mFrameNumber); in releaseOldestBufferLocked()
299 item.mTimestamp, in onFrameAvailable()
325 item.mTimestamp, item.mFrameNumber); in unpinBuffer()
337 item.mTimestamp, item.mFrameNumber); in unpinBuffer()
[all …]
DRingBufferConsumer.h101 int64_t mTimestamp; member
/frameworks/base/core/java/android/net/
DSamplingDataTracker.java46 public long mTimestamp; field in SamplingDataTracker.SamplingSnapshot
89 ss.mTimestamp = SystemClock.elapsedRealtime(); in getSamplingSnapshots()
101 Slog.d(TAG, "Timestamp = " + String.valueOf(ss.mTimestamp)); in getSamplingSnapshots()
162 if (s.mTimestamp - mLastSample.mTimestamp > MINIMUM_SAMPLING_INTERVAL in stopSampling()
274 return mEndingSample.mTimestamp; in getSampleTimestamp()
284 return (int) (mEndingSample.mTimestamp - mBeginningSample.mTimestamp); in getSampleDuration()
/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/media/mca/filterfw/java/android/filterfw/core/
DFrame.java44 private long mTimestamp = TIMESTAMP_NOT_SET; field in Frame
123 mTimestamp = timestamp; in setTimestamp()
127 return mTimestamp; in getTimestamp()
/frameworks/av/media/libstagefright/
DSurfaceMediaSource.cpp311 mFirstFrameTimestamp = item.mTimestamp; in read()
314 if (item.mTimestamp < mStartTimeNs) { in read()
321 mStartTimeNs = item.mTimestamp - mStartTimeNs; in read()
324 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp); in read()
353 mCurrentTimestamp = item.mTimestamp; in read()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DGLTextureSource.java54 private long mTimestamp = Frame.TIMESTAMP_UNKNOWN; field in GLTextureSource
87 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/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp138 uint32_t mTimestamp; member in __anon556074da0111::AudioStream
194 read(gRandom, &mTimestamp, sizeof(mTimestamp)); in set()
230 mDtmfStart = mTimestamp + mSampleCount; in sendDtmf()
271 mTimestamp += skipped * mSampleCount; in encode()
278 mTimestamp += mSampleCount; in encode()
282 int duration = mTimestamp - mDtmfStart; in encode()
349 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/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp374 if (mZslQueue[i].buffer.mTimestamp != 0) { in clearZslQueueLocked()
464 ALOGVV(" Acquired buffer, timestamp %lld", queueHead.buffer.mTimestamp); in processNewZslBuffer()
475 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; in findMatchesLocked()
532 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; in dumpZslQueue()
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp464 item.mTimestamp = mRepeatLastFrameTimestamp; in repeatLatestSubmittedBuffer_l()
479 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; in repeatLatestSubmittedBuffer_l()
508 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; in setLatestSubmittedBuffer_l()
549 int64_t timeUs = item.mTimestamp / 1000; in getTimestamp()
/frameworks/native/libs/gui/
DIGraphicBufferConsumer.cpp45 mTimestamp(0), in BufferItem()
59 sizeof(mTimestamp) + in getPodSize()
129 FlattenableUtils::write(buffer, size, mTimestamp); in flatten()
171 FlattenableUtils::read(buffer, size, mTimestamp); in unflatten()
DSurface.cpp64 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO; in Surface()
266 if (mTimestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) { in queueBuffer()
272 timestamp = mTimestamp; in queueBuffer()
654 mTimestamp = timestamp; in setBuffersTimestamp()
DBufferQueue.cpp563 item.mTimestamp = timestamp; in queueBuffer()
782 i->mCrop.bottom, i->mTransform, i->mTimestamp, in dump()
930 nsecs_t desiredPresent = bi.mTimestamp; in acquireBuffer()
952 nsecs_t desiredPresent = front->mTimestamp; in acquireBuffer()
/frameworks/native/include/gui/
DIGraphicBufferConsumer.h73 int64_t mTimestamp; variable
DSurface.h197 int64_t mTimestamp; variable
/frameworks/base/media/java/android/media/
DImageReader.java592 return mTimestamp; in getTimestamp()
703 private long mTimestamp; field in ImageReader.SurfaceImage
/frameworks/base/media/jni/
Dandroid_media_ImageReader.cpp63 jfieldID mTimestamp; member
578 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID( in ImageReader_classInit()
580 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL, in ImageReader_classInit()
786 env->SetLongField(image, gSurfaceImageClassInfo.mTimestamp, in ImageReader_imageSetup()
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareImpl.java613 geofenceTransition.mLocation, geofenceTransition.mTimestamp,
738 private long mTimestamp; field in GeofenceHardwareImpl.GeofenceTransition
752 mTimestamp = timestamp; in GeofenceTransition()
/frameworks/rs/
DrsGrallocConsumer.cpp130 mAlloc->mHal.state.timestamp = b.mTimestamp; in lockNextBuffer()

12