HomeSort by relevance Sort by last modified time
    Searched defs:mTimestamp (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/TimestampDxe/
TimestampDxe.c 111 EFI_TIMESTAMP_PROTOCOL mTimestamp = {
159 &mTimestamp,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
historical_info.h 28 : mTimestamp(NOT_A_TIMESTAMP), mLevel(0), mCount(0) {}
31 : mTimestamp(timestamp), mLevel(level), mCount(count) {}
34 return mTimestamp != NOT_A_TIMESTAMP;
38 return mTimestamp;
54 const int mTimestamp;
  /frameworks/av/media/ndk/
NdkImagePriv.h 80 const int64_t mTimestamp;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamBufferListener.h 35 int64_t mTimestamp;
  /frameworks/base/core/java/android/app/admin/
NetworkEvent.java 38 long mTimestamp;
51 this.mTimestamp = timestamp;
67 return mTimestamp;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
ProbabilityInfo.java 27 // mTimestamp, mLevel and mCount are historical info. These values are depend on the
30 public final int mTimestamp;
54 mTimestamp = timestamp;
60 return mTimestamp != BinaryDictionary.NOT_A_VALID_TIMESTAMP;
66 return Arrays.hashCode(new Object[] { mProbability, mTimestamp, mLevel, mCount });
84 return mProbability == p.mProbability && mTimestamp == p.mTimestamp && mLevel == p.mLevel
  /tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
HostMetric.java 27 private long mTimestamp;
41 mTimestamp = timestamp;
55 json.put("timestamp", mTimestamp);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java 51 private long mTimestamp = Frame.TIMESTAMP_UNKNOWN;
84 mFrame.setTimestamp(mTimestamp);
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresTupleInfo.java 27 private String mTimestamp = "";
66 return mTimestamp;
74 this.mTimestamp = timestamp;
92 dest.writeString(mTimestamp);
117 mTimestamp = source.readString();
  /frameworks/base/location/java/android/location/
Country.java 67 private final long mTimestamp;
88 mTimestamp = SystemClock.elapsedRealtime();
98 mTimestamp = timestamp;
104 mTimestamp = country.mTimestamp;
133 return mTimestamp;
153 parcel.writeLong(mTimestamp);
200 return "Country {ISO=" + mCountryIso + ", source=" + mSource + ", time=" + mTimestamp + "}";
  /frameworks/base/services/core/java/com/android/server/audio/
AudioEventLogger.java 40 private final long mTimestamp;
43 mTimestamp = System.currentTimeMillis();
47 return (new StringBuilder(sFormat.format(new Date(mTimestamp))))
  /frameworks/native/libs/gui/include/gui/
BufferItem.h 76 // mTimestamp is the current timestamp for this buffer slot. This gets
80 int64_t mTimestamp;
82 // mIsAutoTimestamp indicates whether mTimestamp was generated
  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/impl/
MessagingBasicImpl.java 65 if (mLastMessage == null || mLastMessage.mTimestamp < b.mTimestamp) {
85 private long mTimestamp;
118 mTimestamp = timestamp;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 67 public long mTimestamp;
86 mTimestamp = timestamp;
  /packages/apps/Contacts/src/com/android/contacts/util/
DataStatus.java 37 private long mTimestamp = -1;
67 if (newTimestamp < mTimestamp) return;
69 mTimestamp = newTimestamp;
79 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
98 return mTimestamp;
110 final boolean validTimestamp = mTimestamp > 0;
114 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS,
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java 35 private long mTimestamp = -1;
65 if (newTimestamp < mTimestamp) return;
67 mTimestamp = newTimestamp;
77 mTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
104 final boolean validTimestamp = mTimestamp > 0;
108 mTimestamp, System.currentTimeMillis(), DateUtils.MINUTE_IN_MILLIS,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
InputTransaction.java 37 public final long mTimestamp;
51 mTimestamp = timestamp;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
WordInputEventForPersonalization.java 44 public final int mTimestamp;
52 mTimestamp = timestamp;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.h 86 : mDictPos(dictPos), mProbability(probability), mTimestamp(timestamp) {}
97 return mTimestamp;
105 int mTimestamp;
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
PlaylistItem.java 38 private long mTimestamp;
63 mTimestamp = ts;
103 return mTimestamp;
110 .setTimestamp(mTimestamp)
  /frameworks/av/services/audioflinger/
FastMixer.h 84 ExtendedTimestamp mTimestamp;
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 96 // mTimestamp is the current timestamp for this buffer slot. This gets
98 int64_t mTimestamp;
  /frameworks/base/core/java/android/bluetooth/
BluetoothActivityEnergyInfo.java 32 private final long mTimestamp;
47 mTimestamp = timestamp;
57 mTimestamp = in.readLong();
69 + " mTimestamp=" + mTimestamp
94 out.writeLong(mTimestamp);
149 return mTimestamp;

Completed in 683 milliseconds

1 2 3 4 5 6 7