Home
last modified time | relevance | path

Searched refs:mTimestampNs (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DOisSample.java54 mTimestampNs = timestamp; in OisSample()
68 return mTimestampNs; in getTimestamp()
104 return mTimestampNs == other.mTimestampNs in equals()
116 int timestampHash = HashCodeHelpers.hashCode(mTimestampNs); in hashCode()
130 return String.format("OisSample{timestamp:%d, shift_x:%f, shift_y:%f}", mTimestampNs, in toString()
134 private final long mTimestampNs; field in OisSample
/frameworks/base/core/java/android/hardware/location/
DActivityRecognitionEvent.java30 private final long mTimestampNs; field in ActivityRecognitionEvent
35 mTimestampNs = timestampNs; in ActivityRecognitionEvent()
47 return mTimestampNs; in getTimestampNs()
76 parcel.writeLong(mTimestampNs); in writeToParcel()
85 mTimestampNs); in toString()
/frameworks/base/location/lib/java/com/android/location/provider/
DActivityRecognitionEvent.java26 private final long mTimestampNs; field in ActivityRecognitionEvent
31 mTimestampNs = timestampNs; in ActivityRecognitionEvent()
43 return mTimestampNs; in getTimestampNs()
69 mTimestampNs); in toString()
/frameworks/native/libs/incidentcompanion/include/android/os/
DIncidentManager.h39 void setTimestampNs(int64_t val) { mTimestampNs = val; } in setTimestampNs()
40 int64_t getTimestampNs() const { return mTimestampNs; } in getTimestampNs()
41 int64_t getTimestampMs() const { return mTimestampNs / 1000000; } in getTimestampMs()
58 int64_t mTimestampNs;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java164 private long mTimestampNs = 0; field in MediaEncoderFilter
342 mTimestampNs = timestampNs; in skipFrameAndModifyTimestamp()
345 ", setting t = " + mTimestampNs ); in skipFrameAndModifyTimestamp()
368 mTimestampNs = mTimestampNs + (1000000000L / (long)mFps); in skipFrameAndModifyTimestamp()
370 + mTimestampNs + ", delta t = " + (1000000000L / (long)mFps) + in skipFrameAndModifyTimestamp()
398 mTimestampNs = input.getTimestamp(); in process()
408 glEnv.setSurfaceTimestamp(mTimestampNs); in process()
/frameworks/native/libs/incidentcompanion/src/
DIncidentManager.cpp24 :mTimestampNs(0), in IncidentReport()
38 err = out->writeInt64(mTimestampNs); in writeToParcel()
74 err = in->readInt64(&mTimestampNs); in readFromParcel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DProximitySensor.java190 private final long mTimestampNs; field in ProximitySensor.ProximityEvent
194 mTimestampNs = timestampNs; in ProximityEvent()
202 return mTimestampNs; in getTimestampNs()
/frameworks/base/core/java/android/util/
DStatsEvent.java328 private long mTimestampNs; field in StatsEvent.Builder
342 mTimestampNs = SystemClock.elapsedRealtimeNanos(); in Builder()
371 mTimestampNs = timestampNs; in setTimestampNs()
615 if (0L == mTimestampNs) { in build()
630 writeLong(mTimestampNs); in build()
/frameworks/base/core/java/android/os/
DIncidentManager.java280 private final long mTimestampNs; field in IncidentManager.IncidentReport
285 mTimestampNs = in.readLong(); in IncidentReport()
312 return mTimestampNs / 1000000; in getTimestamp()
347 out.writeLong(mTimestampNs); in writeToParcel()
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp625 int64_t itemTimeUs = item.mTimestampNs / 1000; in fillCodecBuffer_l()
712 if (mSkipFramesBeforeNs < 0LL || item.mTimestampNs >= mSkipFramesBeforeNs) { in fillCodecBuffer_l()
715 item.mTimestampNs -= mSkipFramesBeforeNs; in fillCodecBuffer_l()
718 int64_t timeUs = item.mTimestampNs / 1000; in fillCodecBuffer_l()
774 mLatestBuffer.mTimestampNs += mFrameRepeatIntervalUs * 1000; in repeatLatestBuffer_l()
789 mLatestBuffer.mTimestampNs += mFrameRepeatIntervalUs * 1000; in setLatestBuffer_l()
869 if (!calculateCodecTimestamp_l(item.mTimestampNs, &codecTimeUs)) { in submitBuffer_l()
/frameworks/base/cmds/incidentd/src/
DWorkDirectory.h180 int64_t mTimestampNs; variable
DWorkDirectory.cpp248 mTimestampNs(timestampNs), in ReportFile()
265 return mTimestampNs; in getTimestampNs()
464 return to_string(mTimestampNs); in getId()
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h256 nsecs_t mTimestampNs; member
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22217 Landroid/hardware/camera2/params/OisSample;->mTimestampNs:J
23930 Landroid/hardware/location/ActivityRecognitionEvent;->mTimestampNs:J