/frameworks/base/location/java/android/location/ |
D | Country.java | 67 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/ |
D | RingBufferConsumer.cpp | 84 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 …]
|
D | RingBufferConsumer.h | 101 int64_t mTimestamp; member
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3ZslStream.cpp | 43 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 300 nsecs_t actual = pinnedBuffer->getBufferItem().mTimestamp; in enqueueInputBufferByTimestamp()
|
D | Camera3StreamBufferListener.h | 35 int64_t mTimestamp; member
|
/frameworks/base/core/java/android/net/ |
D | SamplingDataTracker.java | 46 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/ |
D | InboundSmsTracker.java | 36 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/native/libs/gui/ |
D | BufferItem.cpp | 29 mTimestamp(0), in BufferItem() 46 bufferItem.mTimestamp = mTimestamp; in operator IGraphicBufferConsumer::BufferItem() 60 sizeof(mTimestamp) + in getPodSize() 130 FlattenableUtils::write(buffer, size, mTimestamp); in flatten() 172 FlattenableUtils::read(buffer, size, mTimestamp); in unflatten()
|
D | IGraphicBufferConsumer.cpp | 40 mTimestamp(0), in BufferItem() 54 sizeof(mTimestamp) + in getPodSize() 134 FlattenableUtils::write(buffer, size, mTimestamp); in flatten() 176 FlattenableUtils::read(buffer, size, mTimestamp); in unflatten()
|
D | Surface.cpp | 66 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO; in Surface() 300 if (mTimestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) { in queueBuffer() 306 timestamp = mTimestamp; in queueBuffer() 730 mTimestamp = timestamp; in setBuffersTimestamp()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | CaptureCollector.java | 55 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/media/mca/filterfw/java/android/filterfw/core/ |
D | Frame.java | 43 private long mTimestamp = TIMESTAMP_NOT_SET; field in Frame 122 mTimestamp = timestamp; in setTimestamp() 126 return mTimestamp; in getTimestamp()
|
/frameworks/av/media/libstagefright/ |
D | SurfaceMediaSource.cpp | 316 mFirstFrameTimestamp = item.mTimestamp; in read() 319 if (item.mTimestamp < mStartTimeNs) { in read() 326 mStartTimeNs = item.mTimestamp - mStartTimeNs; in read() 329 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp); in read() 358 mCurrentTimestamp = item.mTimestamp; in read()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/ |
D | GLTextureSource.java | 51 private long mTimestamp = Frame.TIMESTAMP_UNKNOWN; field in GLTextureSource 84 mFrame.setTimestamp(mTimestamp); in process()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerEntry.java | 77 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/ |
D | AudioGroup.cpp | 138 uint32_t mTimestamp; member in __anon6084cbd40111::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/av/media/libstagefright/omx/ |
D | GraphicBufferSource.cpp | 444 if (mSkipFramesBeforeNs < 0ll || item.mTimestamp >= mSkipFramesBeforeNs) { in fillCodecBuffer_l() 447 item.mTimestamp -= mSkipFramesBeforeNs; in fillCodecBuffer_l() 498 item.mTimestamp = mRepeatLastFrameTimestamp; in repeatLatestSubmittedBuffer_l() 513 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; in repeatLatestSubmittedBuffer_l() 542 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; in setLatestSubmittedBuffer_l() 583 int64_t timeUs = item.mTimestamp / 1000; in getTimestamp()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | FrameManager.java | 237 private int mTimestamp = 0; field in FrameManager.BackingCacheLru 246 ++mTimestamp; in onFetchBacking() 247 backing.cachePriority = mTimestamp; in onFetchBacking()
|
D | BackingStore.java | 56 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/native/include/gui/ |
D | BufferItem.h | 74 int64_t mTimestamp; variable
|
D | IGraphicBufferConsumer.h | 82 int64_t mTimestamp; variable
|
D | Surface.h | 223 int64_t mTimestamp; variable
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | ZslProcessor.cpp | 390 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()
|
/frameworks/base/media/java/android/media/ |
D | ImageReader.java | 598 return mTimestamp; in getTimestamp() 710 private long mTimestamp; field in ImageReader.SurfaceImage
|
/frameworks/base/media/jni/ |
D | android_media_ImageReader.cpp | 66 jfieldID mTimestamp; member 633 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID( in ImageReader_classInit() 635 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL, in ImageReader_classInit() 859 env->SetLongField(image, gSurfaceImageClassInfo.mTimestamp, in ImageReader_imageSetup()
|