/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() 309 item.mTimestamp, in onFrameAvailable() 312 if (item.mTimestamp < mLatestTimestamp) { in onFrameAvailable() 314 mLatestTimestamp, item.mTimestamp); in onFrameAvailable() [all …]
|
/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 301 nsecs_t actual = pinnedBuffer->getBufferItem().mTimestamp; in enqueueInputBufferByTimestamp()
|
D | Camera3StreamBufferListener.h | 35 int64_t mTimestamp; member
|
/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/base/telephony/java/com/android/ims/internal/uce/presence/ |
D | PresTupleInfo.java | 27 private String mTimestamp = ""; field in PresTupleInfo 66 return mTimestamp; in getTimestamp() 74 this.mTimestamp = timestamp; in setTimestamp() 92 dest.writeString(mTimestamp); in writeToParcel() 117 mTimestamp = source.readString(); in readFromParcel()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothActivityEnergyInfo.java | 31 private final long mTimestamp; field in BluetoothActivityEnergyInfo 46 mTimestamp = timestamp; in BluetoothActivityEnergyInfo() 56 mTimestamp = in.readLong(); in BluetoothActivityEnergyInfo() 68 + " mTimestamp=" + mTimestamp in toString() 91 out.writeLong(mTimestamp); in writeToParcel() 144 return mTimestamp; in getTimeStamp()
|
/frameworks/base/telephony/java/android/telephony/ |
D | ModemActivityInfo.java | 39 private final long mTimestamp; field in ModemActivityInfo 48 mTimestamp = timestamp; in ModemActivityInfo() 61 + " mTimestamp=" + mTimestamp in toString() 96 dest.writeLong(mTimestamp); in writeToParcel() 110 return mTimestamp; in getTimestamp()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiActivityEnergyInfo.java | 34 public long mTimestamp; field in WifiActivityEnergyInfo 74 mTimestamp = timestamp; in WifiActivityEnergyInfo() 86 + " timestamp=" + mTimestamp in toString() 115 out.writeLong(mTimestamp); in writeToParcel() 177 return mTimestamp; in getTimeStamp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsTracker.java | 36 private final long mTimestamp; field in InboundSmsTracker 81 mTimestamp = timestamp; in InboundSmsTracker() 114 mTimestamp = timestamp; in InboundSmsTracker() 151 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN); in InboundSmsTracker() 186 values.put("date", mTimestamp); in getContentValues() 239 builder.append(new Date(mTimestamp)); in toString() 262 return mTimestamp; in getTimestamp()
|
/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() 144 if (mTimestamp == 0) { in setJpegTimestamp() 145 mTimestamp = timestamp; in setJpegTimestamp() 150 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp, in setJpegTimestamp() 203 if (mTimestamp == 0) { in setPreviewTimestamp() 204 mTimestamp = timestamp; in setPreviewTimestamp() 210 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp, in setPreviewTimestamp() 453 timestamp.value = h.mTimestamp; in removeRequestIfCompleted() 500 return new Pair<>(h.mRequest, h.mTimestamp); in jpegProduced() [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Voicemail.java | 29 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/base/core/java/com/android/internal/midi/ |
D | EventScheduler.java | 91 private long mTimestamp; field in EventScheduler.SchedulableEvent 98 mTimestamp = timestamp; in SchedulableEvent() 105 return mTimestamp; in getTimestamp() 113 mTimestamp = timestamp; in setTimestamp()
|
/frameworks/av/services/audioflinger/ |
D | FastMixer.cpp | 144 mTimestamp.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_BOOTTIME] = in onStateChange() 355 ExtendedTimestamp perTrackTimestamp(mTimestamp); in onWork() 478 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = in onWork() 480 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = in onWork() 489 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork() 490 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in onWork() 493 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork() 497 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = 0; in onWork() 498 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = -1; in onWork()
|
/frameworks/av/media/libstagefright/ |
D | SurfaceMediaSource.cpp | 308 mFirstFrameTimestamp = item.mTimestamp; in read() 311 if (item.mTimestamp < mStartTimeNs) { in read() 318 mStartTimeNs = item.mTimestamp - mStartTimeNs; in read() 321 item.mTimestamp = mStartTimeNs + (item.mTimestamp - mFirstFrameTimestamp); in read() 350 mCurrentTimestamp = item.mTimestamp; in read()
|
/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/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/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/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 140 uint32_t mTimestamp; member in __anond0c81f950111::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/av/include/private/media/ |
D | AudioTrackShared.h | 329 (void) mTimestampObserver.poll(mTimestamp); in getTimestamp() 330 *timestamp = mTimestamp; in getTimestamp() 335 mTimestamp.clear(); in clearTimestamp() 348 ExtendedTimestamp mTimestamp; // initialized by constructor variable
|
/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/av/media/libstagefright/omx/ |
D | GraphicBufferSource.cpp | 629 if (mSkipFramesBeforeNs < 0ll || item.mTimestamp >= mSkipFramesBeforeNs) { in fillCodecBuffer_l() 632 item.mTimestamp -= mSkipFramesBeforeNs; in fillCodecBuffer_l() 635 int64_t timeUs = item.mTimestamp / 1000; in fillCodecBuffer_l() 692 item.mTimestamp = mRepeatLastFrameTimestamp; in repeatLatestBuffer_l() 708 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; in repeatLatestBuffer_l() 734 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; in setLatestBuffer_l() 776 int64_t timeUs = item.mTimestamp / 1000; in getTimestamp()
|
/frameworks/base/media/jni/ |
D | android_media_ImageReader.cpp | 62 jfieldID mTimestamp; member 297 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID( in ImageReader_classInit() 299 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL, in ImageReader_classInit() 578 env->SetLongField(image, gSurfaceImageClassInfo.mTimestamp, in ImageReader_imageSetup() 579 static_cast<jlong>(buffer->mTimestamp)); in ImageReader_imageSetup() 650 image->timestamp = buffer->mTimestamp; in Image_getLockedImage()
|
/frameworks/base/media/java/android/media/ |
D | ImageReader.java | 722 return mTimestamp; in getTimestamp() 728 mTimestamp = timestampNs; in setTimestamp() 855 private long mTimestamp; field in ImageReader.SurfaceImage
|
D | ImageWriter.java | 636 private long mTimestamp = DEFAULT_TIMESTAMP; field in ImageWriter.WriterSurfaceImage 678 return mTimestamp; in getTimestamp() 685 mTimestamp = timestamp; in setTimestamp()
|