Searched defs:mTimestampNs (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionEvent.java26 private final long mTimestampNs; field in class:ActivityRecognitionEvent
31 mTimestampNs = timestampNs;
43 return mTimestampNs;
69 mTimestampNs);
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOisSample.java54 mTimestampNs = timestamp;
68 return mTimestampNs;
104 return mTimestampNs == other.mTimestampNs
116 int timestampHash = HashCodeHelpers.hashCode(mTimestampNs);
130 return String.format("OisSample{timestamp:%d, shift_x:%f, shift_y:%f}", mTimestampNs,
134 private final long mTimestampNs; field in class:OisSample
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionEvent.java30 private final long mTimestampNs; field in class:ActivityRecognitionEvent
35 mTimestampNs = timestampNs;
47 return mTimestampNs;
76 parcel.writeLong(mTimestampNs);
85 mTimestampNs);
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DGraphicBufferSource.h243 nsecs_t mTimestampNs; member in struct:android::GraphicBufferSource::VideoBuffer
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java164 private long mTimestampNs = 0; field in class:MediaEncoderFilter
342 mTimestampNs = timestampNs;
345 ", setting t = " + mTimestampNs );
368 mTimestampNs = mTimestampNs + (1000000000L / (long)mFps);
370 + mTimestampNs + ", delta t = " + (1000000000L / (long)mFps) +
398 mTimestampNs = input.getTimestamp();
408 glEnv.setSurfaceTimestamp(mTimestampNs);

Completed in 727 milliseconds