HomeSort by relevance Sort by last modified time
    Searched defs:mTimestampNs (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/params/
OisSample.java 54 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;
  /frameworks/base/core/java/android/hardware/location/
ActivityRecognitionEvent.java 30 private final long mTimestampNs;
35 mTimestampNs = timestampNs;
47 return mTimestampNs;
76 parcel.writeLong(mTimestampNs);
85 mTimestampNs);
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionEvent.java 26 private final long mTimestampNs;
31 mTimestampNs = timestampNs;
43 return mTimestampNs;
69 mTimestampNs);
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
GraphicBufferSource.h 243 nsecs_t mTimestampNs;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 164 private long mTimestampNs = 0;
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);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 177 milliseconds