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

  /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 25 private final long mTimestampNs;
30 mTimestampNs = timestampNs;
42 return mTimestampNs;
68 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/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 153 milliseconds