/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/packages/SystemUI/src/com/android/systemui/util/sensors/ |
D | ThresholdSensor.java | 94 private final long mTimestampNs; field in ThresholdSensor.ThresholdSensorEvent 98 mTimestampNs = timestampNs; in ThresholdSensorEvent() 106 return mTimestampNs; in getTimestampNs() 110 return mTimestampNs / 1000000; in getTimestampMs() 115 return String.format((Locale) null, "{near=%s, timestamp_ns=%d}", mBelow, mTimestampNs); in toString()
|
/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/core/java/android/os/ |
D | IncidentManager.java | 278 private final long mTimestampNs; field in IncidentManager.IncidentReport 283 mTimestampNs = in.readLong(); in IncidentReport() 310 return mTimestampNs / 1000000; in getTimestamp() 345 out.writeLong(mTimestampNs); in writeToParcel()
|
/frameworks/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 626 int64_t itemTimeUs = item.mTimestampNs / 1000; in fillCodecBuffer_l() 713 if (mSkipFramesBeforeNs < 0LL || item.mTimestampNs >= mSkipFramesBeforeNs) { in fillCodecBuffer_l() 716 item.mTimestampNs -= mSkipFramesBeforeNs; in fillCodecBuffer_l() 719 int64_t timeUs = item.mTimestampNs / 1000; in fillCodecBuffer_l() 775 mLatestBuffer.mTimestampNs += mFrameRepeatIntervalUs * 1000; in repeatLatestBuffer_l() 790 mLatestBuffer.mTimestampNs += mFrameRepeatIntervalUs * 1000; in setLatestBuffer_l() 890 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 | 251 mTimestampNs(timestampNs), in ReportFile() 268 return mTimestampNs; in getTimestampNs() 499 return to_string(mTimestampNs); in getId()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/ |
D | ThresholdSensorImplTest.java | 379 long mTimestampNs; field in ThresholdSensorImplTest.TestableListener 385 mTimestampNs = event.getTimestampNs(); in onThresholdCrossed()
|
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 254 nsecs_t mTimestampNs; member
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 22208 Landroid/hardware/camera2/params/OisSample;->mTimestampNs:J 23921 Landroid/hardware/location/ActivityRecognitionEvent;->mTimestampNs:J
|