/frameworks/base/core/java/android/hardware/camera2/params/ |
D | OisSample.java | 54 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/ |
D | ActivityRecognitionEvent.java | 30 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/ |
D | ActivityRecognitionEvent.java | 26 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/ |
D | IncidentManager.h | 39 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/ |
D | MediaEncoderFilter.java | 164 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/ |
D | IncidentManager.cpp | 24 :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/ |
D | ProximitySensor.java | 190 private final long mTimestampNs; field in ProximitySensor.ProximityEvent 194 mTimestampNs = timestampNs; in ProximityEvent() 202 return mTimestampNs; in getTimestampNs()
|
/frameworks/base/core/java/android/util/ |
D | StatsEvent.java | 328 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/ |
D | IncidentManager.java | 280 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/ |
D | GraphicBufferSource.cpp | 625 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/ |
D | WorkDirectory.h | 180 int64_t mTimestampNs; variable
|
D | WorkDirectory.cpp | 248 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/ |
D | GraphicBufferSource.h | 256 nsecs_t mTimestampNs; member
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 22217 Landroid/hardware/camera2/params/OisSample;->mTimestampNs:J 23930 Landroid/hardware/location/ActivityRecognitionEvent;->mTimestampNs:J
|